Skip to content

Commit 4d14848

Browse files
authored
Merge pull request #922 from sbueringer/pr-use-correct-amphora-image
🏃 use amphora image from GCS in e2e tests
2 parents 347f7c4 + 87098ba commit 4d14848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ci/devstack-default-cloud-init.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ write_files:
103103
# Don't download default images, just our test images
104104
DOWNLOAD_DEFAULT_IMAGES=False
105105
# We upload the Amphora image so it doesn't have to be build
106-
IMAGE_URLS="https://github.com/sbueringer/cluster-api-provider-openstack-images/releases/download/amphora-victoria-1/amphora-x64-haproxy.qcow2"
106+
IMAGE_URLS="https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/amphora/2021-03-27/amphora-x64-haproxy.qcow2"
107107

108108
# See: https://docs.openstack.org/nova/victoria/configuration/sample-config.html
109109
# Helpful commands (on the devstack VM):

0 commit comments

Comments
 (0)