Skip to content

Commit

Permalink
Merge pull request #3162 from vincepri/remove-integration-test
Browse files Browse the repository at this point in the history
🌱 Remove pr-integation presubmit files
  • Loading branch information
k8s-ci-robot authored Jun 8, 2020
2 parents eb1f61b + 129f9c3 commit 0801817
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 286 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ help: ## Display this help
test: ## Run tests
source ./scripts/fetch_ext_bins.sh; fetch_tools; setup_envs; go test -v ./...

.PHONY: test-integration
test-integration: ## Run integration tests
source ./scripts/fetch_ext_bins.sh; fetch_tools; setup_envs; go test -v -tags=integration ./test/integration/...

.PHONY: docker-build-e2e
docker-build-e2e: ## Rebuild all Cluster API provider images to be used in the e2e tests
make docker-build REGISTRY=gcr.io/k8s-staging-cluster-api PULL_POLICY=IfNotPresent
Expand Down
167 changes: 0 additions & 167 deletions scripts/ci-integration.sh

This file was deleted.

115 changes: 0 additions & 115 deletions test/integration/cluster/cluster_test.go

This file was deleted.

0 comments on commit 0801817

Please sign in to comment.