diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ace3a7e15b98..a818a9590620 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,8 @@ env: # Minimum required Java version for running Ozone is defined in pom.xml (javac.version). TEST_JAVA_VERSION: 17 # JDK version used by CI build and tests; should match the JDK version in apache/ozone-runner image MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3 + OZONE_RUNNER_IMAGE: ghcr.io/apache/ozone-runner + OZONE_RUNNER_VERSION: 20241108-jdk17-1 OZONE_WITH_COVERAGE: ${{ github.event_name == 'push' }} jobs: build-info: