Old iOS sim bots clean up.
Change-Id: I9313b9ab034be8cf3933d82f72c4c8e8858ca6a5 Bug: b/264630045 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291100 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#39133}
This commit is contained in:
parent
44e5d5a9d1
commit
4ccb616fa2
File diff suppressed because it is too large
Load Diff
@ -75,39 +75,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
'ios-simulator-12.4': {
|
||||
'$mixin_append': {
|
||||
'args': ['--platform', 'iPhone X', '--version', '12.4'],
|
||||
'swarming': {
|
||||
'named_caches': [{
|
||||
'name': 'runtime_ios_12_4',
|
||||
'path': 'Runtime-ios-12.4'
|
||||
}]
|
||||
}
|
||||
}
|
||||
},
|
||||
'ios-simulator-13.6': {
|
||||
'$mixin_append': {
|
||||
'args': ['--platform', 'iPhone X', '--version', '13.6'],
|
||||
'swarming': {
|
||||
'named_caches': [{
|
||||
'name': 'runtime_ios_13_6',
|
||||
'path': 'Runtime-ios-13.6'
|
||||
}]
|
||||
}
|
||||
}
|
||||
},
|
||||
'ios-simulator-14.5': {
|
||||
'$mixin_append': {
|
||||
'args': ['--platform', 'iPhone X', '--version', '14.5'],
|
||||
'swarming': {
|
||||
'named_caches': [{
|
||||
'name': 'runtime_ios_14_5',
|
||||
'path': 'Runtime-ios-14.5'
|
||||
}]
|
||||
}
|
||||
}
|
||||
},
|
||||
'ios_runtime_cache_14_5': {
|
||||
'$mixin_append': {
|
||||
'swarming': {
|
||||
|
||||
@ -53,60 +53,6 @@
|
||||
},
|
||||
},
|
||||
},
|
||||
'ios-simulator-12.4': {
|
||||
'$mixin_append': {
|
||||
'args': [
|
||||
'--platform',
|
||||
'iPhone X',
|
||||
'--version',
|
||||
'12.4',
|
||||
],
|
||||
'swarming': {
|
||||
'named_caches': [
|
||||
{
|
||||
'name': 'runtime_ios_12_4',
|
||||
'path': 'Runtime-ios-12.4',
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
},
|
||||
'ios-simulator-13.6': {
|
||||
'$mixin_append': {
|
||||
'args': [
|
||||
'--platform',
|
||||
'iPhone X',
|
||||
'--version',
|
||||
'13.6',
|
||||
],
|
||||
'swarming': {
|
||||
'named_caches': [
|
||||
{
|
||||
'name': 'runtime_ios_13_6',
|
||||
'path': 'Runtime-ios-13.6',
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
},
|
||||
'ios-simulator-14.5': {
|
||||
'$mixin_append': {
|
||||
'args': [
|
||||
'--platform',
|
||||
'iPhone X',
|
||||
'--version',
|
||||
'14.5',
|
||||
],
|
||||
'swarming': {
|
||||
'named_caches': [
|
||||
{
|
||||
'name': 'runtime_ios_14_5',
|
||||
'path': 'Runtime-ios-14.5',
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
},
|
||||
'mac-m1-cpu': {
|
||||
'swarming': {
|
||||
'dimensions': {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -235,36 +235,6 @@
|
||||
},
|
||||
'iOS64 Debug': {},
|
||||
'iOS64 Release': {},
|
||||
'iOS64 Sim Debug (iOS 12)': {
|
||||
'mixins': [
|
||||
'mac_12_x64', 'chromium-tester-service-account', 'ios-simulator-12.4',
|
||||
'xcode_13_main', 'mac_toolchain', 'has_native_resultdb_integration',
|
||||
'out_dir_arg', 'webrtc-xctest'
|
||||
],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'ios_simulator_tests',
|
||||
},
|
||||
},
|
||||
'iOS64 Sim Debug (iOS 13)': {
|
||||
'mixins': [
|
||||
'mac_12_x64', 'chromium-tester-service-account', 'ios-simulator-13.6',
|
||||
'xcode_13_main', 'mac_toolchain', 'has_native_resultdb_integration',
|
||||
'out_dir_arg', 'webrtc-xctest'
|
||||
],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'ios_simulator_tests',
|
||||
},
|
||||
},
|
||||
'iOS64 Sim Debug (iOS 14)': {
|
||||
'mixins': [
|
||||
'mac_12_x64', 'chromium-tester-service-account', 'ios-simulator-14.5',
|
||||
'xcode_13_main', 'mac_toolchain', 'has_native_resultdb_integration',
|
||||
'out_dir_arg', 'webrtc-xctest'
|
||||
],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'ios_simulator_tests',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
@ -482,36 +452,6 @@
|
||||
'isolated_scripts': 'ios_simulator_tests_matrix',
|
||||
},
|
||||
},
|
||||
'ios_sim_x64_dbg_ios12': {
|
||||
'mixins': [
|
||||
'mac_12_x64', 'chromium-tester-service-account', 'ios-simulator-12.4',
|
||||
'xcode_13_main', 'mac_toolchain', 'has_native_resultdb_integration',
|
||||
'out_dir_arg', 'webrtc-xctest'
|
||||
],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'ios_simulator_tests',
|
||||
},
|
||||
},
|
||||
'ios_sim_x64_dbg_ios13': {
|
||||
'mixins': [
|
||||
'mac_12_x64', 'chromium-tester-service-account', 'ios-simulator-13.6',
|
||||
'xcode_13_main', 'mac_toolchain', 'has_native_resultdb_integration',
|
||||
'out_dir_arg', 'webrtc-xctest'
|
||||
],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'ios_simulator_tests',
|
||||
},
|
||||
},
|
||||
'ios_sim_x64_dbg_ios14': {
|
||||
'mixins': [
|
||||
'mac_12_x64', 'chromium-tester-service-account', 'ios-simulator-14.5',
|
||||
'xcode_13_main', 'mac_toolchain', 'has_native_resultdb_integration',
|
||||
'out_dir_arg', 'webrtc-xctest'
|
||||
],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'ios_simulator_tests',
|
||||
},
|
||||
},
|
||||
'linux_asan': {
|
||||
'os_type': 'linux',
|
||||
'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'],
|
||||
|
||||
@ -102,9 +102,6 @@
|
||||
'iOS Debug (simulator)': 'ios_debug_bot_x64',
|
||||
'iOS64 Debug': 'ios_debug_bot_arm64',
|
||||
'iOS64 Release': 'ios_release_bot_arm64',
|
||||
'iOS64 Sim Debug (iOS 12)': 'ios_debug_bot_x64',
|
||||
'iOS64 Sim Debug (iOS 13)': 'ios_debug_bot_x64',
|
||||
'iOS64 Sim Debug (iOS 14)': 'ios_debug_bot_x64',
|
||||
},
|
||||
'client.webrtc.fyi': {
|
||||
# Android
|
||||
@ -171,9 +168,6 @@
|
||||
'ios_compile_arm64_rel': 'ios_release_bot_arm64',
|
||||
'ios_compile_arm64_rel_reclient': 'ios_release_bot_arm64_reclient',
|
||||
'ios_dbg_simulator': 'ios_debug_bot_x64',
|
||||
'ios_sim_x64_dbg_ios12': 'ios_debug_bot_x64',
|
||||
'ios_sim_x64_dbg_ios13': 'ios_debug_bot_x64',
|
||||
'ios_sim_x64_dbg_ios14': 'ios_debug_bot_x64',
|
||||
|
||||
# Linux
|
||||
'linux_asan': 'asan_lsan_clang_release_bot_x64',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user