aboutsummaryrefslogtreecommitdiffstats
path: root/helm/robot/templates/test-job.yaml
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2023-04-05 13:47:15 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2023-05-02 18:52:04 +0100
commit65fc37591b2934871e7ca4d2db4a76ad4bba7572 (patch)
treed8cb27f8796635b5e3682376ed05392079b6850b /helm/robot/templates/test-job.yaml
parent19b753bd8d2e96364544b2f441f2f8e0fb44fd49 (diff)
Enable ACM tests in K8s CSIT
Moved all the image references to the parent chart. Updating the latest image tags during installation. Disabling charts by default and enabling only the project specific ones. Issue-ID: POLICY-4541 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: Ie22584ff38e777379ac1ee2d61743868a8b93b5c
Diffstat (limited to 'helm/robot/templates/test-job.yaml')
-rw-r--r--helm/robot/templates/test-job.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/helm/robot/templates/test-job.yaml b/helm/robot/templates/test-job.yaml
index ed1669a9..1cdc53eb 100644
--- a/helm/robot/templates/test-job.yaml
+++ b/helm/robot/templates/test-job.yaml
@@ -35,6 +35,8 @@ spec:
- --container-name
- {{ $container}}
{{- end }}
+ - --timeout
+ - "15"
env:
- name: NAMESPACE
valueFrom:
@@ -52,7 +54,7 @@ spec:
volumeMounts:
- name: robot-csit-pv
mountPath: /tmp
- restartPolicy: Never
+ restartPolicy: OnFailure
volumes:
- name: robot-csit-pv
hostPath: