Skip to content

Commit

Permalink
rename test-e2e to unify this target along all repos
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Nov 29, 2018
1 parent a3d9b39 commit 5fa025d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ integration: ## Run integration test
build-e2e:
go test -c -o bin/e2e.test sigs.k8s.io/cluster-api-provider-aws/test/machines

.PHONY: test-e2e
test-e2e: ## Run e2e test
.PHONY: k8s-e2e
k8s-e2e: ## Run k8s specific e2e test
# KUBECONFIG and SSH_PK dirs needs to be mounted inside a container if tests are run in containers
go test -timeout 20m -v sigs.k8s.io/cluster-api-provider-aws/test/machines -kubeconfig $${KUBECONFIG:-~/.kube/config} -ssh-key $${SSH_PK:-~/.ssh/id_rsa} -actuator-image $${ACTUATOR_IMAGE:-gcr.io/k8s-cluster-api/aws-machine-controller:0.0.1} -cluster-id $${ENVIRONMENT_ID:-""} -ginkgo.v

Expand Down

0 comments on commit 5fa025d

Please sign in to comment.