Closed
Bug 1062658
Opened 11 years ago
Closed 11 years ago
Increase free space requirement for b2g hazard builds
Categories
(Release Engineering :: Applications: MozharnessCore, defect, P2)
Release Engineering
Applications: MozharnessCore
x86
Gonk (Firefox OS)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: nthomas)
Details
Attachments
(1 file)
|
683 bytes,
patch
|
jlund
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
In a b2g_mozilla-aurora_linux64-b2g-haz_dep job we had
13:55:46 INFO - Running command: ['/builds/slave/b2g_m-aurora_l64-b2g-haz_dep-0/scripts/external_tools/purge_builds.py', '-s', '15', '--max-age', '14', '--not', 'info', '--not', 'rel-*', '--not', 'tb-rel-*', '/builds/slave']
13:55:46 INFO - Copy/paste: /builds/slave/b2g_m-aurora_l64-b2g-haz_dep-0/scripts/external_tools/purge_builds.py -s 15 --max-age 14 --not info --not rel-* --not tb-rel-* /builds/slave
13:55:46 INFO - Using env: {'HG_SHARE_BASE_DIR': '/builds/hg-shared',
13:55:46 INFO - 'PATH': '/usr/local/bin:/usr/lib64/ccache:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cltbld/bin'}
13:55:46 INFO - 15.72 GB of space available
then the disk filled up much later in the build. Another job on that builder was using 16.7G (after the job was done).
Attachment #8483901 -
Flags: review?(jlund)
| Assignee | ||
Updated•11 years ago
|
Attachment #8483901 -
Attachment description: haz-free-space.diff → Ask for 18G
Comment 1•11 years ago
|
||
Comment on attachment 8483901 [details] [diff] [review]
Ask for 18G
Review of attachment 8483901 [details] [diff] [review]:
-----------------------------------------------------------------
looks like this config file is shared with two different types of hazard builders: sh[1] and br[2]. I suppose that's why it's called 'common'. I'm guessing these require similar space and that's why we define one purge size for both of them. If 18 works for both (it's obviously not working for at least one judging by comment 0) then great. 18gb wow! I think only our b2g emulators beat that.
[1] http://mxr.mozilla.org/build/source/buildbot-configs/mozilla/config.py#639
[2] http://mxr.mozilla.org/build/source/buildbot-configs/mozilla/config.py#658
Attachment #8483901 -
Flags: review?(jlund) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8483901 [details] [diff] [review]
Ask for 18G
It's pretty crazy, although I imagine code coverage builds may give everything a run for their money.
https://hg.mozilla.org/build/mozharness/rev/6b579a209e34
Attachment #8483901 -
Flags: checked-in+
| Assignee | ||
Comment 3•11 years ago
|
||
Got merged to production on Sep 9.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•