From 4cd33589e5426dfe54eb96d2bec273753471483f Mon Sep 17 00:00:00 2001 From: Vaibhav Agrawal Date: Tue, 28 Jul 2015 22:52:14 -0700 Subject: [PATCH] Add times to extra_properties in trigger_all_talos_jobs function --- mozci/mozci.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozci/mozci.py b/mozci/mozci.py index 4ca3a50..f211046 100644 --- a/mozci/mozci.py +++ b/mozci/mozci.py @@ -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} })