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

Unified Diff: tools/mb/mb.py

Issue 2187393002: Flip two Mac ASAN straggler builders to GN and fix mb audit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb.py
diff --git a/tools/mb/mb.py b/tools/mb/mb.py
index c21e2f10879f11ee85bc4d03fac9fbd5cfc35a13..ff75f84dac33ba2afc24b6b615d215ceb896d7e7 100755
--- a/tools/mb/mb.py
+++ b/tools/mb/mb.py
@@ -452,7 +452,8 @@ class MetaBuildWrapper(object):
self.Print('')
continue
- INTERNAL_MASTERS = ('official.desktop', 'official.desktop.continuous')
+ INTERNAL_MASTERS = ('official.desktop', 'official.desktop.continuous',
+ 'internal.client.kitchensync')
if master in INTERNAL_MASTERS and not self.args.internal:
# Skip these because the servers aren't accessible by default ...
self.Print(' Skipped (internal)')
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698