From e4f7db65af2abda84a46a394f74943213b0f12b1 Mon Sep 17 00:00:00 2001 From: Jeff Lowdermilk Date: Thu, 19 Nov 2015 13:45:22 -0800 Subject: [PATCH] Re-add slow tests to gke-ci-reboot filter Reboot tests are already slow, should only run fast tests in this job. --- hack/jenkins/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 97d6529c018..775b5264576 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -742,6 +742,7 @@ 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_SLOW_TESTS[@]:+${GCE_SLOW_TESTS[@]}} \ )"} ;;