Closed
Bug 1478811
Opened 7 years ago
Closed 7 years ago
Linux opt-talos-damp-e10s is nearing its max-run-time
Categories
(Testing :: Talos, defect)
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
Details
Attachments
(1 file)
639 bytes,
patch
|
rwood
:
review+
|
Details | Diff | Splinter Review |
In bug 1469720 I am monitoring task run-times in hopes of avoiding task time outs. Queries of ActiveData suggest that Linux Talos-damp tasks are running close to their configured max-run-time of 2700 seconds (45 minutes). A quick spot-check of mozilla-central damp tasks in treeherder show run times around 40 minutes.
Long running test tasks on mozilla-central,mozilla-inbound,autoland between 2018-07-19 and 2018-07-26
test-linux64-qr/opt-talos-damp-e10s : 39 of 270 runs (14.4%) exceeded 90% of max-run-time (2700 s)
test-linux64/opt-talos-damp-e10s : 2 of 207 runs (1.0%) exceeded 90% of max-run-time (2700 s)
Talos-damp has a max-run-time of 5400 seconds on other platforms:
https://dxr.mozilla.org/mozilla-central/rev/085cdfb90903d4985f0de1dc7786522d9fb45596/taskcluster/ci/test/talos.yml#82-83
This is an opportunity to consider increasing Linux Talos-damp max-run-time to avoid intermittent task time outs.
![]() |
Assignee | |
Comment 1•7 years ago
|
||
Most linux damp tasks are still not failing, but remain close to the max-run-time.
Long running test tasks on mozilla-central,mozilla-inbound,autoland between 2018-07-25 and 2018-08-01
test-linux64-qr/opt-talos-damp-e10s : 79 of 293 runs (27.0%) exceeded 90% of max-run-time (2700 s)
test-linux64/opt-talos-damp-e10s : 4 of 194 runs (2.1%) exceeded 90% of max-run-time (2700 s)
There are a few failures, like
https://treeherder.mozilla.org/logviewer.html#?job_id=191374935&repo=autoland&lineNumber=10220
Assignee: nobody → gbrown
![]() |
Assignee | |
Comment 2•7 years ago
|
||
Attachment #8996835 -
Flags: review?(rwood)
Comment 3•7 years ago
|
||
Comment on attachment 8996835 [details] [diff] [review]
use the same max-run-time (5400 seconds/90 minutes) for damp on all platforms
Awesome thanks this should reduce some intermittents.
Attachment #8996835 -
Flags: review?(rwood) → review+
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c918e687d594
Increase max-run-time for linux talos damp; r=rwood
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•