Closed
Bug 634592
Opened 14 years ago
Closed 14 years ago
Stop build (incl. cancellator and self-serve) prevents machines from rebooting
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Assigned: catlee)
References
Details
(Keywords: buildapi, Whiteboard: [buildbot][self-serve])
A recent buildbot upgrade changed alwaysRun steps to instead be almostAlwaysRunExceptWhenStopBuildUsed.
This means that when builds or tests are stopped via the 'Stop Build' button, which can happen manually, via cancellator, or self-serve, the machines don't run the reboot step at the end of the job.
This is particularly bad for test jobs, since extra processes are often left running that interfere with future tests.
I recommend changing cancellator and self-serve to not stop running tests for the moment. I believe stopping running builds is mostly safe.
Comment 1•14 years ago
|
||
Do you know what change affected that?
Assignee | ||
Comment 2•14 years ago
|
||
(In reply to comment #1)
> Do you know what change affected that?
https://github.com/buildbot/buildbot/commit/e0d4533f962a51c60456a5a4fd1a5b4d6dee3c1d
Curse the guy who committed that!
Assignee | ||
Updated•14 years ago
|
Whiteboard: [buildbot][self-serve]
Assignee | ||
Comment 6•14 years ago
|
||
Test jobs are now killable again
Status: NEW → RESOLVED
Closed: 14 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
•