Skip to content

Commit

Permalink
ci: don't retry timeout jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Jun 2, 2020
1 parent 83e9a9b commit 3de92a1
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 @@ -64,8 +64,6 @@ docker_plugin_sgx: &docker_plugin_sgx

retry: &retry_agent_failure
automatic:
- exit_status: -1 # Agent was lost
limit: 2
- exit_status: 125 # ERRO[0092] error waiting for container: unexpected EOF
limit: 2
- exit_status: 255 # Forced agent shutdown
Expand Down
1 change: 1 addition & 0 deletions .changelog/2969.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: don't retry jobs that timeout

0 comments on commit 3de92a1

Please sign in to comment.