[ISTANBUL] Use integration istanbul branches for istanbul xtesting dockers 19/126619/1
authormorganrol <morgan.richomme@orange.com>
Tue, 18 Jan 2022 07:56:23 +0000 (08:56 +0100)
committermorganrol <morgan.richomme@orange.com>
Tue, 18 Jan 2022 07:56:23 +0000 (08:56 +0100)
xtesting dockers have been released for istanbul (1.9.0)
but istanbul dockers are still rebuilt daily in jenkins.
I forgot to specify the branch of testsuite and integration
as a consequence daily istanbul xtesting dockers are using the master
branch. It explains why some istanbul tests look like master.
Some changes (DCAE refactoring) requires the istanbul version.
This patch just set properly the istanbul branch when building the dockers

Issue-ID: INT-2044

Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I7a96cb8ed79fc0358bfd9f82fc186fd1dd98a9c4

healthcheck/docker/Dockerfile
infra-healthcheck/docker/Dockerfile
smoke-usecases-pythonsdk/docker/Dockerfile
smoke-usecases-robot-py3/docker/Dockerfile
smoke-usecases-robot/docker/Dockerfile

index 3ca0f00..c450bc9 100644 (file)
@@ -3,7 +3,7 @@ FROM opnfv/xtesting:jerma
 ARG OPENSTACK_TAG=stable/wallaby
 ARG PIP_TAG=20.1
 ARG OPNFV_TAG=stable/jerma
-ARG ONAP_TAG=master
+ARG ONAP_TAG=istanbul
 
 ENV PYTHONPATH $PYTHONPATH:/src/testing-utils/robotframework-onap/eteutils
 ENV TAG all
index 24fa61d..4535dd1 100644 (file)
@@ -3,8 +3,8 @@ FROM opnfv/xtesting:wallaby
 ARG KUBERNETES_VERSION="v1.19.11"
 ARG HELM_VERSION="v2.16.6"
 ARG HELM3_VERSION="v3.3.4"
-ARG ONAP_TESTS_TAG=master
-ARG ONAP_TAG=master
+ARG ONAP_TESTS_TAG=istanbul
+ARG ONAP_TAG=istanbul
 
 ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
 
index 696862a..a501ff5 100644 (file)
@@ -2,7 +2,7 @@ FROM opnfv/xtesting:wallaby
 
 MAINTAINER Morgan Richomme <morgan.richomme@orange.com>
 
-ARG ONAP_TESTS_TAG=master
+ARG ONAP_TESTS_TAG=istanbul
 ARG ONAPSDK_PYTHON_PATH=/src/onapsdk
 
 ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
index 1caf0f5..1686b95 100644 (file)
@@ -4,7 +4,7 @@ MAINTAINER Morgan Richomme <morgan.richomme@orange.com>
 
 ARG OPENSTACK_TAG=master
 ARG OPNFV_TAG=master
-ARG ONAP_TAG=master
+ARG ONAP_TAG=istanbul
 ARG PIP_TAG=21.2.4
 ARG KUBERNETES_VERSION="v1.19.9"
 
index 0c6855a..c1c412e 100644 (file)
@@ -4,7 +4,7 @@ MAINTAINER Morgan Richomme <morgan.richomme@orange.com>
 
 ARG OPENSTACK_TAG=stable/wallaby
 ARG OPNFV_TAG=stable/jerma
-ARG ONAP_TAG=master
+ARG ONAP_TAG=istanbul
 ARG PIP_TAG=20.1
 ARG KUBERNETES_VERSION="v1.19.9"
 ARG HELM_VERSION="v3.3.4"