Add win11 worker definitions along with taskgraph code to prepare for running all tests on win11
Categories
(Testing :: General, task)
Tracking
(firefox112 fixed)
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: jmaher, Assigned: jmaher)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details |
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
I found an issue- in web-platform.yml there was a regex change to switch worker from virtual
-> virtual-with-gpu
, this ended up applying to win10-32* instead of only win10-64*.
testing that fix and will resubmit, etc.
Comment 6•2 years ago
|
||
Joel, are these supposed to run on every push? One look at treeherder and it seems like those are creating backlogs on https://firefox-ci-tc.services.mozilla.com/worker-manager/gecko-t%2Fwin11-64-2009-gpu and https://firefox-ci-tc.services.mozilla.com/worker-manager/gecko-t%2Fwin11-64-2009.
Earthangel graphs:
Assignee | ||
Comment 7•2 years ago
|
||
:marco, I believe we have a short period of time with a new config where it runs every commit and mozci ignores optimizing it? Is there anything to do for optimization?
Comment 9•2 years ago
|
||
(In reply to Joel Maher ( :jmaher ) (UTC -8) from comment #7)
:marco, I believe we have a short period of time with a new config where it runs every commit and mozci ignores optimizing it? Is there anything to do for optimization?
There is a list of configs and a "cost" associated to them in bugbug. This value is used to choose a platform for tests to run on when a test is considered equally likely to fail on two configurations.
So the only thing to choose is whether we prefer running "cross-platform failing" tests on Windows 11 over Windows 10 or the other way around. I assume Win11, so I will set the cost so that Win11 is preferred over Win10.
Comment 10•2 years ago
|
||
Backed out for causing wpt unexpected passes.
Failure log: https://treeherder.mozilla.org/logviewer?job_id=406835506&repo=autoland
Backout link: https://hg.mozilla.org/integration/autoland/rev/25a8668d92431d469b443f0f2030328bab754aea
Assignee | ||
Comment 11•2 years ago
|
||
this is the reason for backout:
windows10-64-2004.*-qr/.*: virtual-with-gpu
->windows.*-qr/.*: virtual-with-gpu
<- this turned win10-32 to run on gpuwindows10-64-2004.*-qr/.*: virtual-with-gpu
->windows.*-64*-qr/.*: virtual-with-gpu
<- this is a bad regex, so win10-64 didn't run on gpu
Comment 12•2 years ago
|
||
Comment 13•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Comment hidden (obsolete) |
Updated•2 years ago
|
Description
•