Closed
Bug 1603842
Opened 5 years ago
Closed 5 years ago
Run mochitest-plain-gpu and mochitest-chrome-gpu in separate tasks
Categories
(Testing :: General, task, P3)
Tracking
(firefox76 fixed)
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: ahal, Assigned: sandhusimran3)
References
(Blocks 1 open bug)
Details
Attachments
(3 files, 1 obsolete file)
For historical reasons, the mochitest-gpu
task runs both the chrome-gpu
and plain-gpu
suites. As far as I know, this is the only task that breaks the assumption of one suite per task.
We should split this task into two separate ones and clean up the relevant mozharness logic to disallow multiple suites at a time.
Fixing this will clean up a lot of complexity we will no longer need to deal with in many of our upcoming scheduling improvements.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → sandhusimran3
Status: NEW → ASSIGNED
Updated•5 years ago
|
Attachment #9117464 -
Attachment is obsolete: true
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Attachment #9133017 -
Attachment description: Bug 1603842 - separate mochitest-gpu tasks into mochitest-chrome-gpu and mochitest-plain-gpu → Bug 1603842 - separate mochitest-gpu tasks and prevent selection of multiple mochitest flavors and suites
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Attachment #9133017 -
Attachment description: Bug 1603842 - separate mochitest-gpu tasks and prevent selection of multiple mochitest flavors and suites → Bug 1603842 - separate mochitest-gpu tasks into mochitest-chrome-gpu and mochitest-plain-gpu
Pushed by egao@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e979d8f739b7
separate mochitest-gpu tasks into mochitest-chrome-gpu and mochitest-plain-gpu r=ahal,gbrown
Comment 6•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Pushed by egao@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a8c8a5f33f9e
prevent selection of more than 1 suite in mozharness r=ahal,gbrown
Comment 8•5 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•