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

Unified Diff: masters/master.chromium/master.cfg

Issue 14383021: Break config_default into master_site_configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: config -> config_bootstrap for masters_test import Created 7 years, 7 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 | « masters/master.chromium.win/master_site_config.py ('k') | masters/master.chromium/master_full_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium/master.cfg
diff --git a/masters/master.chromium/master.cfg b/masters/master.chromium/master.cfg
index 15e1bcd7fc8db3abb8bc1f04942f867a8e835714..0603123c1d7048f29fb9d7ebc7252c50cabdd707 100644
--- a/masters/master.chromium/master.cfg
+++ b/masters/master.chromium/master.cfg
@@ -7,8 +7,9 @@ from master import master_utils
from master import slaves_list
import config
+import master_site_config
-ActiveMaster = config.Master.Chromium
+ActiveMaster = master_site_config.Chromium
# Only the production Chromium Buildbot acts as the tree gatekeeper.
TREE_GATE_KEEPER = ActiveMaster.is_production_host
« no previous file with comments | « masters/master.chromium.win/master_site_config.py ('k') | masters/master.chromium/master_full_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698