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)

x86_64
Linux
defect

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.
doing this as part of bug 679596
Assignee: nobody → catlee
Priority: -- → P2
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.