-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[build] Add image based on chainguard #183200
Conversation
buildkite test this |
buildkite test this |
buildkite test this |
This reverts commit 5c6e407.
Pinging @elastic/kibana-operations (Team:Operations) |
buildkite test this |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Canvas Sharable Runtime
History
To update your PR or re-run it, just comment with: |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
## Summary Increases step timeout for building the whole artifact collection by 15m. With some recent additions ([chainguard build](#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)
## 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)
# Backport This will backport the following commits from `main` to `8.14`: - [[CI] Increase artifact build timeout (#183482)](#183482) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Alex Szabo","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-05-15T10:28:58Z","message":"[CI] Increase artifact build timeout (#183482)\n\n## Summary\r\nIncreases step timeout for building the whole artifact collection by\r\n15m.\r\n\r\nWith some recent additions ([chainguard\r\nbuild](#183200) adds ~7m) and the\r\nnew infra overhead, we've gone from ~50-52 minutes to ~57-60 minutes\r\n(this one timed out exactly on the last bit:\r\nhttps://buildkite.com/elastic/kibana-artifacts-snapshot/builds/4295#018f7b4c-3629-4c4f-8d80-85b2552a43c4)","sha":"834ea8810cc092951977b647e9e0e77402a0be0d","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","skip-ci","backport:all-open","v8.15.0"],"title":"[CI] Increase artifact build timeout","number":183482,"url":"https://github.com/elastic/kibana/pull/183482","mergeCommit":{"message":"[CI] Increase artifact build timeout (#183482)\n\n## Summary\r\nIncreases step timeout for building the whole artifact collection by\r\n15m.\r\n\r\nWith some recent additions ([chainguard\r\nbuild](#183200) adds ~7m) and the\r\nnew infra overhead, we've gone from ~50-52 minutes to ~57-60 minutes\r\n(this one timed out exactly on the last bit:\r\nhttps://buildkite.com/elastic/kibana-artifacts-snapshot/builds/4295#018f7b4c-3629-4c4f-8d80-85b2552a43c4)","sha":"834ea8810cc092951977b647e9e0e77402a0be0d"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/183482","number":183482,"mergeCommit":{"message":"[CI] Increase artifact build timeout (#183482)\n\n## Summary\r\nIncreases step timeout for building the whole artifact collection by\r\n15m.\r\n\r\nWith some recent additions ([chainguard\r\nbuild](#183200) adds ~7m) and the\r\nnew infra overhead, we've gone from ~50-52 minutes to ~57-60 minutes\r\n(this one timed out exactly on the last bit:\r\nhttps://buildkite.com/elastic/kibana-artifacts-snapshot/builds/4295#018f7b4c-3629-4c4f-8d80-85b2552a43c4)","sha":"834ea8810cc092951977b647e9e0e77402a0be0d"}}]}] BACKPORT--> Co-authored-by: Alex Szabo <[email protected]>
Adds a new docker image, `kibana-chainguard` using [chainguard-base](https://images.chainguard.dev/directory/image/chainguard-base). For now this is only for testing, exact naming tbd. Testing ``` docker load < kibana-chainguard-8.15.0-SNAPSHOT-docker-image-aarch64.tar.gz docker run --rm docker.elastic.co/kibana/kibana-chainguard:8.15.0-SNAPSHOT ```
Adds a new docker image,
kibana-chainguard
using chainguard-base. For now this is only for testing, exact naming tbd.Testing