Skip to content

Commit

Permalink
Merge pull request mozilla#306 from vaibhavmagarwal/fix-trigger-all-t…
Browse files Browse the repository at this point in the history
…alos

Add times to extra_properties in trigger_all_talos_jobs function
  • Loading branch information
vaibhavmagarwal committed Jul 30, 2015
2 parents 724ad64 + 4cd3358 commit c575487
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mozci/mozci.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,8 @@ def trigger_all_talos_jobs(repo_name, revision, times, dry_run=False):
times=times,
dry_run=dry_run,
extra_properties={'mozci_request': {
'type': 'trigger_all_talos_jobs'}
'type': 'trigger_all_talos_jobs',
'times': times}
})


Expand Down

0 comments on commit c575487

Please sign in to comment.