Merge pull request #17531 from jlowdermilk/reboot-filter

Re-add slow tests to gke-ci-reboot filter
This commit is contained in:
Jeff Lowdermilk 2015-11-19 14:09:23 -08:00
commit b5e7597d6a

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