Closed
Bug 1174870
Opened 9 years ago
Closed 9 years ago
SETA is not scheduling win xp tests on fx-team as expected
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kmoir, Assigned: catlee)
References
Details
Attachments
(1 file)
5.54 KB,
patch
|
rail
:
review+
kmoir
:
checked-in+
|
Details | Diff | Splinter Review |
Despite timeout limit being reached. For instance, this is the only instance of fx-team mochitest-1 opt windows xp that has run today https://secure.pub.build.mozilla.org/buildapi/self-serve/fx-team/build/73687378 RyanVM|sheriffduty kmoir|buildduty: does SETA know about per-product builds? RyanVM|sheriffduty i.e. if build #10 is an android-only push, did I just get hosed out of WinXP tests for another 10 pushes? kmoir|buildduty RyanVM|sheriffduty: If only android tests are scheduled, the scheduling skipping will only be applied to that platform RyanVM|sheriffduty so in theory I'll get them on the next push? kmoir|buildduty that is my understanding RyanVM|sheriffduty why hasn't WinXP run a full set of tests since 4am PT today? https://treeherder.mozilla.org/#/jobs?repo=fx-team&fromchange=e4738a23d0c4&filter-searchStr=Windows%20XP%20opt%20Mochitest%20Mochitest%20M%283%29 RyanVM|sheriffduty better shown by https://treeherder.mozilla.org/#/jobs?repo=fx-team&fromchange=e4738a23d0c4&filter-searchStr=windows%20xp%20opt%20mochitest
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → kmoir
Summary: SETA is not scheduling win xp tests on fx-team → SETA is not scheduling win xp tests on fx-team as expected
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8715009 -
Flags: review?(rail)
Assignee | ||
Comment 2•9 years ago
|
||
I think the problem was that we were comparing the age of the most recent request instead of the age of the oldest request. This meant that for the idle timeout to work, the time between any two builds had to be longer than the timeout period. Anything shorter would effectively reset the timeout.
Updated•9 years ago
|
Attachment #8715009 -
Flags: review?(rail) → review+
Reporter | ||
Comment 3•9 years ago
|
||
Comment on attachment 8715009 [details] [diff] [review] fix idle timeout I landed it http://hg.mozilla.org/build/buildbotcustom/rev/12ca89b8a20b so could reconfig with bug 1243877 at the same time
Attachment #8715009 -
Flags: checked-in+
Reporter | ||
Comment 4•9 years ago
|
||
in production, thanks for fixing this!
Reporter | ||
Updated•9 years ago
|
Assignee: kmoir → catlee
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•