adoroszlai commented on code in PR #7409: URL: https://github.com/apache/ozone/pull/7409#discussion_r1834106840
########## .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 Review Comment: No, `.env` only defines default values, which can be overridden in your shell. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
