Bug 1727943 - Part 4: Migrate jittest and xpcshell Windows 10 CCov suites from AWS to Azure r=jmaher

Differential Revision: https://phabricator.services.mozilla.com/D127193
This commit is contained in:
Michelle Goossens 2021-10-01 19:25:28 +00:00
Родитель d8a89569a0
Коммит 061f4b25de
5 изменённых файлов: 5 добавлений и 22 удалений

Просмотреть файл

@ -78,14 +78,14 @@ jittest:
chunks:
by-test-platform:
windows.*: 1
windows10-64-ccov-qr/opt: 8
windows10-64-2004-ccov-qr/opt: 8
macosx.*/opt: 1
macosx.*/debug: 3
android.*: 10
default: 6
max-run-time:
by-test-platform:
windows10-64-ccov.*/.*: 7200
windows10-64-2004-ccov.*/.*: 7200
macosx.*-ccov.*/.*: 7200
android-hw.*: 5400
default: 3600

Просмотреть файл

@ -177,11 +177,6 @@ windows10-32-2004-mingwclang-qr/opt:
- mingwclang-tests-opt
# win64
windows10-64-ccov-qr/opt:
build-platform: win64-ccov/opt
test-sets:
- windows10-64-ccov-tests # For Bug 1723531 but without what has been migrated in Bug X so far
windows10-64-qr/opt:
build-platform: win64/opt
test-sets:

Просмотреть файл

@ -240,10 +240,6 @@ windows10-2004-tests:
- test-verify-wpt
- xpcshell
windows10-64-ccov-tests:
- jittest
- xpcshell
windows10-64-2004-ccov-tests:
- crashtest
- reftest
@ -262,6 +258,8 @@ windows10-64-2004-ccov-tests:
- web-platform-tests-reftest
- web-platform-tests-print-reftest
- web-platform-tests-wdspec
# - jittest # Bug 1733505
# - xpcshell # Bug 1733505
windows10-64-2004-failure-tests:
- mochitest-browser-chrome-failures

Просмотреть файл

@ -56,7 +56,7 @@ xpcshell:
chunks:
by-test-platform:
.*-ccov.*/.*: 6
windows10-64-ccov-qr/opt: 6
windows10-64-2004-ccov-qr/opt: 6
android-em-7.*: 2
macosx.*-64(-shippable|-devedition|-asan)?(-qr)?/.*: 2
linux1804-64(-qr)?/debug: 6

Просмотреть файл

@ -107,16 +107,6 @@ WINDOWS_WORKER_TYPES = {
"virtual-with-gpu": "t-win64-aarch64-laptop",
"hardware": "t-win64-aarch64-laptop",
},
"windows10-64-ccov": {
"virtual": "t-win10-64",
"virtual-with-gpu": "t-win10-64-gpu-s",
"hardware": "t-win10-64-1803-hw",
},
"windows10-64-ccov-qr": {
"virtual": "t-win10-64",
"virtual-with-gpu": "t-win10-64-gpu-s",
"hardware": "t-win10-64-1803-hw",
},
"windows10-64-devedition": {
"virtual": "t-win10-64",
"virtual-with-gpu": "t-win10-64-gpu-s",