Closed Bug 783253 Opened 12 years ago Closed 10 years ago

clean-up try build directories at the end of the build (instead of the beginning)

Categories

(Release Engineering :: General, enhancement, P3)

enhancement

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 712206

People

(Reporter: bhearsum, Unassigned)

Details

Mike Hommey pointed out that if we cleaned up try build directories at the end of the build, that tests could potentially start earlier (because sendchanges would be done prior to cleanup). At times when we have long wait times this probably won't help at all, but it could shave up to 7-10min (the length of time it takes to clean up a windows build directory) off the end to end time in off-peak times.
Note that I think we should cleanup the *previous* objdir at the end of the build, not the current one, as there is value in keeping the objdir around. I've asked files off it more than once, it has value when debugging subtle build issues.
So when we currently remove the old objdir, we should move it away instead, and remove that moved directory at the end of the build.
so something along the lines of

rm -rf build.old
mv build build.old

?
Severity: normal → enhancement
Priority: -- → P3
Product: mozilla.org → Release Engineering
This will be fixed by slave preflight tasks
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Component: General Automation → General
You need to log in before you can comment on or make changes to this bug.