Bug 1906180 - use aarch64 for macosx1100 tests. r=jcristau,taskgraph-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D215685
This commit is contained in:
Joel Maher 2024-07-10 12:04:37 +00:00
Родитель 4af7413bf2
Коммит 9049e9942f
2 изменённых файлов: 8 добавлений и 4 удалений

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

@ -108,6 +108,8 @@ MACOSX_WORKER_TYPES = {
"macosx1015-64": "t-osx-1015-r8",
"macosx1100-64": "t-osx-1100-m1",
"macosx1400-64": "t-osx-1400-m2",
"macosx1100-aarch64": "t-osx-1100-m1",
"macosx1400-aarch64": "t-osx-1400-m2",
}
transforms = TransformSequence()
@ -128,8 +130,12 @@ def set_worker_type(config, tasks):
task["worker-type"] = MACOSX_WORKER_TYPES["macosx1015-64"]
elif test_platform.startswith("macosx1100-64"):
task["worker-type"] = MACOSX_WORKER_TYPES["macosx1100-64"]
elif test_platform.startswith("macosx1100-aarch64"):
task["worker-type"] = MACOSX_WORKER_TYPES["macosx1100-aarch64"]
elif test_platform.startswith("macosx1400-64"):
task["worker-type"] = MACOSX_WORKER_TYPES["macosx1400-64"]
elif test_platform.startswith("macosx1400-aarch64"):
task["worker-type"] = MACOSX_WORKER_TYPES["macosx1400-aarch64"]
elif test_platform.startswith("win"):
# figure out what platform the job needs to run on
if task["virtualization"] == "hardware":

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

@ -349,20 +349,18 @@ macosx1100-64-qr/debug:
test-sets:
- macosx1100-64-jittests
macosx1100-64-aarch64-qr/debug:
macosx1100-aarch64-qr/debug:
build-platform: macosx64-aarch64/debug
build-signing-label: repackage-macosx64-aarch64/debug
test-sets:
- macosx1100-aarch64-qr-tests
macosx1100-64-shippable-qr/opt:
macosx1100-aarch64-shippable-qr/opt:
build-platform: macosx64-shippable/opt
build-signing-label: repackage-macosx64-shippable/opt
test-sets:
- macosx1100-64-jittests
- macosx1100-64-qr-tests
# - macosx64-talos
# - browsertime-high-priority
macosx1015-64-shippable-qr/opt:
build-platform: macosx64-shippable/opt