-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
We used to specify retrying for by far most of the jobs, but it was crucially missing on `nix-build`. So when a runner is shut down during this job, it will not be retried. To simplify matters, I just made retrying on runner failure the default. The only jobs that were not retried before this commit were: - nix-build - set_pending - set_success - set_failure I don't think it hurts to turn it on for those status jobs as well. Additionally, the `.hackage` inclusion snippet redundantly specified `{retry: {max: 2}}`, which I removed. Note that GitHub's merge algorithm for inclusion would fill in the `{retry: {when: ...}}` key from `.common`, it truly was a no-op in `.hackage`. (cherry picked from commit f592d8d) Co-authored-by: Peter Lebbing <[email protected]>
- Loading branch information
1 parent
9414a55
commit 9c91a8b
Showing
4 changed files
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters