Skip to content

Commit 8f10aa7

Browse files
committed
E2E: Use bucket for flatcar production image
There seems to be an issue with downloading the image straight from upstream. Signed-off-by: Lennart Jern <lennart.jern@est.tech>
1 parent 2d7b632 commit 8f10aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/data/e2e_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ variables:
257257
OPENSTACK_FLATCAR_IMAGE_URL: "https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/flatcar/flatcar-stable-4459.2.0-kube-v1.34.2"
258258
# A plain Flatcar from the Flatcar releases server
259259
FLATCAR_IMAGE_NAME: "flatcar_production_openstack_image"
260-
FLATCAR_IMAGE_URL: https://stable.release.flatcar-linux.net/amd64-usr/current/flatcar_production_openstack_image.img
260+
FLATCAR_IMAGE_URL: https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/flatcar/flatcar_production_openstack_image-4459.2.2.img
261261

262262
intervals:
263263
conformance/wait-control-plane: ["30m", "10s"]

0 commit comments

Comments
 (0)