Re-add slow tests to gke-ci-reboot filter

Reboot tests are already slow, should only run fast tests
in this job.
This commit is contained in:
Jeff Lowdermilk
2015-11-19 13:45:22 -08:00
parent 2c58defc6d
commit e4f7db65af

View File

@@ -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[@]}} \
)"}
;;