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

Unified Diff: infra/bots/recipes/swarm_trigger.py

Issue 2450403005: recipes: Fix missing patch_set property (Closed)
Patch Set: Created 4 years, 2 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 | infra/bots/recipes/swarm_trigger.expected/recipe_with_gerrit_patch.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipes/swarm_trigger.py
diff --git a/infra/bots/recipes/swarm_trigger.py b/infra/bots/recipes/swarm_trigger.py
index 28695524907c01a0b546923d80b8c8fcbbf7a66a..e9ec2224f577541be679f86c8a623e47f15964f9 100644
--- a/infra/bots/recipes/swarm_trigger.py
+++ b/infra/bots/recipes/swarm_trigger.py
@@ -215,6 +215,7 @@ def trigger_task(api, task_name, builder, master, slave, buildnumber,
properties['patch_storage'] = api.properties['patch_storage']
properties['repository'] = api.properties['repository']
properties['patch_ref'] = api.properties['patch_ref']
+ properties['patch_set'] = api.properties['patch_set']
properties['patch_issue'] = api.properties['patch_issue']
else:
properties['issue'] = str(api.properties['issue'])
« no previous file with comments | « no previous file | infra/bots/recipes/swarm_trigger.expected/recipe_with_gerrit_patch.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698