Skip to content

Commit

Permalink
HDDS-11583. Use ozone-runner from GitHub in CI (apache#7409)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Nov 8, 2024
1 parent ef2bf98 commit 6dd566f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6dd566f

Please sign in to comment.