Commit d4208da3 authored by machenbach's avatar machenbach Committed by Commit bot

[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}
parent 46bf4c16
......@@ -116,8 +116,7 @@
'V8 Linux - s390 - sim': 'gyp_release_simulate_s390',
'V8 Linux - s390x - sim': 'gyp_release_simulate_s390x',
# X87.
'V8 Linux - x87 - nosnap - debug builder':
'gyp_debug_simulate_x87_no_snap',
'V8 Linux - x87 - nosnap - debug builder': 'gyp_debug_simulate_x87',
},
'client.v8.branches': {
'V8 Linux - beta branch': 'gn_release_x86',
......@@ -359,9 +358,8 @@
'gn', 'release_trybot', 'x86', 'swarming'],
# Gyp debug configs for simulators.
'gyp_debug_simulate_x87_no_snap': [
'gyp', 'debug_bot_static', 'simulate_x87', 'swarming',
'v8_snapshot_none'],
'gyp_debug_simulate_x87': [
'gyp', 'debug_bot_static', 'simulate_x87', 'swarming'],
# Gyp debug configs for x86.
'gyp_debug_x86': [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment