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

Unified Diff: tools/mb/mb_config.pyl

Issue 1291803004: More MB fixes in preparation for flipping Linux bots to use MB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index b3fbae9277c34fae6d53bf2e886f2beeeb897388..b660074a928245dd492e9047c0c3ff7bb38cefa0 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -158,7 +158,7 @@
'goma': {
'gn_args': 'use_goma=true goma_dir="$(goma_dir)"',
- 'gyp_defines': 'goma=1 gomadir=$(goma_dir)',
+ 'gyp_defines': 'use_goma=1 gomadir=$(goma_dir)',
},
'gpu_tests': {
@@ -298,7 +298,7 @@
'linux_chromium_gn_rel': 'gn_release_bot',
},
'tryserver.chromium.linux': {
- 'linux_full_bisect_builder': 'swarming_gyp_release_trybot',
+ 'linux_full_bisect_builder': 'swarming_gyp_release_bot',
'linux_chromium_compile_rel_ng': 'swarming_gyp_release_trybot',
'linux_chromium_rel_ng': 'swarming_gpu_tests_gyp_release_trybot',
'linux_chromium_gn_rel': 'gn_release_trybot',
« 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