From a3434af1933d5372c7811301b5b19a427aec1447 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Thu, 19 Dec 2024 15:24:19 +0100 Subject: [PATCH] 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 --- ci-automation/ci-config.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-automation/ci-config.env b/ci-automation/ci-config.env index 2e17c6be05e..bdaf65e12fd 100644 --- a/ci-automation/ci-config.env +++ b/ci-automation/ci-config.env @@ -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 --