From 3de92a15da28572090b6ebe0625177d8cd12b5c8 Mon Sep 17 00:00:00 2001 From: ptrus Date: Tue, 2 Jun 2020 13:52:19 +0200 Subject: [PATCH] ci: don't retry timeout jobs --- .buildkite/code.pipeline.yml | 2 -- .changelog/2969.internal.md | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 .changelog/2969.internal.md diff --git a/.buildkite/code.pipeline.yml b/.buildkite/code.pipeline.yml index 102b9e0a10c..a0d973c17f7 100644 --- a/.buildkite/code.pipeline.yml +++ b/.buildkite/code.pipeline.yml @@ -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 diff --git a/.changelog/2969.internal.md b/.changelog/2969.internal.md new file mode 100644 index 00000000000..485abc36bf3 --- /dev/null +++ b/.changelog/2969.internal.md @@ -0,0 +1 @@ +ci: don't retry jobs that timeout