ci-config: do not use OpenStack gzipped image

In the test we should use the unzipped image, which is the one
documented.

This allows us to drop some modifications to our OpenStack instance.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2024-12-19 15:24:19 +01:00
parent caa1ea1189
commit 8bbbf27e0f
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -158,7 +158,7 @@ AZURE_PARALLEL="${PARALLEL_TESTS:-20}"
AZURE_LOCATION="${AZURE_LOCATION:-westeurope}"
# -- Openstack --
: ${OPENSTACK_IMAGE_NAME:='flatcar_production_openstack_image.img.gz'}
: ${OPENSTACK_IMAGE_NAME:='flatcar_production_openstack_image.img'}
OPENSTACK_PARALLEL="${PARALLEL_TESTS:-3}"
# -- Brightbox --