Merge pull request #20967 from luxas/local_build_time

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-02-13 20:29:38 -08:00
2 changed files with 5 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ docker run --rm=true \
-v "$(which docker)":/bin/docker \
-v "${REPO_DIR}":/go/src/k8s.io/kubernetes \
-v "${KUBE_JUNIT_REPORT_DIR}":/workspace/artifacts \
-v /etc/localtime:/etc/localtime:ro \
--env REPO_DIR="${REPO_DIR}" \
-i gcr.io/google_containers/kubekins-test:0.7 \
bash -c "cd kubernetes && ./hack/jenkins/test-dockerized.sh"