-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[CI] Increase artifact build timeout #183482
Merged
Merged
Conversation
This file contains 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
…nt additions we run the risk of timing out on a normal build
delanni
added
Team:Operations
Team label for Operations Team
release_note:skip
Skip the PR/issue when compiling release notes
backport:all-open
Backport to all branches that could still receive a release
skip-ci
labels
May 15, 2024
Pinging @elastic/kibana-operations (Team:Operations) |
I'll forego approvals here, as this is low risk. I made a keepsake issue about restoring this if we can reduce the build times: https://github.com/elastic/kibana-operations/issues/110 |
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)
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. 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
# 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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport:all-open
Backport to all branches that could still receive a release
release_note:skip
Skip the PR/issue when compiling release notes
skip-ci
Team:Operations
Team label for Operations Team
v8.14.0
v8.15.0
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.
Summary
Increases step timeout for building the whole artifact collection by 15m.
With some recent additions (chainguard build 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)