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:
parent
d04efa32d6
commit
2a8cca6a5d
File diff suppressed because it is too large
Load Diff
@ -157,19 +157,19 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
'mac_12_x64': {
|
||||
'mac_14_arm64': {
|
||||
'swarming': {
|
||||
'dimensions': {
|
||||
'cpu': 'x86-64',
|
||||
'os': 'Mac-12'
|
||||
'cpu': 'arm64',
|
||||
'os': 'Mac-14'
|
||||
}
|
||||
}
|
||||
},
|
||||
'mac_13_x64': {
|
||||
'mac_14_x64': {
|
||||
'swarming': {
|
||||
'dimensions': {
|
||||
'cpu': 'x86-64',
|
||||
'os': 'Mac-13'
|
||||
'os': 'Mac-14'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -161,7 +161,7 @@
|
||||
'Linux64 Release (Libfuzzer)': {},
|
||||
'Mac Asan': {
|
||||
'os_type': 'mac',
|
||||
'mixins': ['mac_12_x64', 'cores-12', 'resultdb-json-format'],
|
||||
'mixins': ['mac_14_x64', 'cores-12', 'resultdb-json-format'],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'desktop_tests',
|
||||
},
|
||||
@ -169,21 +169,21 @@
|
||||
'Mac64 Builder': {},
|
||||
'Mac64 Debug': {
|
||||
'os_type': 'mac',
|
||||
'mixins': ['mac_12_x64', 'cores-12', 'resultdb-json-format'],
|
||||
'mixins': ['mac_14_x64', 'cores-12', 'resultdb-json-format'],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'desktop_tests',
|
||||
},
|
||||
},
|
||||
'Mac64 Release': {
|
||||
'os_type': 'mac',
|
||||
'mixins': ['mac_12_x64', 'resultdb-json-format'],
|
||||
'mixins': ['mac_14_x64', 'resultdb-json-format'],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'desktop_tests',
|
||||
},
|
||||
},
|
||||
'MacARM64 M1 Release': {
|
||||
'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': {
|
||||
'isolated_scripts': 'desktop_tests',
|
||||
},
|
||||
@ -228,7 +228,7 @@
|
||||
},
|
||||
'iOS Debug (simulator)': {
|
||||
'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'
|
||||
],
|
||||
'test_suites': {
|
||||
@ -431,7 +431,7 @@
|
||||
'ios_compile_arm64_rel': {},
|
||||
'ios_dbg_simulator': {
|
||||
'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'
|
||||
],
|
||||
'test_suites': {
|
||||
@ -535,7 +535,7 @@
|
||||
},
|
||||
'mac_asan': {
|
||||
'os_type': 'mac',
|
||||
'mixins': ['mac_12_x64', 'resultdb-json-format', 'cores-12'],
|
||||
'mixins': ['mac_14_x64', 'resultdb-json-format', 'cores-12'],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'desktop_tests',
|
||||
},
|
||||
@ -544,28 +544,28 @@
|
||||
'mac_compile_rel': {},
|
||||
'mac_dbg': {
|
||||
'os_type': 'mac',
|
||||
'mixins': ['mac_12_x64', 'resultdb-json-format', 'cores-12'],
|
||||
'mixins': ['mac_14_x64', 'resultdb-json-format', 'cores-12'],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'desktop_tests',
|
||||
},
|
||||
},
|
||||
'mac_dbg_m1': {
|
||||
'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': {
|
||||
'isolated_scripts': 'desktop_tests',
|
||||
},
|
||||
},
|
||||
'mac_rel': {
|
||||
'os_type': 'mac',
|
||||
'mixins': ['mac_12_x64', 'resultdb-json-format'],
|
||||
'mixins': ['mac_14_x64', 'resultdb-json-format'],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'desktop_tests_tryserver',
|
||||
},
|
||||
},
|
||||
'mac_rel_m1': {
|
||||
'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': {
|
||||
'isolated_scripts': 'desktop_tests',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user