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

jojochuang 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 06d972484dc HDDS-15843. Update upgrade/xcompat tests to use 2.1.1 
(#10739)
06d972484dc is described below

commit 06d972484dc9d9b643d363711d6378e09f80a140
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Jul 14 00:36:44 2026 +0200

    HDDS-15843. Update upgrade/xcompat tests to use 2.1.1 (#10739)
---
 hadoop-ozone/dist/src/main/compose/upgrade/test.sh      | 2 +-
 hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml | 4 ++--
 hadoop-ozone/dist/src/main/compose/xcompat/lib.sh       | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/hadoop-ozone/dist/src/main/compose/upgrade/test.sh 
b/hadoop-ozone/dist/src/main/compose/upgrade/test.sh
index 8fdc98938ea..89f054f6a9c 100755
--- a/hadoop-ozone/dist/src/main/compose/upgrade/test.sh
+++ b/hadoop-ozone/dist/src/main/compose/upgrade/test.sh
@@ -33,7 +33,7 @@ RESULT_DIR="$ALL_RESULT_DIR" create_results_dir
 
 # This is the version of Ozone that should use the runner image to run the
 # code that was built. Other versions will pull images from docker hub.
-run_test ha     non-rolling-upgrade 2.1.0 "$OZONE_CURRENT_VERSION"
+run_test ha     non-rolling-upgrade 2.1.1 "$OZONE_CURRENT_VERSION"
 # run_test ha     non-rolling-upgrade 2.0.0 "$OZONE_CURRENT_VERSION"
 #run_test non-ha non-rolling-upgrade 1.4.1 "$OZONE_CURRENT_VERSION"
 #run_test ha     non-rolling-upgrade 1.4.1 "$OZONE_CURRENT_VERSION"
diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml 
b/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
index 33b580646d1..a6e49b4eff6 100644
--- a/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
+++ b/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
@@ -69,8 +69,8 @@ services:
     image: ${OZONE_IMAGE}:2.0.0${OZONE_IMAGE_FLAVOR}
     <<: *old-config
 
-  old_client_2_1_0:
-    image: ${OZONE_IMAGE}:2.1.0${OZONE_IMAGE_FLAVOR}
+  old_client_2_1_1:
+    image: ${OZONE_IMAGE}:2.1.1${OZONE_IMAGE_FLAVOR}
     <<: *old-config
 
   new_client:
diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/lib.sh 
b/hadoop-ozone/dist/src/main/compose/xcompat/lib.sh
index 8922fe61d49..8583761c2b6 100755
--- a/hadoop-ozone/dist/src/main/compose/xcompat/lib.sh
+++ b/hadoop-ozone/dist/src/main/compose/xcompat/lib.sh
@@ -24,7 +24,7 @@ source "${COMPOSE_DIR}/../testlib.sh"
 
 current_version="${OZONE_CURRENT_VERSION}"
 # TODO: debug acceptance test failures for client versions 1.0.0 on secure 
clusters
-old_versions="1.1.0 1.2.1 1.3.0 1.4.1 2.0.0 2.1.0" # container is needed for 
each version in clients.yaml
+old_versions="1.1.0 1.2.1 1.3.0 1.4.1 2.0.0 2.1.1" # container is needed for 
each version in clients.yaml
 
 export SECURITY_ENABLED=true
 : ${OZONE_BUCKET_KEY_NAME:=key1}


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

Reply via email to