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 2b15263707 HDDS-8768. Update cross-compatibility for 1.3.0 (#4892)
2b15263707 is described below
commit 2b15263707a974697b297ac7752c2921a3161018
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Jun 15 16:41:53 2023 +0200
HDDS-8768. Update cross-compatibility for 1.3.0 (#4892)
---
hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml | 13 +++++++------
hadoop-ozone/dist/src/main/compose/xcompat/test.sh | 4 ++--
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
b/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
index 59158a4c8a..84f0523d60 100644
--- a/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
+++ b/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
@@ -23,8 +23,6 @@ services:
- docker-config
volumes:
- ../..:/opt/ozone
- environment:
- HADOOP_OPTS:
command: ["sleep","1000000"]
old_client_1_1_0:
image: apache/ozone:1.1.0
@@ -32,8 +30,6 @@ services:
- docker-config
volumes:
- ../..:/opt/ozone
- environment:
- HADOOP_OPTS:
command: ["sleep","1000000"]
old_client_1_2_1:
image: apache/ozone:1.2.1
@@ -41,8 +37,13 @@ services:
- docker-config
volumes:
- ../..:/opt/ozone
- environment:
- HADOOP_OPTS:
+ command: ["sleep","1000000"]
+ old_client_1_3_0:
+ image: apache/ozone:1.3.0
+ env_file:
+ - docker-config
+ volumes:
+ - ../..:/opt/ozone
command: ["sleep","1000000"]
new_client:
image: ${OZONE_RUNNER_IMAGE}:${OZONE_RUNNER_VERSION}
diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/test.sh
b/hadoop-ozone/dist/src/main/compose/xcompat/test.sh
index 079dea2309..8c4b698846 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.3.0
-old_versions="1.0.0 1.1.0 1.2.1" # container is needed for each version in
clients.yaml
+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
# 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]