Only raise PR to bump java version when all artifacts are ready#18668
Merged
Only raise PR to bump java version when all artifacts are ready#18668
Conversation
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.
Contributor
🤖 GitHub commentsJust comment with:
|
💚 Build Succeeded
|
mashhurs
approved these changes
Jan 28, 2026
Contributor
mashhurs
left a comment
There was a problem hiding this comment.
Verified with Elastic JVM catalog API.
Contributor
|
@Mergifyio backport 8.19 9.2 9.3 |
Contributor
✅ Backports have been createdDetails
|
mergify bot
pushed a commit
that referenced
this pull request
Jan 28, 2026
* 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)
mergify bot
pushed a commit
that referenced
this pull request
Jan 28, 2026
* 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)
mergify bot
pushed a commit
that referenced
this pull request
Jan 28, 2026
* 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)
donoghuc
added a commit
that referenced
this pull request
Jan 29, 2026
…) (#18669) * 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) Co-authored-by: Cas Donoghue <cas.donoghue@gmail.com>
donoghuc
added a commit
that referenced
this pull request
Jan 29, 2026
…) (#18670) * 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) Co-authored-by: Cas Donoghue <cas.donoghue@gmail.com>
donoghuc
added a commit
that referenced
this pull request
Jan 29, 2026
…) (#18671) * 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) Co-authored-by: Cas Donoghue <cas.donoghue@gmail.com>
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.