Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: infra/mb/mb_config.pyl

Issue 2081263003: [mb] Switch remaining bots to mb (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@mb27
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/mb/mb_config.pyl
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl
index f8957547100e7d60b72c409f7a99fda9da6b5e28..e290ccc74d6412e08d6b529997d791c53186909d 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -8,6 +8,14 @@
# below). MB uses this dict to look up which config to use for a given bot.
# Bots are ordered by appearance on waterfall.
'masters': {
+ 'client.dart.fyi': {
Michael Achenbach 2016/06/22 10:54:35 Some links, the darts bot are not running anymore
+ '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': {
# Linux.
'V8 Linux - builder': 'gyp_release_x86_gcmole',
@@ -300,6 +308,8 @@
# Gyp release configs for x86.
'gyp_release_x86': [
'gyp', 'release_bot', 'x86', 'swarming'],
+ 'gyp_release_x86_disassembler': [
+ 'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'],
'gyp_release_x86_gcc': [
'gyp', 'release_bot', 'x86', 'gcc'],
'gyp_release_x86_gcc_minimal_symbols': [
@@ -540,6 +550,11 @@
'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': {
'gn_args': 'v8_enable_slow_dchecks=true',
'gyp_defines': 'v8_enable_slow_dchecks=1',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698