Merge pull request #17122 from jlowdermilk/gke-ci-reboot

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-11-12 00:23:34 -08:00
commit f456d76b9b

View File

@ -689,9 +689,8 @@ case ${JOB_NAME} in
${GKE_DEFAULT_SKIP_TESTS[@]:+${GKE_DEFAULT_SKIP_TESTS[@]}} \
${REBOOT_SKIP_TESTS[@]:+${REBOOT_SKIP_TESTS[@]}} \
${GCE_FLAKY_TESTS[@]:+${GCE_FLAKY_TESTS[@]}} \
${GCE_PARALLEL_SKIP_TESTS[@]:+${GCE_PARALLEL_SKIP_TESTS[@]}} \
${GCE_SLOW_TESTS[@]:+${GCE_SLOW_TESTS[@]}} \
)"}
) --ginkgo.focus=Reboot"}
;;
kubernetes-e2e-gke-1.1)