Skip to content

Commit

Permalink
Merge pull request openshift#117 from paulfantom/makefile
Browse files Browse the repository at this point in the history
rename test-e2e to unify this target meaning along all repos
  • Loading branch information
openshift-merge-robot committed Dec 3, 2018
2 parents 012575c + 5fa025d commit ac38e99
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 ac38e99

Please sign in to comment.