| 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'])
|
|
|