From 4f25dde65158bf67ce4ad02d2a9aa76c3d28f4b5 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Thu, 13 Jun 2024 13:52:16 +0000 Subject: Add group id for operation topic Group id added for operation topic config Fix K8s test cases that were not invoked in clamp due to a missing env variable. Issue-ID: POLICY-5031 Change-Id: I1b48509091717317a2e501cc1d19e4b9da69c5c8 Signed-off-by: zrrmmua --- helm/robot/templates/test-job.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helm/robot') diff --git a/helm/robot/templates/test-job.yaml b/helm/robot/templates/test-job.yaml index f9df6f65..a540f456 100644 --- a/helm/robot/templates/test-job.yaml +++ b/helm/robot/templates/test-job.yaml @@ -50,6 +50,8 @@ spec: env: - name: ROBOT_FILE value: {{ .Values.robot }} + - name: TEST_ENV + value: "k8s" command: [ "./run-test.sh" ] volumeMounts: - name: robot-csit-pv -- cgit