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 0723902ac9 HDDS-12082. CI checks fail with Maven 3.9.9 (#7699)
0723902ac9 is described below

commit 0723902ac927d19faeab735c0d1fcd8339fb58b6
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Jan 14 21:54:23 2025 +0100

    HDDS-12082. CI checks fail with Maven 3.9.9 (#7699)
---
 .github/workflows/ci.yml                              | 2 +-
 hadoop-ozone/dist/src/main/compose/common/s3a-test.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4c6723daff..2ae4d42f3a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,7 +30,7 @@ env:
   FAIL_FAST: ${{ github.event_name == 'pull_request' }}
   # Minimum required Java version for running Ozone is defined in pom.xml 
(javac.version).
   TEST_JAVA_VERSION: 21 # JDK version used by CI build and tests; should match 
the JDK version in apache/ozone-runner image
-  MAVEN_ARGS: --batch-mode --settings ${{ github.workspace 
}}/dev-support/ci/maven-settings.xml --show-version
+  MAVEN_ARGS: --batch-mode --settings ${{ github.workspace 
}}/dev-support/ci/maven-settings.xml
   MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.http.retryHandler.class=standard 
-Dmaven.wagon.http.retryHandler.count=3
   HADOOP_IMAGE: ghcr.io/apache/hadoop
   OZONE_IMAGE: ghcr.io/apache/ozone
diff --git a/hadoop-ozone/dist/src/main/compose/common/s3a-test.sh 
b/hadoop-ozone/dist/src/main/compose/common/s3a-test.sh
index 03600616a7..35ec5f68ed 100644
--- a/hadoop-ozone/dist/src/main/compose/common/s3a-test.sh
+++ b/hadoop-ozone/dist/src/main/compose/common/s3a-test.sh
@@ -98,7 +98,7 @@ EOF
   # - ITestS3AContractDistCp: HDDS-10616
   # - ITestS3AContractMkdirWithCreatePerf: HDDS-11662
   # - ITestS3AContractRename: HDDS-10665
-  mvn ${MAVEN_ARGS:-} --fail-never \
+  mvn ${MAVEN_ARGS:-} --fail-never --show-version \
     -Dtest='ITestS3AContract*, ITestS3ACommitterMRJob, 
!ITestS3AContractBulkDelete, 
!ITestS3AContractCreate#testOverwrite*EmptyDirectory[*], 
!ITestS3AContractDistCp, !ITestS3AContractMkdirWithCreatePerf, 
!ITestS3AContractRename' \
     clean test
 


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

Reply via email to