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 b9997c4c84574b81e74f318edae418443ff9f51a..0ec6633ee819014a4d6260b11842dbd6c8928a13 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 |