File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ $(E2E_NO_ARTIFACT_TEMPLATES_DIR)/cluster-template.yaml: $(E2E_KUSTOMIZE_DIR)/wit
197
197
$(E2E_NO_ARTIFACT_TEMPLATES_DIR ) /cluster-template-% .yaml : $(E2E_KUSTOMIZE_DIR ) /% $(KUSTOMIZE ) FORCE
198
198
$(KUSTOMIZE ) build " $<" > " $@ "
199
199
200
- e2e-prerequisites : $(GINKGO ) e2e-templates e2e-image test-e2e-image-prerequisites # # Build all artifacts required by e2e tests
200
+ e2e-prerequisites : $(GINKGO ) e2e-templates e2e-image # # Build all artifacts required by e2e tests
201
201
202
202
# Can be run manually, e.g. via:
203
203
# export OPENSTACK_CLOUD_YAML_FILE="$(pwd)/clouds.yaml"
@@ -221,12 +221,6 @@ build-e2e-tests: $(GINKGO)
221
221
e2e-image : CONTROLLER_IMG_TAG = "gcr.io/k8s-staging-capi-openstack/capi-openstack-controller:e2e"
222
222
e2e-image : docker-build
223
223
224
- # Pull all the images references in test/e2e/data/e2e_conf.yaml
225
- test-e2e-image-prerequisites :
226
- docker pull registry.k8s.io/cluster-api/cluster-api-controller:v1.10.1
227
- docker pull registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.10.1
228
- docker pull registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.10.1
229
-
230
224
CONFORMANCE_E2E_ARGS ?= -kubetest.config-file=$(KUBETEST_CONF_PATH )
231
225
CONFORMANCE_E2E_ARGS += $(E2E_ARGS )
232
226
.PHONY : test-conformance
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ prerequisites_log="${ARTIFACTS}/logs/e2e-prerequisites.log"
100
100
retry 10 10 scp $( get_ssh_common_args) " ${container_archive} " " cloud@${CONTROLLER_IP} :capo-e2e-image.tar"
101
101
retry 10 10 $( get_ssh_cmd) ${CONTROLLER_IP} -- sudo chown root:root capo-e2e-image.tar
102
102
retry 10 10 $( get_ssh_cmd) ${CONTROLLER_IP} -- sudo chmod u=rw,g=r,o=r capo-e2e-image.tar
103
+ retry 10 10 $( get_ssh_cmd) ${CONTROLLER_IP} -- sudo mkdir -p /var/www/html
103
104
retry 10 10 $( get_ssh_cmd) ${CONTROLLER_IP} -- sudo mv capo-e2e-image.tar /var/www/html/capo-e2e-image.tar
104
105
) > " $prerequisites_log " 2>&1 &
105
106
build_pid=$!
You can’t perform that action at this time.
0 commit comments