Skip to content

Commit

Permalink
Bump CI version combinations (#341)
Browse files Browse the repository at this point in the history
Nessie 0.60.1/Iceberg 1.3.0 -> Nessie 0.65.1/Iceberg 1.3.1
Nessie 0.60.1/Iceberg 1.2.1 -> Nessie 0.60.1/Iceberg 1.3.1
  • Loading branch information
snazy committed Jul 25, 2023
1 parent c68d34c commit e3d7e75
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ jobs:
# -Ddep.iceberg.version=${ICEBERG_VERSION} \
# -Ddep.nessie.version=${NESSIE_VERSION}

iceberg130_nessie0601:
name: Nessie 0.60.1 / Iceberg 1.3.0
iceberg131_nessie0651:
name: Nessie 0.65.1 / Iceberg 1.3.1
runs-on: ubuntu-latest
env:
SPARK_LOCAL_IP: localhost
Expand All @@ -225,15 +225,15 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
cache-read-only: true
arguments: projects -Dnessie.versionNessie=0.60.1 -Dnessie.versionIceberg=1.3.0
arguments: projects -Dnessie.versionNessie=0.65.1 -Dnessie.versionIceberg=1.3.1

- name: Tools & Integrations tests
uses: gradle/gradle-build-action@v2
with:
arguments: intTest -Dnessie.versionNessie=0.60.1 -Dnessie.versionIceberg=1.3.0 --scan
arguments: intTest -Dnessie.versionNessie=0.65.1 -Dnessie.versionIceberg=1.3.1 --scan

iceberg121_nessie0601:
name: Nessie 0.60.1 / Iceberg 1.2.1
iceberg131_nessie0601:
name: Nessie 0.60.1 / Iceberg 1.3.1
runs-on: ubuntu-latest
env:
SPARK_LOCAL_IP: localhost
Expand All @@ -258,10 +258,10 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
cache-read-only: true
arguments: projects -Dnessie.versionNessie=0.60.1 -Dnessie.versionIceberg=1.2.1
arguments: projects -Dnessie.versionNessie=0.60.1 -Dnessie.versionIceberg=1.3.1

- name: Tools & Integrations tests
uses: gradle/gradle-build-action@v2
with:
arguments: intTest -Dnessie.versionNessie=0.60.1 -Dnessie.versionIceberg=1.2.1 --scan
arguments: intTest -Dnessie.versionNessie=0.60.1 -Dnessie.versionIceberg=1.3.1 --scan

0 comments on commit e3d7e75

Please sign in to comment.