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

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

Issue 14383021: Break config_default into master_site_configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 8 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.perf_av/master.cfg
diff --git a/masters/master.chromium.perf_av/master.cfg b/masters/master.chromium.perf_av/master.cfg
index a5ecdb21c6fae2a127f0698f1ba6fa59e7c17691..6e8fb559bf693390fc012fd1029f382a4b5790ed 100644
--- a/masters/master.chromium.perf_av/master.cfg
+++ b/masters/master.chromium.perf_av/master.cfg
@@ -34,8 +34,9 @@ from master import slaves_list
from master.factory import chromium_factory
import config
+import master_site_config
-ActiveMaster = config.Master.ChromiumPerfAv
+ActiveMaster = master_site_config.ChromiumPerfAv
# Enable PERF_NOTIFIER in production to send cmp@google.com perf alerts.
PERF_NOTIFIER = ActiveMaster.is_production_host

Powered by Google App Engine
This is Rietveld 408576698