Closed
Bug 628100
Opened 15 years ago
Closed 15 years ago
master_cleanup.py last ran on Dec 24 on pm01
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: nthomas)
Details
So we're running out of disk space on /builds.
There's a local mod there:
diff -r a92b4503ee69 buildfarm/maintenance/master_cleanup.py
--- a/buildfarm/maintenance/master_cleanup.py Mon Jan 17 15:35:55 2011 -0500
+++ b/buildfarm/maintenance/master_cleanup.py Sun Jan 23 02:22:55 2011 -0800
@@ -37,6 +37,10 @@
# Don't clean out release builders
if builder and builder.category and \
builder.category.find('release') > -1:
+<<<<<<< local
+ print "Skipping %s" % p
+=======
+>>>>>>> other
continue
for build in os.listdir(p):
| Assignee | ||
Comment 1•15 years ago
|
||
Used 'hg revert' to get rid of the patch failure.
| Assignee | ||
Comment 2•15 years ago
|
||
20G free now.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•