-
Notifications
You must be signed in to change notification settings - Fork 4.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
Revert "Setup Java 21 container (#28833)" #28968
Conversation
This reverts commit e8e3814.
R: @Abacn |
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control |
Codecov Report
@@ Coverage Diff @@
## master #28968 +/- ##
===========================================
- Coverage 72.17% 38.39% -33.79%
===========================================
Files 686 686
Lines 101596 101625 +29
===========================================
- Hits 73330 39022 -34308
- Misses 26687 61024 +34337
Partials 1579 1579
Flags with carried forward coverage won't be shown. Click here to find out more. see 311 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
LGTM. Thanks. |
I see, that's because Jenkins does not have Java21 installed yet, yes we should revert |
'java8', | ||
'java11', | ||
'java17', | ||
'java21' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this line causes Jenkins trying to build Java21 container as part of publish SDK snapshot job
Run SQL PreCommit |
Run Java_Kinesis_IO_Direct PreCommit |
Test Results 1 275 files + 1 261 1 275 suites +1 261 1h 20m 22s ⏱️ - 39m 18s Results for commit d71a949. ± Comparison against base commit a94d29f. This pull request removes 15 and adds 10666 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Run Java PreCommit |
1 similar comment
Run Java PreCommit |
actually, there is another cause is that the build sdk snapshot task currently always set
This worked by coincidence and start failing after the change of #28833 Currently, the JDK used to build java agent for Java17 container is always Java11, actually |
merge for now and will provide a roll forward PR that fixes these issues |
run seed job |
all test passed (except codecov diff report which is not relevant here) |
This reverts commit e8e3814.
This reverts commit e8e3814.
Looks like this is causing publishing snapshots to fail - https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/6269/console
This might be a problem elsewhere (and probably is on GHA, though that's currently busted too - https://github.com/apache/beam/actions/workflows/beam_Publish_Beam_SDK_Snapshots.yml)
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123
), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>
instead.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.