From e2978324b1d157a926b41deae68fed70930d2a19 Mon Sep 17 00:00:00 2001 From: Sagar Sumit Date: Fri, 6 Dec 2024 05:39:50 +0530 Subject: [PATCH] [MINOR][Testing] Release 1.0.0 RC1 bundle validation --- .../workflows/release_candidate_validation.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release_candidate_validation.yml b/.github/workflows/release_candidate_validation.yml index 1b6955f7a278..e728224066e1 100644 --- a/.github/workflows/release_candidate_validation.yml +++ b/.github/workflows/release_candidate_validation.yml @@ -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-rc1 + STAGING_REPO_NUM: 1144 strategy: matrix: include: - - scalaProfile: 'scala-2.13' - flinkProfile: 'flink1.18' - sparkProfile: 'spark3.5' - sparkRuntime: 'spark3.5.1' +# - scalaProfile: 'scala-2.13' +# flinkProfile: 'flink1.18' +# sparkProfile: 'spark3.5' +# sparkRuntime: 'spark3.5.1' - scalaProfile: 'scala-2.12' flinkProfile: 'flink1.17' sparkProfile: 'spark3.5' @@ -41,7 +41,7 @@ jobs: - scalaProfile: 'scala-2.12' flinkProfile: 'flink1.14' sparkProfile: 'spark3.3' - sparkRuntime: 'spark3.3.1' + sparkRuntime: 'spark3.3.4' steps: - uses: actions/checkout@v3 - name: Set up JDK 8