From 1ec1aac9e26c7b60ddb704a497f4d204cf932077 Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Mon, 25 Sep 2023 14:47:27 +0100 Subject: [PATCH] Pin rally container version The latest version is currently broken. Pinning to an older version until the issue is resolved. --- ansible/kayobe-automation-run-tempest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/kayobe-automation-run-tempest.yml b/ansible/kayobe-automation-run-tempest.yml index 42af531..4e672a4 100644 --- a/ansible/kayobe-automation-run-tempest.yml +++ b/ansible/kayobe-automation-run-tempest.yml @@ -5,7 +5,7 @@ vars: results_path_local: "{{ lookup('env', 'PWD') }}" rally_image: 'stackhpc/docker-rally' - rally_tag: latest + rally_tag: v1.4-dev rally_image_full: "{{ rally_image }}:{{ rally_tag }}" rally_no_sensitive_log: true # This ensures you get the latest image if the image is updated