Closed
Bug 679716
Opened 14 years ago
Closed 14 years ago
addRetryEvaluateCommand should ensure that retry.py's timeout is lower than buildbots
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: catlee)
Details
The http://hg.mozilla.org/build/buildbotcustom/file/8a2a53657870/steps/base.py#l36 wrapper currently sets the timeout passed to retry.py to the same value as Buildbot's. Because of overhead in calling retry.py, this means that we'll never hit its timeout in cases where we have no output. We should ensure that it's at least 15 seconds less than Buildbot's - either by setting it to a value lower than the default or passed in, or by setting Buildbot's higher. The latter is probably more intuitive.
| Assignee | ||
Comment 1•14 years ago
|
||
doing this as part of bug 679596
Assignee: nobody → catlee
Priority: -- → P2
| Assignee | ||
Updated•14 years ago
|
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
•