yihua commented on code in PR #8779:
URL: https://github.com/apache/hudi/pull/8779#discussion_r1201005064
##########
.github/workflows/bot.yml:
##########
@@ -210,3 +210,62 @@ jobs:
run: |
HUDI_VERSION=$(mvn help:evaluate -Dexpression=project.version -q
-DforceStdout)
./packaging/bundle-validation/ci_run.sh $HUDI_VERSION openjdk17
+
+ validate-release-candidate-bundles:
+ if: true
+ runs-on: ubuntu-latest
+ env:
+ HUDI_VERSION: 0.13.1-rc1
Review Comment:
Once GH Java CI passes, I'll turn off this by default (`if: false`).
--
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]