From 65fc37591b2934871e7ca4d2db4a76ad4bba7572 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Wed, 5 Apr 2023 13:47:15 +0100 Subject: 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 Change-Id: Ie22584ff38e777379ac1ee2d61743868a8b93b5c --- helm/robot/templates/test-job.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'helm/robot') 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: -- cgit