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 a57f36f
Showing 1 changed file with 0 additions 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

0 comments on commit a57f36f

Please sign in to comment.