Closed
Bug 979076
Opened 11 years ago
Closed 11 years ago
b2g_bumper should check tree status
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: catlee)
Details
Attachments
(1 file)
3.68 KB,
patch
|
massimo
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
If b2g-inbound/mozilla-central/whatever we are bumping is closed then we still crank the handle, and end up failing to push at the end. We don't update /builds/b2g_bumper/b2g_bumper.stamp in this case, so nagios says:
Mon 16:59:44 PST [4031] buildbot-master66.srv.releng.usw2.mozilla.com:File Age - /builds/b2g_bumper/b2g_bumper.stamp is CRITICAL: FILE_AGE CRITICAL: /builds/b2g_bumper/b2g_bumper.stamp is 4691 seconds old and 0 bytes
Since this is not an error in the bumper, it's noise for buildduty to deal with.
catlee suggests we check tree status before doing the work of updating manifests etc, and exit early if the appropriate tree is closed. The stamp should be updated if there is no error in the bumper.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → catlee
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8385062 -
Flags: review?(mgervasini)
Updated•11 years ago
|
Attachment #8385062 -
Flags: review?(mgervasini) → review+
Assignee | ||
Updated•11 years ago
|
Attachment #8385062 -
Flags: checked-in+
Comment 2•11 years ago
|
||
bumper patch is in production
Assignee | ||
Comment 3•11 years ago
|
||
Assuming this is working
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Component: Tools → General
You need to log in
before you can comment on or make changes to this bug.
Description
•