Merge pull request #2542 from flatcar/tormath1/openstack

ci-config: do not use OpenStack gzipped image
This commit is contained in:
Mathieu Tortuyaux 2024-12-20 09:52:29 +01:00 committed by GitHub
commit 16b45f6374
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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