Skip to content

Commit

Permalink
remove redundant target
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura authored and anoipm committed Feb 26, 2024
1 parent da8b074 commit 7af996d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hack/ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ include ${PROJECT_ROOT}/hack/tools/gardener.Makefile
integration-test: ## Run integration tests on self-prepared k3d cluster.
make -C ${TEST_ROOT} serverless-integration serverless-contract-tests

.PHONY: gardener-integration-test
gardener-integration-test: ## Provision gardener cluster and run integration test on it.
make provision-gardener && make -C ${PROJECT_ROOT} install-serverless-main && \
make integration-test \
deprovision-gardener || \
(make deprovision-gardener && false)

.PHONY: integration-test-on-cluster
integration-test-on-cluster: ## Install serverless with default serverless-cr, run integration tests and remove serverless-cr
make -C ${PROJECT_ROOT} install-serverless-main
Expand Down

0 comments on commit 7af996d

Please sign in to comment.