From 5af5268ebc0778fdd1ada266ee7e341e7f3a9ea4 Mon Sep 17 00:00:00 2001 From: "jlal@mozilla.com" Date: Fri, 6 Mar 2015 12:48:41 -0800 Subject: [PATCH] Bug 1140546 - Add automatic reruns to decision tasks r=me a=taskcluster-only --- testing/taskcluster/tasks/decision/branch.yml | 1 + testing/taskcluster/tasks/decision/try.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/testing/taskcluster/tasks/decision/branch.yml b/testing/taskcluster/tasks/decision/branch.yml index cada5fe96f5..a292af45b38 100644 --- a/testing/taskcluster/tasks/decision/branch.yml +++ b/testing/taskcluster/tasks/decision/branch.yml @@ -14,6 +14,7 @@ scopes: - scheduler:* tasks: - taskId: '{{#as_slugid}}decision task{{/as_slugid}}' + reruns: 3 task: created: '{{now}}' deadline: '{{#from_now}}1 day{{/from_now}}' diff --git a/testing/taskcluster/tasks/decision/try.yml b/testing/taskcluster/tasks/decision/try.yml index b162de05a27..f2854c1e0f2 100644 --- a/testing/taskcluster/tasks/decision/try.yml +++ b/testing/taskcluster/tasks/decision/try.yml @@ -15,6 +15,7 @@ scopes: tasks: - taskId: '{{#as_slugid}}decision task{{/as_slugid}}' + reruns: 3 task: created: '{{now}}' deadline: '{{#from_now}}1 day{{/from_now}}'