-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Map in output directory when KUBE_RUN_FROM_OUTPUT is set #419
Conversation
"${docker_extra_args[@]:+${docker_extra_args[@]}}" \ | ||
gcr.io/google-containers/kubekins-e2e:v20160817 | ||
gcr.io/google-containers/kubekins-e2e:v201608XX |
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.
this needs to be updated
LGTM generally, will you assign this back to me when the image is ready and this is ready for final review? |
|
LGTM Consider ensuring that the new runner and image work in jenkins before switching over all jobs. |
I've updated this PR so we're still using the last-stable |
Nice! LGTM |
Additionally: * deprecate KUBEKINS_SERVICE_ACCOUNT_FILE in favor of GOOGLE_APPLICATION_CREDENTIALS. * allow overriding kubekins-e2e image tag
Automatic merge from submit-queue Use kubekins-test:v20160822 everywhere A step towards fixing #31148. We also need to update the test-infra repo to use the new e2e image. I'll fold that into kubernetes/test-infra#419. Both gcr.io/google-containers/kubekins-test:v20160822 and gcr.io/google-containers/e2e-test:v20160822 have already been pushed.
* Ignore long lines by default (current behavior) * Allow per-repo custom config in `/test`
Necessary to support dockerized e2e on PR Jenkins.
I'm additionally retiring
KUBEKINS_SERVICE_ACCOUNT_FILE
in favor ofGOOGLE_APPLICATION_CREDENTIALS
.This should not be merged until kubernetes/kubernetes#31035 is merged and a new image is pushed.
A step along the way for #318.
This change is