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

Unified Diff: masters/master.chromium.chromiumos/master_gatekeeper_cfg.py

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.chromiumos/master_gatekeeper_cfg.py
diff --git a/masters/master.chromium.chromiumos/master_gatekeeper_cfg.py b/masters/master.chromium.chromiumos/master_gatekeeper_cfg.py
index 346176ad813802e45ce4f0f60714f4f34c8cf829..a7217eaca2d2ce5c520f6b86d4c923fbc9e08cec 100644
--- a/masters/master.chromium.chromiumos/master_gatekeeper_cfg.py
+++ b/masters/master.chromium.chromiumos/master_gatekeeper_cfg.py
@@ -91,7 +91,7 @@ subject = ('buildbot %(result)s in %(projectName)s on %(builder)s, '
warning_header = ('Please look at failure in "%(steps)s" on "%(builder)s" '
'and help out if you can')
-def Update(config, active_master, alternate_master, c):
+def Update(config, active_master, c):
# chrome likely/possible failures to the chrome sheriffs, closing the
# chrome tree
c['status'].append(gatekeeper.GateKeeper(
@@ -114,10 +114,11 @@ def Update(config, active_master, alternate_master, c):
exclusions=exclusions,
relayhost=config.Master.smtp,
subject='Closer ' + subject,
- extraRecipients=alternate_master.tree_closing_notification_recipients,
+ extraRecipients=(
+ active_master.alternate_tree_closing_notification_recipients),
lookup=master_utils.FilterDomain(),
forgiving_steps=forgiving_steps,
- tree_status_url=alternate_master.tree_status_url,
+ tree_status_url=active_master.alternate_tree_status_url,
sheriffs=['sheriff_cros_mtv', 'sheriff_cros_nonmtv'],
public_html='../master.chromium/public_html',
use_getname=True))
« no previous file with comments | « masters/master.chromium.chromiumos/master.cfg ('k') | masters/master.chromium.chromiumos/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698