aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganrol <morgan.richomme@orange.com>2021-11-22 16:58:20 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2021-11-23 08:08:21 +0000
commita3f46614b11da2fe104d49d25d21df052d54a2e6 (patch)
treefecb6162e3f2a785a44c298ee129362dfd282c5f
parentb273dfa6e5cd201aff061209eff27ef0f3828d51 (diff)
[RELEASE] Fix Openstack and OPNFV upper constraints versions
The robot pods is old..due to historical reasons. that is why we created a robot-p3 for new tests. However it shall still be compiled for our needs The upper constraints were so far set to master, which is not very good as xtesting was set to jerma. Setting version for Openstack and OPNFV upper constraints shall fix teh python dependency issue preventing from releasing the istanbul xtesting dockers Issue-ID: INT-2006 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I7226da28fe76891c1be4a9bd5b391fe2e7a52247 (cherry picked from commit df4c6bd9dfe62d0e21486e69b6f551f0d9696a45)
-rw-r--r--smoke-usecases-robot/docker/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/smoke-usecases-robot/docker/Dockerfile b/smoke-usecases-robot/docker/Dockerfile
index 8714b4c..d1043b5 100644
--- a/smoke-usecases-robot/docker/Dockerfile
+++ b/smoke-usecases-robot/docker/Dockerfile
@@ -2,9 +2,9 @@ FROM opnfv/xtesting:jerma
MAINTAINER Morgan Richomme <morgan.richomme@orange.com>
-ARG OPENSTACK_TAG=master
-ARG OPNFV_TAG=master
-ARG ONAP_TAG=honolulu
+ARG OPENSTACK_TAG=stable/wallaby
+ARG OPNFV_TAG=stable/jerma
+ARG ONAP_TAG=master
ARG PIP_TAG=20.1
ARG KUBERNETES_VERSION="v1.19.9"