[build] Prepare renaming gcc builders

We'll remove the gcc version from the builder name in a follow up.

TBR=sergiyb@chromium.org
NOTRY=true

Bug: chromium:933093
Change-Id: I65359afd7245f155f7d1fd0519033ab8f8f736bb
Reviewed-on: https://chromium-review.googlesource.com/c/1488758
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Sergiy Belozorov <sergiyb@chromium.org>
Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59859}
This commit is contained in:
Michael Achenbach 2019-02-26 11:37:22 +01:00 committed by Commit Bot
parent dcd70aa177
commit da138ed927
2 changed files with 12 additions and 0 deletions

View File

@ -89,6 +89,9 @@
'V8 Linux64 TSAN - builder': 'release_x64_tsan',
'V8 Linux - arm64 - sim - MSAN': 'release_simulate_arm64_msan',
# Misc.
'V8 Linux gcc': 'release_x86_gcc',
'V8 Linux64 gcc - debug': 'debug_x64_gcc',
# TODO(machenbach): Remove after switching.
'V8 Linux gcc 4.8': 'release_x86_gcc',
'V8 Linux64 gcc 4.8 - debug': 'debug_x64_gcc',
# FYI.

View File

@ -731,6 +731,15 @@
{'name': 'v8testing'},
],
},
'V8 Linux gcc': {
'swarming_dimensions' : {
'os': 'Ubuntu-16.04',
},
'tests': [
{'name': 'v8testing'},
],
},
# TODO(machenbach): Remove after switching.
'V8 Linux gcc 4.8': {
'swarming_dimensions' : {
'os': 'Ubuntu-16.04',