[MB][Testing] Remove remaining trybots with legacy format
Bug: v8:10445 Change-Id: I13cfae71c12cf23c32f462d36f98bfcfd2dc2997 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2260558 Reviewed-by: Liviu Rau <liviurau@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Almothana Athamneh <almuthanna@chromium.org> Cr-Commit-Position: refs/heads/master@{#68507}
This commit is contained in:
parent
7f0defa829
commit
2d984508d2
@ -211,10 +211,8 @@
|
||||
'v8_linux_dbg_ng': 'debug_x86_trybot',
|
||||
'v8_linux_noi18n_compile_dbg': 'debug_x86_no_i18n',
|
||||
'v8_linux_noi18n_rel_ng': 'release_x86_no_i18n_trybot',
|
||||
'v8_linux_gc_stress_dbg': 'debug_x86_trybot',
|
||||
'v8_linux_gc_stress_dbg_ng': 'debug_x86_trybot',
|
||||
'v8_linux_gcc_compile_rel': 'release_x86_gcc_minimal_symbols',
|
||||
'v8_linux_gcc_rel': 'release_x86_gcc_minimal_symbols',
|
||||
'v8_linux_gcc_rel_ng': 'release_x86_gcc_minimal_symbols',
|
||||
'v8_linux_shared_compile_rel': 'release_x86_shared_verify_heap',
|
||||
'v8_linux64_arm64_pointer_compression_rel_ng':
|
||||
@ -236,7 +234,6 @@
|
||||
'v8_linux64_msan_rel_ng': 'release_simulate_arm64_msan_minimal_symbols',
|
||||
'v8_linux64_sanitizer_coverage_rel':
|
||||
'release_x64_asan_minimal_symbols_coverage',
|
||||
'v8_linux64_tsan_rel': 'release_x64_tsan_minimal_symbols',
|
||||
'v8_linux64_tsan_rel_ng': 'release_x64_tsan_minimal_symbols',
|
||||
'v8_linux64_tsan_isolates_rel_ng':
|
||||
'release_x64_tsan_minimal_symbols',
|
||||
@ -244,35 +241,28 @@
|
||||
'v8_odroid_arm_rel_ng': 'release_arm',
|
||||
'v8_linux_torque_compare': 'torque_compare',
|
||||
# TODO(machenbach): Remove after switching to x64 on infra side.
|
||||
'v8_win_dbg': 'debug_x86_trybot',
|
||||
'v8_win_dbg_ng': 'debug_x86_trybot',
|
||||
'v8_win_compile_dbg': 'debug_x86_trybot',
|
||||
'v8_win_rel_ng': 'release_x86_trybot',
|
||||
'v8_win64_asan_rel_ng': 'release_x64_asan_no_lsan',
|
||||
'v8_win64_msvc_compile_rel': 'release_x64_msvc',
|
||||
'v8_win64_dbg': 'debug_x64_minimal_symbols',
|
||||
'v8_win64_dbg_ng': 'debug_x64_minimal_symbols',
|
||||
'v8_win64_msvc_rel_ng': 'release_x64_msvc',
|
||||
'v8_win64_rel_ng': 'release_x64_trybot',
|
||||
'v8_mac64_gc_stress_dbg': 'debug_x64_trybot',
|
||||
'v8_mac64_gc_stress_dbg_ng': 'debug_x64_trybot',
|
||||
'v8_mac64_rel_ng': 'release_x64_trybot',
|
||||
'v8_mac64_dbg': 'debug_x64',
|
||||
'v8_mac64_dbg_ng': 'debug_x64',
|
||||
'v8_mac64_compile_full_dbg_ng': 'full_debug_x64',
|
||||
'v8_mac64_asan_rel': 'release_x64_asan_no_lsan',
|
||||
'v8_mac64_asan_rel_ng': 'release_x64_asan_no_lsan',
|
||||
'v8_linux_arm_rel_ng': 'release_simulate_arm_trybot',
|
||||
'v8_linux_arm_lite_rel_ng': 'release_simulate_arm_lite_trybot',
|
||||
'v8_linux_arm_dbg': 'debug_simulate_arm',
|
||||
'v8_linux_arm_dbg_ng': 'debug_simulate_arm',
|
||||
'v8_linux_arm_armv8a_rel': 'release_simulate_arm_trybot',
|
||||
'v8_linux_arm_armv8a_dbg': 'debug_simulate_arm',
|
||||
'v8_linux_arm64_rel_ng': 'release_simulate_arm64_trybot',
|
||||
'v8_linux_arm64_cfi_rel_ng' : 'release_simulate_arm64_cfi',
|
||||
'v8_linux_arm64_dbg': 'debug_simulate_arm64',
|
||||
'v8_linux_arm64_dbg_ng': 'debug_simulate_arm64',
|
||||
'v8_linux_arm64_gc_stress_dbg': 'debug_simulate_arm64',
|
||||
'v8_linux_arm64_gc_stress_dbg_ng': 'debug_simulate_arm64',
|
||||
'v8_linux_mipsel_compile_rel': 'release_simulate_mipsel',
|
||||
'v8_linux_mips64el_compile_rel': 'release_simulate_mips64el',
|
||||
|
@ -83,15 +83,6 @@
|
||||
{'name': 'v8testing', 'variant': 'extra', 'shards': 2},
|
||||
],
|
||||
},
|
||||
'v8_linux_gc_stress_dbg': {
|
||||
'swarming_dimensions' : {
|
||||
'os': 'Ubuntu-16.04',
|
||||
},
|
||||
'tests': [
|
||||
{'name': 'mjsunit', 'variant': 'slow_path', 'test_args': ['--gc-stress'], 'shards': 2},
|
||||
{'name': 'd8testing', 'test_args': ['--gc-stress'], 'shards': 5},
|
||||
],
|
||||
},
|
||||
'v8_linux_gc_stress_dbg_ng_triggered': {
|
||||
'swarming_dimensions' : {
|
||||
'os': 'Ubuntu-16.04',
|
||||
@ -101,14 +92,6 @@
|
||||
{'name': 'd8testing', 'test_args': ['--gc-stress'], 'shards': 5},
|
||||
],
|
||||
},
|
||||
'v8_linux_gcc_rel': {
|
||||
'swarming_dimensions' : {
|
||||
'os': 'Ubuntu-16.04',
|
||||
},
|
||||
'tests': [
|
||||
{'name': 'v8testing'},
|
||||
],
|
||||
},
|
||||
'v8_linux_gcc_rel_ng_triggered': {
|
||||
'swarming_dimensions' : {
|
||||
'os': 'Ubuntu-16.04',
|
||||
@ -231,19 +214,6 @@
|
||||
},
|
||||
##############################################################################
|
||||
# Linux32 with arm simulators
|
||||
'v8_linux_arm_dbg': {
|
||||
'swarming_dimensions' : {
|
||||
'os': 'Ubuntu-16.04',
|
||||
},
|
||||
'tests': [
|
||||
{'name': 'mjsunit_sp_frame_access'},
|
||||
{'name': 'mozilla'},
|
||||
{'name': 'test262', 'variant': 'default'},
|
||||
{'name': 'v8testing', 'shards': 7},
|
||||
{'name': 'v8testing', 'variant': 'extra', 'shards': 6},
|
||||
{'name': 'v8testing', 'variant': 'trusted', 'shards': 2},
|
||||
],
|
||||
},
|
||||
'v8_linux_arm_dbg_ng_triggered': {
|
||||
'swarming_dimensions' : {
|
||||
'os': 'Ubuntu-16.04',
|
||||
@ -441,19 +411,6 @@
|
||||
{'name': 'v8testing', 'shards': 3},
|
||||
],
|
||||
},
|
||||
'v8_linux64_tsan_rel': {
|
||||
'swarming_dimensions' : {
|
||||
'os': 'Ubuntu-16.04',
|
||||
},
|
||||
'tests': [
|
||||
{'name': 'benchmarks'},
|
||||
{'name': 'mozilla'},
|
||||
{'name': 'test262', 'variant': 'default', 'shards': 3},
|
||||
{'name': 'v8testing', 'shards': 5},
|
||||
{'name': 'v8testing', 'variant': 'extra', 'shards': 3},
|
||||
{'name': 'v8testing', 'variant': 'slow_path'},
|
||||
],
|
||||
},
|
||||
'v8_linux64_tsan_rel_ng_triggered': {
|
||||
'swarming_dimensions' : {
|
||||
'os': 'Ubuntu-16.04',
|
||||
@ -493,19 +450,6 @@
|
||||
},
|
||||
##############################################################################
|
||||
# Linux64 with arm64 simulators
|
||||
'v8_linux_arm64_dbg': {
|
||||
'swarming_dimensions' : {
|
||||
'os': 'Ubuntu-16.04',
|
||||
},
|
||||
'tests': [
|
||||
{'name': 'mjsunit_sp_frame_access'},
|
||||
{'name': 'mozilla', 'shards': 4},
|
||||
{'name': 'test262', 'variant': 'default', 'shards': 4},
|
||||
{'name': 'v8testing', 'shards': 12},
|
||||
{'name': 'v8testing', 'variant': 'extra', 'shards': 8},
|
||||
{'name': 'v8testing', 'variant': 'trusted', 'shards': 5},
|
||||
],
|
||||
},
|
||||
'v8_linux_arm64_dbg_ng_triggered': {
|
||||
'swarming_dimensions' : {
|
||||
'os': 'Ubuntu-16.04',
|
||||
@ -519,14 +463,6 @@
|
||||
{'name': 'v8testing', 'variant': 'trusted', 'shards': 5},
|
||||
],
|
||||
},
|
||||
'v8_linux_arm64_gc_stress_dbg': {
|
||||
'swarming_dimensions' : {
|
||||
'os': 'Ubuntu-16.04',
|
||||
},
|
||||
'tests': [
|
||||
{'name': 'd8testing', 'test_args': ['--gc-stress'], 'shards': 12},
|
||||
],
|
||||
},
|
||||
'v8_linux_arm64_gc_stress_dbg_ng_triggered': {
|
||||
'swarming_dimensions' : {
|
||||
'os': 'Ubuntu-16.04',
|
||||
@ -585,16 +521,6 @@
|
||||
},
|
||||
##############################################################################
|
||||
# Win32
|
||||
'v8_win_dbg': {
|
||||
'swarming_dimensions' : {
|
||||
'cpu': 'x86-64',
|
||||
'os': 'Windows-7-SP1',
|
||||
},
|
||||
'tests': [
|
||||
{'name': 'mozilla'},
|
||||
{'name': 'v8testing', 'shards': 3},
|
||||
],
|
||||
},
|
||||
'v8_win_dbg_ng_triggered': {
|
||||
'swarming_dimensions' : {
|
||||
'cpu': 'x86-64',
|
||||
@ -626,18 +552,6 @@
|
||||
{'name': 'v8testing', 'shards': 5},
|
||||
],
|
||||
},
|
||||
'v8_win64_dbg': {
|
||||
'swarming_dimensions' : {
|
||||
'cpu': 'x86-64',
|
||||
'os': 'Windows-10-15063',
|
||||
},
|
||||
'tests': [
|
||||
{'name': 'mozilla'},
|
||||
{'name': 'test262', 'variant': 'default', 'shards': 2},
|
||||
{'name': 'v8testing', 'shards': 3},
|
||||
{'name': 'v8testing', 'variant': 'extra', 'shards': 2},
|
||||
],
|
||||
},
|
||||
'v8_win64_dbg_ng_triggered': {
|
||||
'swarming_dimensions' : {
|
||||
'cpu': 'x86-64',
|
||||
@ -675,15 +589,6 @@
|
||||
},
|
||||
##############################################################################
|
||||
# Mac64
|
||||
'v8_mac64_asan_rel': {
|
||||
'swarming_dimensions' : {
|
||||
'cpu': 'x86-64',
|
||||
'os': 'Mac-10.13',
|
||||
},
|
||||
'tests': [
|
||||
{'name': 'v8testing', 'shards': 4},
|
||||
],
|
||||
},
|
||||
'v8_mac64_asan_rel_ng_triggered': {
|
||||
'swarming_dimensions' : {
|
||||
'cpu': 'x86-64',
|
||||
@ -705,15 +610,6 @@
|
||||
{'name': 'v8testing', 'variant': 'extra', 'shards': 2},
|
||||
],
|
||||
},
|
||||
'v8_mac64_gc_stress_dbg': {
|
||||
'swarming_dimensions' : {
|
||||
'cpu': 'x86-64',
|
||||
'os': 'Mac-10.13',
|
||||
},
|
||||
'tests': [
|
||||
{'name': 'd8testing', 'test_args': ['--gc-stress'], 'shards': 4},
|
||||
],
|
||||
},
|
||||
'v8_mac64_gc_stress_dbg_ng_triggered': {
|
||||
'swarming_dimensions' : {
|
||||
'cpu': 'x86-64',
|
||||
|
Loading…
Reference in New Issue
Block a user