-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unset a couple GINKGO_TEST_ARGS in kubekins-e2e #30797
Conversation
@k8s-bot node e2e test this issue #IGNORE |
@k8s-bot unit test this issue #IGNORE |
@k8s-bot verify this issue #IGNORE |
@@ -62,5 +63,4 @@ docker run --rm=true -i \ | |||
-e "WORKSPACE=/workspace" \ | |||
${KUBEKINS_SERVICE_ACCOUNT_FILE:+-e "KUBEKINS_SERVICE_ACCOUNT_FILE=/service-account.json"} \ | |||
"${docker_extra_args[@]:+${docker_extra_args[@]}}" \ | |||
gcr.io/google_containers/kubekins-test:go1.6.3-docker1.9.1-rev3 \ | |||
bash -c "bash <(curl -fsS --retry 3 --keepalive-time 2 'https://raw.githubusercontent.com/kubernetes/kubernetes/master/hack/jenkins/e2e-runner.sh')" | |||
gcr.io/google_containers/kubekins-e2e:v20160817 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this has already been pushed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
LGTM |
are you planning to replace this hack/jenkins/dockerized-e2e-runner.sh with a |
Yup that's the plan! Although depend on the state of things kubernetes/test-infra#385 might have already done this |
GCE e2e build/test passed for commit 3b5b70a. |
we should probably also move the dockerfile etc to test-infra? |
Automatic merge from submit-queue |
Address #30749
This change is