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 2f71e041ab Revert "HDDS-8768. Update cross-compatibility for 1.3.0 
(#4836)"
2f71e041ab is described below

commit 2f71e041ab54cf7acabcf75aba8bc25e3f353490
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Jun 12 20:56:27 2023 +0200

    Revert "HDDS-8768. Update cross-compatibility for 1.3.0 (#4836)"
    
    This reverts commit b4ea2fb100e7edd7246dc2645dc8723746a68907.
---
 hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml | 9 ---------
 hadoop-ozone/dist/src/main/compose/xcompat/test.sh      | 4 ++--
 2 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml 
b/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
index 287c46ddff..59158a4c8a 100644
--- a/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
+++ b/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
@@ -44,15 +44,6 @@ services:
     environment:
       HADOOP_OPTS:
     command: ["sleep","1000000"]
-  old_client_1_3_0:
-    image: apache/ozone:1.3.0
-    env_file:
-      - docker-config
-    volumes:
-      - ../..:/opt/ozone
-    environment:
-      OZONE_OPTS:
-    command: ["sleep","1000000"]
   new_client:
     image: ${OZONE_RUNNER_IMAGE}:${OZONE_RUNNER_VERSION}
     env_file:
diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/test.sh 
b/hadoop-ozone/dist/src/main/compose/xcompat/test.sh
index 8c4b698846..079dea2309 100755
--- a/hadoop-ozone/dist/src/main/compose/xcompat/test.sh
+++ b/hadoop-ozone/dist/src/main/compose/xcompat/test.sh
@@ -21,8 +21,8 @@ COMPOSE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" 
>/dev/null 2>&1 && pwd )"
 export COMPOSE_DIR
 basename=$(basename ${COMPOSE_DIR})
 
-current_version=1.4.0
-old_versions="1.0.0 1.1.0 1.2.1 1.3.0" # container is needed for each version 
in clients.yaml
+current_version=1.3.0
+old_versions="1.0.0 1.1.0 1.2.1" # container is needed for each version in 
clients.yaml
 
 # shellcheck source=hadoop-ozone/dist/src/main/compose/testlib.sh
 source "${COMPOSE_DIR}/../testlib.sh"


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

Reply via email to