From ef2c18c599ef549a59cc0eee9c02efa65ee231fd Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:36:36 +0300 Subject: [PATCH] Fix Dist-Tests workflow input TESTID (#57) --- docker/job.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker/job.yaml b/docker/job.yaml index a4443aa..c5d553b 100644 --- a/docker/job.yaml +++ b/docker/job.yaml @@ -17,8 +17,6 @@ spec: image: codexstorage/cs-codex-dist-tests:latest imagePullPolicy: Always env: - - name: RUNNERLOCATION - value: InternalToCluster - name: KUBECONFIG value: /opt/kubeconfig.yaml - name: LOGPATH @@ -32,7 +30,7 @@ spec: - name: RUNID value: ${RUNID} - name: TESTID - value: ${TESTID} + value: "${TESTID}" volumeMounts: - name: kubeconfig mountPath: /opt/kubeconfig.yaml