Skip to content

Commit

Permalink
Temporary allow for full integration tests run, until Prow Job is not…
Browse files Browse the repository at this point in the history
… ready
  • Loading branch information
mszadkow committed Jan 24, 2025
1 parent 53f4668 commit 8db1066
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile-test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ test: gotestsum ## Run tests.
$(GOTESTSUM) --junitfile $(ARTIFACTS)/junit.xml -- $(GOFLAGS) $(GO_TEST_FLAGS) $(shell $(GO_CMD) list ./... | grep -v '/test/') -coverpkg=./... -coverprofile $(ARTIFACTS)/cover.out

.PHONY: test-integration
test-integration: gomod-download envtest ginkgo dep-crds kueuectl ginkgo-top ## Run integration tests for all singlecluster suites.
test-integration: test-singlecluster-integration test-multikueue-integration

.PHONY: test-singlecluster-integration
test-singlecluster-integration: gomod-download envtest ginkgo dep-crds kueuectl ginkgo-top ## Run integration tests for all singlecluster suites.
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" \
PROJECT_DIR=$(PROJECT_DIR)/ \
KUEUE_BIN=$(PROJECT_DIR)/bin \
Expand Down

0 comments on commit 8db1066

Please sign in to comment.