From 0bb8ee1903ae5f786e88db9a6dd24f5606f646ee Mon Sep 17 00:00:00 2001 From: Alex Szabo Date: Wed, 15 May 2024 12:28:58 +0200 Subject: [PATCH] [CI] Increase artifact build timeout (#183482) ## Summary Increases step timeout for building the whole artifact collection by 15m. With some recent additions ([chainguard build](https://github.com/elastic/kibana/pull/183200) adds ~7m) and the new infra overhead, we've gone from ~50-52 minutes to ~57-60 minutes (this one timed out exactly on the last bit: https://buildkite.com/elastic/kibana-artifacts-snapshot/builds/4295#018f7b4c-3629-4c4f-8d80-85b2552a43c4) (cherry picked from commit 834ea8810cc092951977b647e9e0e77402a0be0d) --- .buildkite/pipelines/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipelines/artifacts.yml b/.buildkite/pipelines/artifacts.yml index 7d3f794fb95109..3c3a13196956d3 100644 --- a/.buildkite/pipelines/artifacts.yml +++ b/.buildkite/pipelines/artifacts.yml @@ -6,7 +6,7 @@ steps: imageProject: elastic-images-qa provider: gcp machineType: c2-standard-16 - timeout_in_minutes: 60 + timeout_in_minutes: 75 retry: automatic: - exit_status: '*'