Skip to content

Commit a3434af

Browse files
committed
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>
1 parent 0749d95 commit a3434af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-automation/ci-config.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ AZURE_PARALLEL="${PARALLEL_TESTS:-20}"
158158
AZURE_LOCATION="${AZURE_LOCATION:-westeurope}"
159159

160160
# -- Openstack --
161-
: ${OPENSTACK_IMAGE_NAME:='flatcar_production_openstack_image.img.gz'}
161+
: ${OPENSTACK_IMAGE_NAME:='flatcar_production_openstack_image.img'}
162162
OPENSTACK_PARALLEL="${PARALLEL_TESTS:-3}"
163163

164164
# -- Brightbox --

0 commit comments

Comments
 (0)