Skip to content

Commit f6569b4

Browse files
committed
Pin rally container version
The latest version is currently broken. Pinning to an older version until the issue is resolved.
1 parent 36db1f5 commit f6569b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/kayobe-automation-run-tempest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
vars:
66
results_path_local: "{{ lookup('env', 'PWD') }}"
77
rally_image: 'stackhpc/docker-rally'
8-
rally_tag: latest
8+
rally_tag: v1.4-dev
99
rally_image_full: "{{ rally_docker_registry }}/{{ rally_image }}:{{ rally_tag }}"
1010
rally_no_sensitive_log: true
1111
# This ensures you get the latest image if the image is updated

0 commit comments

Comments
 (0)