Skip to content
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

[MINOR][Testing] Release 1.0.0 beta2 RC2 bundle validation #11590

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/release_candidate_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ env:
jobs:
validate-release-candidate-bundles:
runs-on: ubuntu-latest
if: false
# if: false
env:
HUDI_VERSION: 0.14.1
STAGING_REPO_NUM: 1123
HUDI_VERSION: 1.0.0-beta2-rc2
STAGING_REPO_NUM: 1141
strategy:
matrix:
include:
- scalaProfile: 'scala-2.13'
flinkProfile: 'flink1.18'
sparkProfile: 'spark3.5'
sparkRuntime: 'spark3.5.0'
# - scalaProfile: 'scala-2.13'
# flinkProfile: 'flink1.18'
# sparkProfile: 'spark3.5'
# sparkRuntime: 'spark3.5.0'
- scalaProfile: 'scala-2.12'
flinkProfile: 'flink1.18'
sparkProfile: 'spark3'
Expand Down
Loading