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

Unified Diff: scripts/master/master_utils.py

Issue 2157703002: buildbucket: support unique change urls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: nits Created 4 years, 5 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
« no previous file with comments | « scripts/master/buildbucket/unittests/integration_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/master_utils.py
diff --git a/scripts/master/master_utils.py b/scripts/master/master_utils.py
index 5e51e5f0578071cba9f486e04cb56d623533802f..ecd3d744c7e06a53b26dfc3e11c8a010b7598e74 100644
--- a/scripts/master/master_utils.py
+++ b/scripts/master/master_utils.py
@@ -505,6 +505,8 @@ def SetupBuildbucket(c, active_master):
buckets=[active_master.buildbucket_bucket],
build_params_hook=params_hook,
max_lease_count=buildbucket.NO_LEASE_LIMIT,
+ unique_change_urls=getattr(
+ active_master, 'buildbucket_unique_change_urls', False),
)
« no previous file with comments | « scripts/master/buildbucket/unittests/integration_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698