Closed
Bug 931859
Opened 12 years ago
Closed 12 years ago
servo buildbot config fails to set got_revision in some cases
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jack, Assigned: bhearsum)
Details
Attachments
(1 file)
|
523 bytes,
patch
|
rail
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
When builds time out in buildbot, bors gets stuck. In attempting to track this down, I noticed that bors is depending on the setting of got_revision in the JSON output, but when the builds time out this doesn't seem to get set.
See http://servo-buildbot.pub.build.mozilla.org/builders/mac/builds/480 for an example timed out build. See http://servo-buildbot.pub.build.mozilla.org/json/builders/mac/builds?select=-1&select=-2&select=-3&select=-4&select=-5 for JSON output missing got_revision (in "-1"). The latter URL will probably only be valid for a short time.
| Assignee | ||
Comment 1•12 years ago
|
||
I think we just need to set alwaysRun=True on the set_script_properties step to fix this. That's what we do in ScriptFactory!
Assignee: nobody → bhearsum
| Assignee | ||
Comment 2•12 years ago
|
||
Attachment #823409 -
Flags: review?(rail)
Updated•12 years ago
|
Attachment #823409 -
Flags: review?(rail) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 823409 [details] [diff] [review]
always set properties
Reconfiged the master for this. Should be fixed...hard to verify until we have another timed out job.
Attachment #823409 -
Flags: checked-in+
| Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•