Skip to content

Commit

Permalink
CI: Update cached cirros image to 0.5.3
Browse files Browse the repository at this point in the history
Bifrost CI is currently failing to fetch the cirros image from cache:

    No such file or directory: '/opt/cache/files/cirros-0.5.1-x86_64-disk.img'

This may be caused by the removal of cirros-0.5.1 images from cache in
change Ibada405e0c1183559f428c749d0e54d0a45a2223.

Switch to cirros version 0.5.3 image instead.

Change-Id: I208182e65884d63548d78c68f676b899c562a2dc
  • Loading branch information
priteau authored and dtantsur committed Jul 5, 2023
1 parent e0930eb commit f38f1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/test-bifrost.yaml
Expand Up @@ -18,7 +18,7 @@
- block:
- name: "Set variables if running in the CI"
set_fact:
cirros_deploy_image_upstream_url: file:///opt/cache/files/cirros-0.5.1-x86_64-disk.img
cirros_deploy_image_upstream_url: file:///opt/cache/files/cirros-0.5.3-x86_64-disk.img
copy_from_local_path: true
git_url_root: "{{ lookup('env', 'WORKSPACE') }}"
- name: "Check if openstacksdk is cloned"
Expand Down

0 comments on commit f38f1d8

Please sign in to comment.