Closed
Bug 783253
Opened 13 years ago
Closed 11 years ago
clean-up try build directories at the end of the build (instead of the beginning)
Categories
(Release Engineering :: General, enhancement, P3)
Release Engineering
General
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.
Comment 1•13 years ago
|
||
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.
Comment 2•13 years ago
|
||
so something along the lines of
rm -rf build.old
mv build build.old
?
Updated•13 years ago
|
Severity: normal → enhancement
Priority: -- → P3
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Reporter | ||
Comment 3•11 years ago
|
||
This will be fixed by slave preflight tasks
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•