Bug 1140546 - Add automatic reruns to decision tasks r=me a=taskcluster-only

This commit is contained in:
jlal@mozilla.com 2015-03-06 12:48:41 -08:00
parent e7a0963547
commit 5af5268ebc
2 changed files with 2 additions and 0 deletions

View File

@ -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}}'

View File

@ -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}}'