Skip to content

Commit

Permalink
Bug 1923857 - retry decision tasks on try for worker-shutdown/claim-e…
Browse files Browse the repository at this point in the history
…xpired errors. r=releng-reviewers,bhearsum DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D225204
  • Loading branch information
jcristau committed Oct 10, 2024
1 parent 455c57f commit 6e9e642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ tasks:
then: very-low
else: lowest # tasks_for == 'hg-push'
retries:
$if: "tasks_for == 'hg-push'"
$if: "tasks_for == 'hg-push' && repository.level != '1'"
then: 0
else: 5

Expand Down

0 comments on commit 6e9e642

Please sign in to comment.