diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-05-01 14:08:35 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-05-14 11:33:11 +0100 |
commit | 80e382eaac6fa812ea0c242c4a0c3a0390a4c130 (patch) | |
tree | fa984ad999edefa4f3affba4070415e94fffbb5f /helm | |
parent | aed46b6a5bfe0680043a2fd2239f642aee5902d7 (diff) |
Restructure of CSIT scripts
- CSIT robot test suits are now compiled into a docker image
- dependencies are now installed as part of Dockerfile build
Issue-ID: POLICY-4987
Change-Id: I5ae4e9f58471a6038c25548d9392ece78b20e67a
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'helm')
-rwxr-xr-x | helm/policy/components/policy-drools-pdp/resources/configmaps/feature-pooling-messages.conf (renamed from helm/policy/components/policy-drools-pdp/resources/configmaps/feature-pooling-kafka.conf) | 0 | ||||
-rw-r--r-- | helm/robot/templates/test-job.yaml | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/helm/policy/components/policy-drools-pdp/resources/configmaps/feature-pooling-kafka.conf b/helm/policy/components/policy-drools-pdp/resources/configmaps/feature-pooling-messages.conf index 977f289c..977f289c 100755 --- a/helm/policy/components/policy-drools-pdp/resources/configmaps/feature-pooling-kafka.conf +++ b/helm/policy/components/policy-drools-pdp/resources/configmaps/feature-pooling-messages.conf diff --git a/helm/robot/templates/test-job.yaml b/helm/robot/templates/test-job.yaml index 1cdc53eb..a573b510 100644 --- a/helm/robot/templates/test-job.yaml +++ b/helm/robot/templates/test-job.yaml @@ -49,8 +49,8 @@ spec: imagePullPolicy: Never env: - name: ROBOT_FILE - value: {{ .Values.robot }} - command: [ "./run-test.sh", "$(ROBOT_FILE)" ] + value: "$(ROBOT_FILE)" + command: [ "./run-test.sh" ] volumeMounts: - name: robot-csit-pv mountPath: /tmp |