From d96848693ef863eac1b85082767d060bb78fd781 Mon Sep 17 00:00:00 2001 From: Jeff Lowdermilk Date: Fri, 13 Nov 2015 11:18:05 -0800 Subject: [PATCH] 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. --- hack/jenkins/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 090809c4295..4789946ff81 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -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)