mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 13:31:52 +00:00
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.
This commit is contained in:
parent
ebe5649939
commit
d96848693e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user