Skip to content
Snippets Groups Projects
Commit a83870e1 authored by Aki Sasaki's avatar Aki Sasaki
Browse files

Bug 1624887 - set decision task retries to 0. r=Callek

Differential Revision: https://phabricator.services.mozilla.com/D68250

--HG--
extra : moz-landing-system : lando
parent 79929c64
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,10 @@ tasks:
$if: "tasks_for == 'action'"
then: very-low
else: lowest # tasks_for == 'hg-push'
retries: 5
retries:
$if: "tasks_for == 'hg-push'"
then: 0
else: 5
payload:
env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment