Skip to content

Commit

Permalink
Flip to github.com/openshift/cluster-api-actuator-pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
ingvagabund committed Oct 12, 2018
1 parent 2101111 commit cdb9df6
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 1,685 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ integration: ## Run integration test

.PHONY: test-e2e
test-e2e: ## Run e2e test
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} -cluster-id $${ENVIRONMENT_ID:-""} -ginkgo.v
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: lint
lint: ## Go lint your code
Expand Down
179 changes: 0 additions & 179 deletions test/framework/clusterapi.go

This file was deleted.

35 changes: 0 additions & 35 deletions test/framework/clusters.go

This file was deleted.

Loading

0 comments on commit cdb9df6

Please sign in to comment.