Commit d9684869 authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

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.
parent ebe56499
...@@ -689,7 +689,7 @@ case ${JOB_NAME} in ...@@ -689,7 +689,7 @@ case ${JOB_NAME} in
${REBOOT_SKIP_TESTS[@]:+${REBOOT_SKIP_TESTS[@]}} \ ${REBOOT_SKIP_TESTS[@]:+${REBOOT_SKIP_TESTS[@]}} \
${GCE_FLAKY_TESTS[@]:+${GCE_FLAKY_TESTS[@]}} \ ${GCE_FLAKY_TESTS[@]:+${GCE_FLAKY_TESTS[@]}} \
${GCE_SLOW_TESTS[@]:+${GCE_SLOW_TESTS[@]}} \ ${GCE_SLOW_TESTS[@]:+${GCE_SLOW_TESTS[@]}} \
) --ginkgo.focus=Reboot"} )"}
;; ;;
kubernetes-e2e-gke-1.1) kubernetes-e2e-gke-1.1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment