From c8f744a4356388ea3a0539845c1217bb268257ee Mon Sep 17 00:00:00 2001 From: "Howell, Ian (ih616h)" Date: Thu, 29 Nov 2018 09:50:53 -0600 Subject: [PATCH] Use unique names for tempest jobs This commit replaces the hard-coded name for tempest jobs with the unique Release name, allowing multiple runs of the job in the same namespace without causing collisions. Change-Id: I0c8aada93803875d7b0ff216c12ea67a925a510f --- tempest/templates/job-run-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/templates/job-run-tests.yaml b/tempest/templates/job-run-tests.yaml index 6f29e1acd6..322f4b234f 100644 --- a/tempest/templates/job-run-tests.yaml +++ b/tempest/templates/job-run-tests.yaml @@ -24,7 +24,7 @@ limitations under the License. apiVersion: batch/v1 kind: Job metadata: - name: tempest-run-tests + name: {{ .Release.name }}-run-tests annotations: {{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" }} spec: