aboutsummaryrefslogtreecommitdiffstats
path: root/csit/resources
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2023-03-30 10:50:18 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2023-03-30 14:23:07 +0100
commit181e6c525c5e05bbb3e580fd0793b8332200659d (patch)
treec4f4f35f6ef3f92a96012abfed161a1e76463000 /csit/resources
parent9acad08dfcc1e91b1640f550140e8fa625034ef2 (diff)
Disable K8s CSIT temporarily to fix timeout issue in Jenkins
The pods take longer time than usual in Jenkins vm which prevents robot test cases getting executed. This will be fixed in the upcoming patch. Fixing supporting docker images to be pulled from nexus Issue-ID: POLICY-4541 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: If01b98bee51e36cb6104fa6eff006ad8194dc1b2
Diffstat (limited to 'csit/resources')
-rw-r--r--csit/resources/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/resources/Dockerfile b/csit/resources/Dockerfile
index 6288c054..4e68ea3a 100644
--- a/csit/resources/Dockerfile
+++ b/csit/resources/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3
+FROM nexus3.onap.org:10001/library/python:3.10-slim-bullseye
ARG CSIT_SCRIPT=${CSIT_SCRIPT}
ARG ROBOT_FILE=${ROBOT_FILE}
ENV ROBOT_WORKSPACE /opt/robotworkspace