From 7821409918a1f40170bf2623ac666dd6af65f9e4 Mon Sep 17 00:00:00 2001 From: morganrol Date: Mon, 22 Nov 2021 16:58:20 +0100 Subject: [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 Change-Id: I7226da28fe76891c1be4a9bd5b391fe2e7a52247 (cherry picked from commit df4c6bd9dfe62d0e21486e69b6f551f0d9696a45) --- smoke-usecases-robot/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smoke-usecases-robot/docker/Dockerfile b/smoke-usecases-robot/docker/Dockerfile index 6ed527d..0c6855a 100644 --- a/smoke-usecases-robot/docker/Dockerfile +++ b/smoke-usecases-robot/docker/Dockerfile @@ -2,8 +2,8 @@ FROM opnfv/xtesting:jerma MAINTAINER Morgan Richomme -ARG OPENSTACK_TAG=master -ARG OPNFV_TAG=master +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" -- cgit 1.2.3-korg