From 61c981baa4faac4e41dbf297029a8c4189167a1b Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Thu, 18 Jan 2024 11:54:48 +0000 Subject: [PATCH] Give tempest container fixed name --- ansible/kayobe-automation-run-tempest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/kayobe-automation-run-tempest.yml b/ansible/kayobe-automation-run-tempest.yml index 113e8fa..b77b6ed 100644 --- a/ansible/kayobe-automation-run-tempest.yml +++ b/ansible/kayobe-automation-run-tempest.yml @@ -84,6 +84,7 @@ command: |- docker run --rm --entrypoint=/usr/bin/rally-verify-wrapper.sh -v "{{ results_path_remote.path }}:/home/rally/artifacts" + --name tempest --env TEMPEST_OPENRC="$TEMPEST_OPENRC" --env TEMPEST_CONCURRENCY="$TEMPEST_CONCURRENCY" --env TEMPEST_VERSION="$TEMPEST_VERSION"