snazy commented on code in PR #1928: URL: https://github.com/apache/polaris/pull/1928#discussion_r2202514101
########## .github/workflows/spark_client_regtests.yml: ########## @@ -56,10 +64,41 @@ jobs: :polaris-server:quarkusAppPartsBuild --rerun \ -Dquarkus.container-image.build=true + - name: Save partial Gradle build cache + uses: ./.github/actions/ci-incr-build-cache-save + if: github.event_name == 'push' && github.ref == 'refs/heads/main' + with: + job-name: spark-plugin-regtest + # NOTE: the regression test runs with spark 3.5.5 and scala 2.12 in Java 17. We also have integration # tests runs with the existing gradle.yml, which only runs on Java 21. Since spark Java compatibility # for 3.5 is 8, 11, and 17, we should run spark client with those compatible java versions. # TODO: add separate spark client CI and run with Java 8, 11 and 17. - name: Regression Test run: | docker compose -f plugins/spark/v3.5/regtests/docker-compose.yml up --build --exit-code-from regtest + + store-gradle-cache: Review Comment: Looks like we're good if this one is not stored -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org