From #2792 (comment)
The things we can cleanup is this:
These were used to upload the CAPO image that is being tested into the management cluster. All other tests use kind clusters where the image is loaded directly, but the clusterctl upgrade was using a full CAPO cluster so we used this to get the image into it.
Edit: I forgot about the self-hosted test! It still needs these, but we should adjust the naming...
From #2792 (comment)
The things we can cleanup is this:
cluster-api-provider-openstack/scripts/ci-e2e.sh
Lines 100 to 104 in b9fa78b
These were used to upload the CAPO image that is being tested into the management cluster.
All other tests use kind clusters where the image is loaded directly, but the clusterctl upgrade was using a full CAPO cluster so we used this to get the image into it.Edit: I forgot about the self-hosted test! It still needs these, but we should adjust the naming...