Commit 8349651e authored by machenbach's avatar machenbach Committed by Commit bot

[mb] Switch remaining bots to mb

BUG=chromium:616035
NOTRY=true

Review-Url: https://codereview.chromium.org/2081263003
Cr-Commit-Position: refs/heads/master@{#37249}
parent f86cabe6
...@@ -8,6 +8,14 @@ ...@@ -8,6 +8,14 @@
# below). MB uses this dict to look up which config to use for a given bot. # below). MB uses this dict to look up which config to use for a given bot.
# Bots are ordered by appearance on waterfall. # Bots are ordered by appearance on waterfall.
'masters': { 'masters': {
'client.dart.fyi': {
'v8-linux-release': 'gyp_release_x86_disassembler',
'v8-win-release': 'gyp_release_x86_disassembler',
'v8-mac-release': 'gyp_release_x86_disassembler',
},
'client.dynamorio': {
'linux-v8-dr': 'gyp_release_x64',
},
'client.v8': { 'client.v8': {
# Linux. # Linux.
'V8 Linux - builder': 'gyp_release_x86_gcmole', 'V8 Linux - builder': 'gyp_release_x86_gcmole',
...@@ -300,6 +308,8 @@ ...@@ -300,6 +308,8 @@
# Gyp release configs for x86. # Gyp release configs for x86.
'gyp_release_x86': [ 'gyp_release_x86': [
'gyp', 'release_bot', 'x86', 'swarming'], 'gyp', 'release_bot', 'x86', 'swarming'],
'gyp_release_x86_disassembler': [
'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'],
'gyp_release_x86_gcc': [ 'gyp_release_x86_gcc': [
'gyp', 'release_bot', 'x86', 'gcc'], 'gyp', 'release_bot', 'x86', 'gcc'],
'gyp_release_x86_gcc_minimal_symbols': [ 'gyp_release_x86_gcc_minimal_symbols': [
...@@ -540,6 +550,11 @@ ...@@ -540,6 +550,11 @@
'gyp_defines': 'v8_enable_i18n_support=0', 'gyp_defines': 'v8_enable_i18n_support=0',
}, },
'v8_enable_disassembler': {
'gn_args': 'v8_enable_disassembler=true',
'gyp_defines': 'v8_enable_disassembler=1',
},
'v8_enable_slow_dchecks': { 'v8_enable_slow_dchecks': {
'gn_args': 'v8_enable_slow_dchecks=true', 'gn_args': 'v8_enable_slow_dchecks=true',
'gyp_defines': 'v8_enable_slow_dchecks=1', 'gyp_defines': 'v8_enable_slow_dchecks=1',
......
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