Closed
Bug 755784
Opened 13 years ago
Closed 10 years ago
purge_builds.py reclaims space well beyond what is needed
Categories
(Release Engineering :: General, defect, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jhopkins, Unassigned)
Details
(Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2739] )
purge_builds is taking a significant amount of time (sometimes enough for buildbot to time it out) removing old build directories even though there is well over 100GB of free space on my build machine. There is no need for it to be doing this on a release repack build.
Comment 1•13 years ago
|
||
Most probably it was removing dep builds older than a week, which is to avoid issues with old objdirs being compiled with much newer source code. We could exempt release jobs from that part of purge_builds.py, so that we get the best turn around possible. The code is at
http://hg.mozilla.org/build/tools/file/default/buildfarm/maintenance/purge_builds.py
and called from buildbotcustom.
Note that this is probably worse for the current Thunderbird release setup because the slaves are sitting idle between release jobs.
Priority: -- → P5
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•11 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2732]
Updated•11 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2732] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2739]
Comment 2•10 years ago
|
||
Still an issue? Probably don't care..
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
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
•