-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[HUDI-8767] Add bundle validation for release artifacts in Maven central #12488
Conversation
validate-release-maven-artifacts: | ||
runs-on: ubuntu-latest | ||
if: false |
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.
I had created separate PR #12486 with this action turned on and Maven artifact validation succeeded - https://github.com/apache/hudi/actions/runs/12312424031/
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.
@codope could you also check bundle validation failures in the non-release validation jobs?
59c4429
to
a30d790
Compare
The maven artifact validation workflow is validated in https://github.com/apache/hudi/pull/12757/checks |
Change Logs
Currently, we have bundle validation for artifacts staged in nexus repo. To ensure the necessary bundles are released to maven central, we should validate the bundles after they appear in maven central.
Impact
Ensuring release artifacts in Maven central are valid.
Risk level (write none, low medium or high below)
none
Documentation Update
Describe any necessary documentation update if there is any new feature, config, or user-facing change. If not, put "none".
ticket number here and follow the instruction to make
changes to the website.
Contributor's checklist