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

Unified Diff: masters/master.chromium.flaky/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
Index: masters/master.chromium.flaky/master.cfg
diff --git a/masters/master.chromium.flaky/master.cfg b/masters/master.chromium.flaky/master.cfg
index 3fbcf05eb63bd7b14907c33d892ff9753d18714a..5e863cc69b31848e1ed8e619a255c5b4b0790153 100644
--- a/masters/master.chromium.flaky/master.cfg
+++ b/masters/master.chromium.flaky/master.cfg
@@ -18,8 +18,9 @@ from master import slaves_list
from master.factory import chromium_factory
import config
+import master_site_config
-ActiveMaster = config.Master.ChromiumFlaky
+ActiveMaster = master_site_config.ChromiumFlaky
# This is the dictionary that the buildmaster pays attention to. We also use
# a shorter alias to save typing.
« no previous file with comments | « masters/master.chromium.endure/master_site_config.py ('k') | masters/master.chromium.flaky/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698