Skip to content

Commit

Permalink
Fix jenkins/e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
vikaschoudhary16 authored and enxebre committed Jul 9, 2019
1 parent 0fb1932 commit ac16c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ k8s-e2e: ## Run k8s specific e2e test
-ssh-key $${SSH_PK:-~/.ssh/id_rsa} \
-machine-controller-image $${ACTUATOR_IMAGE:-gcr.io/k8s-cluster-api/aws-machine-controller:0.0.1} \
-machine-manager-image $${ACTUATOR_IMAGE:-gcr.io/k8s-cluster-api/aws-machine-controller:0.0.1} \
-nodelink-controller-image $$(docker run registry.svc.ci.openshift.org/openshift/origin-release:v4.0 image machine-api-operator) \
-nodelink-controller-image $$(docker run registry.svc.ci.openshift.org/origin/release:4.2 image machine-api-operator) \
-cluster-id $${ENVIRONMENT_ID:-""} \
-ginkgo.v \
-args -v 5 -logtostderr true
Expand Down

0 comments on commit ac16c8e

Please sign in to comment.