Skip to content

Commit

Permalink
add make execution
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Dec 3, 2018
1 parent 560711f commit 41bd879
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ test-e2e: ## Run 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

.PHONY: validate-e2e
validate-e2e: ## Run e2e validation/gating test
go run ./test/e2e/*.go -alsologtostderr

.PHONY: lint
lint: ## Go lint your code
hack/go-lint.sh -min_confidence 0.3 $$(go list -f '{{ .ImportPath }}' ./... | grep -v -e 'sigs.k8s.io/cluster-api-provider-aws/test' -e 'sigs.k8s.io/cluster-api-provider-aws/pkg/cloud/aws/client/mock')
Expand Down

0 comments on commit 41bd879

Please sign in to comment.