yihua opened a new pull request, #8779:
URL: https://github.com/apache/hudi/pull/8779
### Change Logs
This PR adds the bundle validation for the release candidates. By default,
this is disabled. To enable the bundle validation for release candidates,
makes the following changes to the job `validate-release-candidate-bundles` in
`.github/workflows/bot.yml` by adding the corresponding information:
```
if: true
env:
HUDI_VERSION: 0.13.1-rc1
STAGING_REPO_NUM: 1123
```
### Impact
Makes bundle validation on release candidates much easier.
### Risk level
none
### Documentation Update
Adds README on how bundle validation on release candidates can be run.
### Contributor's checklist
- [ ] Read through [contributor's
guide](https://hudi.apache.org/contribute/how-to-contribute)
- [ ] Change Logs and Impact were stated clearly
- [ ] Adequate tests were added if applicable
- [ ] CI passed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]