update kubekins test image

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-11-09 12:05:14 -08:00
parent 036156a979
commit 64ac70bf34
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -45,5 +45,5 @@ docker run --rm=true \
-e "KUBE_VERIFY_GIT_BRANCH=${KUBE_VERIFY_GIT_BRANCH:-}" \
-e "REPO_DIR=${REPO_DIR}" \
-e "HOST_ARTIFACTS_DIR=${HOST_ARTIFACTS_DIR}" \
-i gcr.io/k8s-testimages/kubekins-test:1.5-v20161007-49d47fe \
-i gcr.io/k8s-testimages/kubekins-test:1.5-v20161109-d9a98f2 \
bash -c "cd kubernetes && ${KUBE_TEST_SCRIPT:-./hack/jenkins/test-dockerized.sh}"