[build] Add image based on chainguard#183200
Merged
jbudz merged 10 commits intoelastic:mainfrom May 14, 2024
Merged
Conversation
Contributor
Author
|
buildkite test this |
Contributor
Author
|
buildkite test this |
Contributor
Author
|
buildkite test this |
This reverts commit 5c6e407.
Contributor
|
Pinging @elastic/kibana-operations (Team:Operations) |
Contributor
Author
|
buildkite test this |
Ikuni17
approved these changes
May 14, 2024
💛 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: |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
delanni
added a commit
that referenced
this pull request
May 15, 2024
## 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)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
May 15, 2024
## 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)
delanni
added a commit
that referenced
this pull request
May 15, 2024
# 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":"alex.szabo@elastic.co"},"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 <alex.szabo@elastic.co>
jbudz
added a commit
to jbudz/kibana
that referenced
this pull request
May 15, 2024
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 ```
delanni
added a commit
that referenced
this pull request
May 15, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new docker image,
kibana-chainguardusing chainguard-base. For now this is only for testing, exact naming tbd.Testing