This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 6dd566f08c HDDS-11583. Use ozone-runner from GitHub in CI (#7409)
6dd566f08c is described below

commit 6dd566f08c67d8bc26c323c44af207e4f010c8f9
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Nov 8 17:49:30 2024 +0100

    HDDS-11583. Use ozone-runner from GitHub in CI (#7409)
---
 .github/workflows/ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ace3a7e15b..a818a95906 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:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to