[infra] Add separate gcc bots for focal image
No-Try: true Bug: chromium:1307180 Change-Id: I96701e45b4bc0c70e5e8fe085425cfbca480934d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3726306 Reviewed-by: Liviu Rau <liviurau@chromium.org> Auto-Submit: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/main@{#81412}
This commit is contained in:
parent
b9c4a84955
commit
00cf55dd25
@ -105,6 +105,7 @@
|
||||
'V8 Linux - arm64 - sim - MSAN - builder': 'release_simulate_arm64_msan',
|
||||
# Misc.
|
||||
'V8 Linux gcc - builder': 'release_x86_gcc',
|
||||
'V8 Linux focal gcc - builder': 'release_x86_gcc',
|
||||
# FYI.
|
||||
'V8 iOS - sim - builder': 'release_x64_ios_simulator',
|
||||
'V8 Linux64 - arm64 - sim - heap sandbox - debug - builder': 'debug_x64_heap_sandbox_arm64_sim',
|
||||
@ -118,6 +119,7 @@
|
||||
'V8 Linux64 - arm64 - sim - pointer compression - builder':
|
||||
'release_simulate_arm64_pointer_compression',
|
||||
'V8 Linux64 gcc - debug builder': 'debug_x64_gcc',
|
||||
'V8 Linux64 focal gcc - debug builder': 'debug_x64_gcc',
|
||||
'V8 Fuchsia - builder': 'release_x64_fuchsia',
|
||||
'V8 Fuchsia - debug builder': 'debug_x64_fuchsia',
|
||||
'V8 Linux64 - cfi - builder': 'release_x64_cfi',
|
||||
@ -219,6 +221,7 @@
|
||||
'v8_linux_noi18n_rel_ng': 'release_x86_no_i18n_trybot',
|
||||
'v8_linux_gc_stress_dbg_ng': 'debug_x86_trybot',
|
||||
'v8_linux_gcc_compile_rel': 'release_x86_gcc_minimal_symbols',
|
||||
'v8_linux_focal_gcc_compile_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_linux_vtunejit': 'debug_x86_vtunejit',
|
||||
@ -231,6 +234,7 @@
|
||||
'v8_linux64_external_code_space_dbg_ng': 'debug_x64_external_code_space',
|
||||
'v8_linux64_gc_stress_custom_snapshot_dbg_ng': 'debug_x64_trybot_custom',
|
||||
'v8_linux64_gcc_compile_dbg': 'debug_x64_gcc',
|
||||
'v8_linux64_focal_gcc_compile_dbg': 'debug_x64_gcc',
|
||||
'v8_linux64_gcov_coverage': 'release_x64_gcc_coverage',
|
||||
'v8_linux64_header_includes_dbg': 'debug_x64_header_includes',
|
||||
'v8_linux64_heap_sandbox_dbg_ng': 'debug_x64_heap_sandbox',
|
||||
|
@ -1126,6 +1126,14 @@
|
||||
{'name': 'v8testing'},
|
||||
],
|
||||
},
|
||||
'V8 Linux gcc focal': {
|
||||
'swarming_dimensions' : {
|
||||
'os': 'Ubuntu-18.04',
|
||||
},
|
||||
'tests': [
|
||||
{'name': 'v8testing'},
|
||||
],
|
||||
},
|
||||
'V8 Linux64': {
|
||||
'swarming_dimensions': {
|
||||
'cpu': 'x86-64-avx2',
|
||||
|
Loading…
Reference in New Issue
Block a user