[build] Make x87 bot use the snapshot.

The bot will be renamed in a follow up, when the infra side is renamed.

TBR=zhengxing.li@intel.com, vogelheim@chromium.org
NOTRY=true

Review-Url: https://codereview.chromium.org/2549033002
Cr-Commit-Position: refs/heads/master@{#41475}
This commit is contained in:
machenbach 2016-12-05 00:17:52 -08:00 committed by Commit bot
parent 46bf4c16cc
commit d4208da3b3

View File

@ -116,8 +116,7 @@
'V8 Linux - s390 - sim': 'gyp_release_simulate_s390', 'V8 Linux - s390 - sim': 'gyp_release_simulate_s390',
'V8 Linux - s390x - sim': 'gyp_release_simulate_s390x', 'V8 Linux - s390x - sim': 'gyp_release_simulate_s390x',
# X87. # X87.
'V8 Linux - x87 - nosnap - debug builder': 'V8 Linux - x87 - nosnap - debug builder': 'gyp_debug_simulate_x87',
'gyp_debug_simulate_x87_no_snap',
}, },
'client.v8.branches': { 'client.v8.branches': {
'V8 Linux - beta branch': 'gn_release_x86', 'V8 Linux - beta branch': 'gn_release_x86',
@ -359,9 +358,8 @@
'gn', 'release_trybot', 'x86', 'swarming'], 'gn', 'release_trybot', 'x86', 'swarming'],
# Gyp debug configs for simulators. # Gyp debug configs for simulators.
'gyp_debug_simulate_x87_no_snap': [ 'gyp_debug_simulate_x87': [
'gyp', 'debug_bot_static', 'simulate_x87', 'swarming', 'gyp', 'debug_bot_static', 'simulate_x87', 'swarming'],
'v8_snapshot_none'],
# Gyp debug configs for x86. # Gyp debug configs for x86.
'gyp_debug_x86': [ 'gyp_debug_x86': [