Run tests on Mac-14 machines.

All the builder machines have been upgraded to Mac-14.

Change-Id: Ia6fe055e21bcf483d08debc85109b36dedf18c5b
Bug: None
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/357864
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42683}
This commit is contained in:
Jeremy Leconte 2024-07-26 16:44:04 +02:00 committed by WebRTC LUCI CQ
parent d04efa32d6
commit 2a8cca6a5d
4 changed files with 309 additions and 309 deletions

File diff suppressed because it is too large Load Diff

View File

@ -157,19 +157,19 @@
} }
} }
}, },
'mac_12_x64': { 'mac_14_arm64': {
'swarming': { 'swarming': {
'dimensions': { 'dimensions': {
'cpu': 'x86-64', 'cpu': 'arm64',
'os': 'Mac-12' 'os': 'Mac-14'
} }
} }
}, },
'mac_13_x64': { 'mac_14_x64': {
'swarming': { 'swarming': {
'dimensions': { 'dimensions': {
'cpu': 'x86-64', 'cpu': 'x86-64',
'os': 'Mac-13' 'os': 'Mac-14'
} }
} }
}, },

File diff suppressed because it is too large Load Diff

View File

@ -161,7 +161,7 @@
'Linux64 Release (Libfuzzer)': {}, 'Linux64 Release (Libfuzzer)': {},
'Mac Asan': { 'Mac Asan': {
'os_type': 'mac', 'os_type': 'mac',
'mixins': ['mac_12_x64', 'cores-12', 'resultdb-json-format'], 'mixins': ['mac_14_x64', 'cores-12', 'resultdb-json-format'],
'test_suites': { 'test_suites': {
'isolated_scripts': 'desktop_tests', 'isolated_scripts': 'desktop_tests',
}, },
@ -169,21 +169,21 @@
'Mac64 Builder': {}, 'Mac64 Builder': {},
'Mac64 Debug': { 'Mac64 Debug': {
'os_type': 'mac', 'os_type': 'mac',
'mixins': ['mac_12_x64', 'cores-12', 'resultdb-json-format'], 'mixins': ['mac_14_x64', 'cores-12', 'resultdb-json-format'],
'test_suites': { 'test_suites': {
'isolated_scripts': 'desktop_tests', 'isolated_scripts': 'desktop_tests',
}, },
}, },
'Mac64 Release': { 'Mac64 Release': {
'os_type': 'mac', 'os_type': 'mac',
'mixins': ['mac_12_x64', 'resultdb-json-format'], 'mixins': ['mac_14_x64', 'resultdb-json-format'],
'test_suites': { 'test_suites': {
'isolated_scripts': 'desktop_tests', 'isolated_scripts': 'desktop_tests',
}, },
}, },
'MacARM64 M1 Release': { 'MacARM64 M1 Release': {
'os_type': 'mac', 'os_type': 'mac',
'mixins': ['mac_12_arm64', 'mac-m1-cpu', 'resultdb-json-format'], 'mixins': ['mac_14_arm64', 'mac-m1-cpu', 'resultdb-json-format'],
'test_suites': { 'test_suites': {
'isolated_scripts': 'desktop_tests', 'isolated_scripts': 'desktop_tests',
}, },
@ -228,7 +228,7 @@
}, },
'iOS Debug (simulator)': { 'iOS Debug (simulator)': {
'mixins': [ 'mixins': [
'mac_13_x64', 'chromium-tester-service-account', 'mac_toolchain', 'mac_14_x64', 'chromium-tester-service-account', 'mac_toolchain',
'has_native_resultdb_integration', 'out_dir_arg', 'webrtc-xctest' 'has_native_resultdb_integration', 'out_dir_arg', 'webrtc-xctest'
], ],
'test_suites': { 'test_suites': {
@ -431,7 +431,7 @@
'ios_compile_arm64_rel': {}, 'ios_compile_arm64_rel': {},
'ios_dbg_simulator': { 'ios_dbg_simulator': {
'mixins': [ 'mixins': [
'mac_13_x64', 'chromium-tester-service-account', 'mac_toolchain', 'mac_14_x64', 'chromium-tester-service-account', 'mac_toolchain',
'has_native_resultdb_integration', 'out_dir_arg', 'webrtc-xctest' 'has_native_resultdb_integration', 'out_dir_arg', 'webrtc-xctest'
], ],
'test_suites': { 'test_suites': {
@ -535,7 +535,7 @@
}, },
'mac_asan': { 'mac_asan': {
'os_type': 'mac', 'os_type': 'mac',
'mixins': ['mac_12_x64', 'resultdb-json-format', 'cores-12'], 'mixins': ['mac_14_x64', 'resultdb-json-format', 'cores-12'],
'test_suites': { 'test_suites': {
'isolated_scripts': 'desktop_tests', 'isolated_scripts': 'desktop_tests',
}, },
@ -544,28 +544,28 @@
'mac_compile_rel': {}, 'mac_compile_rel': {},
'mac_dbg': { 'mac_dbg': {
'os_type': 'mac', 'os_type': 'mac',
'mixins': ['mac_12_x64', 'resultdb-json-format', 'cores-12'], 'mixins': ['mac_14_x64', 'resultdb-json-format', 'cores-12'],
'test_suites': { 'test_suites': {
'isolated_scripts': 'desktop_tests', 'isolated_scripts': 'desktop_tests',
}, },
}, },
'mac_dbg_m1': { 'mac_dbg_m1': {
'os_type': 'mac', 'os_type': 'mac',
'mixins': ['mac_12_arm64', 'mac-m1-cpu', 'resultdb-json-format'], 'mixins': ['mac_14_arm64', 'mac-m1-cpu', 'resultdb-json-format'],
'test_suites': { 'test_suites': {
'isolated_scripts': 'desktop_tests', 'isolated_scripts': 'desktop_tests',
}, },
}, },
'mac_rel': { 'mac_rel': {
'os_type': 'mac', 'os_type': 'mac',
'mixins': ['mac_12_x64', 'resultdb-json-format'], 'mixins': ['mac_14_x64', 'resultdb-json-format'],
'test_suites': { 'test_suites': {
'isolated_scripts': 'desktop_tests_tryserver', 'isolated_scripts': 'desktop_tests_tryserver',
}, },
}, },
'mac_rel_m1': { 'mac_rel_m1': {
'os_type': 'mac', 'os_type': 'mac',
'mixins': ['mac_12_arm64', 'mac-m1-cpu', 'resultdb-json-format'], 'mixins': ['mac_14_arm64', 'mac-m1-cpu', 'resultdb-json-format'],
'test_suites': { 'test_suites': {
'isolated_scripts': 'desktop_tests', 'isolated_scripts': 'desktop_tests',
}, },