Skip to content

Commit

Permalink
Merge pull request #3800 from Ankitasw/conformace-test-fix
Browse files Browse the repository at this point in the history
[E2E] Fix test flavor generation make targets
  • Loading branch information
k8s-ci-robot committed Oct 27, 2022
2 parents ad1231a + 962c63c commit 7c2c702
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,6 @@ $(ARTIFACTS):
.PHONY: generate-test-flavors
generate-test-flavors: $(KUSTOMIZE) ## Generate test template flavors
./hack/gen-test-flavors.sh withoutclusterclass

.PHONY: generate-clusterclass-test-flavors
generate-clusterclass-test-flavors: $(KUSTOMIZE) ## Generate ClusterClass test template flavors
./hack/gen-test-flavors.sh withclusterclass

.PHONY: e2e-image
Expand Down Expand Up @@ -401,7 +398,7 @@ test-verbose: setup-envtest ## Run tests with verbose settings.
KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)" go test -v ./...

.PHONY: test-e2e ## Run e2e tests using clusterctl
test-e2e: $(GINKGO) $(KIND) $(SSM_PLUGIN) $(KUSTOMIZE) generate-test-flavors generate-clusterclass-test-flavors e2e-image ## Run e2e tests
test-e2e: $(GINKGO) $(KIND) $(SSM_PLUGIN) $(KUSTOMIZE) generate-test-flavors e2e-image ## Run e2e tests
time $(GINKGO) -tags=e2e $(GINKGO_ARGS) -p ./test/e2e/suites/unmanaged/... -- -config-path="$(E2E_CONF_PATH)" $(E2E_ARGS)

.PHONY: test-e2e-eks ## Run EKS e2e tests using clusterctl
Expand Down

0 comments on commit 7c2c702

Please sign in to comment.