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

Unified Diff: scripts/tools/buildbot_tool_templates/master_site_config.py

Issue 1153203003: Update buildbot_tool and builders.pyl templates to remove 'master_type'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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: scripts/tools/buildbot_tool_templates/master_site_config.py
diff --git a/scripts/tools/buildbot_tool_templates/waterfall/master_site_config.py b/scripts/tools/buildbot_tool_templates/master_site_config.py
similarity index 84%
rename from scripts/tools/buildbot_tool_templates/waterfall/master_site_config.py
rename to scripts/tools/buildbot_tool_templates/master_site_config.py
index d997d8e91a0ff6500ab633eab7e6bf7332ff75bd..4ab5ffa695697eb1d0677c6ecfd1ce19b00f39e4 100644
--- a/scripts/tools/buildbot_tool_templates/waterfall/master_site_config.py
+++ b/scripts/tools/buildbot_tool_templates/master_site_config.py
@@ -14,3 +14,5 @@ class %(master_classname)s(Master.%(master_base_class)s):
slave_port = %(slave_port)s
master_port_alt = %(master_port_alt)s
buildbot_url = '%(buildbot_url)s'
+ buildbucket_bucket = %(buildbucket_bucket_str)s
+ service_account_file = %(service_account_file_str)s

Powered by Google App Engine
This is Rietveld 408576698