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

Unified Diff: scripts/common/annotator.py

Issue 973703002: Buildbucket-based build triggering API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 10 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 | « no previous file | scripts/slave/recipe_modules/step/config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/common/annotator.py
diff --git a/scripts/common/annotator.py b/scripts/common/annotator.py
index b110c5d22c8c41256ff62fa4fd94ff4d8bb0b2d6..1c8ccf52024400872725c39cfcaeff574e6a08d2 100755
--- a/scripts/common/annotator.py
+++ b/scripts/common/annotator.py
@@ -457,6 +457,7 @@ def triggerBuilds(step, trigger_specs):
step.step_trigger(json.dumps({
'builderNames': [builder_name],
+ 'bucket': trig.get('bucket'),
'changes': changes,
'properties': trig.get('properties'),
}, sort_keys=True))
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/step/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698