[9.3] (backport #18668) Only raise PR to bump java version when all artifacts are ready#18671
Merged
[9.3] (backport #18668) Only raise PR to bump java version when all artifacts are ready#18671
Conversation
* Ensure all JDK are available before raising java bump PR Previously a PR was raised when a new java version was detected for the default x86_64 linux artifact. In practice, other platforms become available later than the default. This commit updates updatecli to only raise a PR once all artifacts are ready. * use curl instead (cherry picked from commit e2df002)
Contributor
🤖 GitHub commentsJust comment with:
|
donoghuc
approved these changes
Jan 28, 2026
Member
donoghuc
left a comment
There was a problem hiding this comment.
Appears to be working on main (packages not available yet == no PR) https://github.com/elastic/logstash/actions/runs/21459493176/job/61808437312
💛 Build succeeded, but was flaky
Failed CI Steps
cc @donoghuc |
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.
Previously a PR would be raised to bump the java version shipped with LS once the artifact for x86_64 linux was available. In practice we also need the artifacts for arm, macos, windows, etc. This commit adds conditions to updatecli such that only after all artifacts are available will the PR be raised to bump the version.
This is an automatic backport of pull request #18668 done by Mergify.