Skip to content

Commit

Permalink
Merge pull request #3036 from oasisprotocol/ptrus/ci/dont-retry-timeouts
Browse files Browse the repository at this point in the history
ci: don't automatically retry timed out jobs
  • Loading branch information
ptrus authored Jun 19, 2020
2 parents ba384fc + 5dad5de commit adbf222
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .buildkite/code.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ retry: &retry_agent_failure
automatic:
- exit_status: 125 # ERRO[0092] error waiting for container: unexpected EOF
limit: 2
- exit_status: 255 # Forced agent shutdown
limit: 2

steps:
###########
Expand Down
1 change: 1 addition & 0 deletions .changelog/3036.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: Don't automatically retry timed out jobs

0 comments on commit adbf222

Please sign in to comment.