[branches] Cleanup mb_config
Bug: chromium:1064551 Change-Id: I81935d9bfe7b779f6f33ae8afa54f5b86c6bd74e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2637224 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Liviu Rau <liviurau@chromium.org> Cr-Commit-Position: refs/heads/master@{#72184}
This commit is contained in:
parent
efccaebe52
commit
01fdee939a
@ -175,38 +175,6 @@
|
||||
# RISC-V
|
||||
'V8 Linux - riscv64 - sim - builder': 'release_simulate_riscv64',
|
||||
},
|
||||
'client.v8.branches': {
|
||||
'V8 Linux - previous branch': 'release_x86',
|
||||
'V8 Linux - previous branch - debug': 'debug_x86',
|
||||
'V8 Linux - beta branch': 'release_x86',
|
||||
'V8 Linux - beta branch - debug': 'debug_x86',
|
||||
'V8 Linux - stable branch': 'release_x86',
|
||||
'V8 Linux - stable branch - debug': 'debug_x86',
|
||||
'V8 Linux64 - previous branch': 'release_x64',
|
||||
'V8 Linux64 - previous branch - debug': 'debug_x64',
|
||||
'V8 Linux64 - beta branch': 'release_x64',
|
||||
'V8 Linux64 - beta branch - debug': 'debug_x64',
|
||||
'V8 Linux64 - stable branch': 'release_x64',
|
||||
'V8 Linux64 - stable branch - debug': 'debug_x64',
|
||||
'V8 arm - sim - previous branch': 'release_simulate_arm',
|
||||
'V8 arm - sim - previous branch - debug': 'debug_simulate_arm',
|
||||
'V8 arm - sim - beta branch': 'release_simulate_arm',
|
||||
'V8 arm - sim - beta branch - debug': 'debug_simulate_arm',
|
||||
'V8 arm - sim - stable branch': 'release_simulate_arm',
|
||||
'V8 arm - sim - stable branch - debug': 'debug_simulate_arm',
|
||||
'V8 mips64el - sim - previous branch': 'release_simulate_mips64el',
|
||||
'V8 mips64el - sim - beta branch': 'release_simulate_mips64el',
|
||||
'V8 mips64el - sim - stable branch': 'release_simulate_mips64el',
|
||||
'V8 mipsel - sim - previous branch': 'release_simulate_mipsel',
|
||||
'V8 mipsel - sim - beta branch': 'release_simulate_mipsel',
|
||||
'V8 mipsel - sim - stable branch': 'release_simulate_mipsel',
|
||||
'V8 ppc64 - sim - previous branch': 'release_simulate_ppc64',
|
||||
'V8 ppc64 - sim - beta branch': 'release_simulate_ppc64',
|
||||
'V8 ppc64 - sim - stable branch': 'release_simulate_ppc64',
|
||||
'V8 s390x - sim - previous branch': 'release_simulate_s390x',
|
||||
'V8 s390x - sim - beta branch': 'release_simulate_s390x',
|
||||
'V8 s390x - sim - stable branch': 'release_simulate_s390x',
|
||||
},
|
||||
'tryserver.v8': {
|
||||
'v8_android_arm_compile_rel': 'release_android_arm',
|
||||
'v8_android_arm64_compile_dbg': 'debug_android_arm64',
|
||||
@ -564,8 +532,6 @@
|
||||
'debug', 'x86', 'goma', 'v8_enable_slow_dchecks', 'v8_full_debug'],
|
||||
|
||||
# Release configs for x86.
|
||||
'release_x86': [
|
||||
'release_bot', 'x86'],
|
||||
'release_x86_gcc': [
|
||||
'release_bot_no_goma', 'x86', 'gcc', 'v8_check_header_includes'],
|
||||
'release_x86_gcc_minimal_symbols': [
|
||||
|
Loading…
Reference in New Issue
Block a user