File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,8 +208,8 @@ $(CLOUDSTACK_TEMPLATES)/.templateflag.mk: $(CLUSTER_TEMPLATES_INPUTS)
208
208
$(shell find $(CLOUDSTACK_TEMPLATES ) -type d -name "cluster* " -exec bash -c "bin/kustomize build --load-restrictor LoadRestrictionsNone {} > {}.yaml" \;)
209
209
@touch $(CLOUDSTACK_TEMPLATES ) /.templateflag.mk
210
210
211
- e2e-essentials : bin/ginkgo manifests e2e-cluster-templates kind-cluster # # Fulfill essential tasks for e2e testing.
212
- IMG=$(IMG_LOCAL ) make docker-build docker-push
211
+ e2e-essentials : bin/ginkgo e2e-cluster-templates kind-cluster # # Fulfill essential tasks for e2e testing.
212
+ IMG=$(IMG_LOCAL ) make manifests docker-build docker-push
213
213
214
214
JOB ?= .*
215
215
run-e2e : e2e-essentials # # Run e2e testing. JOB is an optional REGEXP to select certainn test cases to run. e.g. JOB=PR-Blocking, JOB=Conformance
You can’t perform that action at this time.
0 commit comments