Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 511544

Summary: Ensure promotion jobs fail when downloading Eclipse fails.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: RelEngAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.1.0   
Target Milestone: 5.0.0 (Oxygen) M6   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2017-02-02 07:38:14 EST
As part of the promotion process that is run every friday, a script is executed that downloads an Eclipse in order to run a headless application that sets the mirror URL for the update-site. However, if the Eclipse download fails, the script exits successful, i.e. with return code 0. It should instead return with a non-zero code to signify that an error occurred.
Comment 1 Matthias Wienand CLA 2017-02-02 12:15:29 EST
I ensured that the script fails (i.e. returns 1) if the Eclipse download fails. The code is published on the master branch, therefore, I resolve this ticket as fixed for 5.0.0 M6.