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
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
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
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
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"
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"