Skip to content
Snippets Groups Projects
Commit 59dadcbb authored by Alex Iribarren's avatar Alex Iribarren
Browse files

By default, test the latest production image

parent 7fbc18a6
Branches os8030
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
.get_latest_image: &get_latest_image
- |
if [[ -z "${IMAGE}" ]]; then
IMAGE=$(openstack image list --property os_distro_major="${OS}" --property os_edition="Test" --shared --sort created_at -c ID -f value | tail -n1)
IMAGE=$(openstack image list --property os_distro_major="${OS}" --property os_edition="Base" --public --sort created_at -c ID -f value | tail -n1)
fi
.test_physical:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment