Don't use ginkgo.focus for ci-reboot

focus is whitelist, we want to run unflaky, unslow tests along with
reboot to verify cluster functionality before/after.
This commit is contained in:
Jeff Lowdermilk 2015-11-13 11:18:05 -08:00
parent ebe5649939
commit d96848693e

View File

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