Skip to content

Commit

Permalink
[CI] Increase artifact build timeout (elastic#183482)
Browse files Browse the repository at this point in the history
## Summary
Increases step timeout for building the whole artifact collection by
15m.

With some recent additions ([chainguard
build](elastic#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 834ea88)
  • Loading branch information
delanni committed May 15, 2024
1 parent 539af23 commit 0bb8ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: '*'
Expand Down

0 comments on commit 0bb8ee1

Please sign in to comment.