mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Fix tests on Jenkins
This commit is contained in:
parent
d1e92e04e4
commit
635e82897f
@ -74,7 +74,11 @@ Example\
|
|||||||
"
|
"
|
||||||
# The following tests are known to be flaky, and are thus run only in their own
|
# The following tests are known to be flaky, and are thus run only in their own
|
||||||
# -flaky- build variants.
|
# -flaky- build variants.
|
||||||
GCE_FLAKY_TEST_REGEX=""
|
# NOTE: if you want the flaky test suite to be empty, you CANNOT leave the
|
||||||
|
# regexp empty - this will cause running all tests in flaky suite and no tests
|
||||||
|
# in regular "gce" suite.
|
||||||
|
GCE_FLAKY_TEST_REGEX="DO\sNOT\sRUN\sANYTHING"
|
||||||
|
|
||||||
# Tests which are not able to be run in parallel.
|
# Tests which are not able to be run in parallel.
|
||||||
GCE_PARALLEL_SKIP_TEST_REGEX="\
|
GCE_PARALLEL_SKIP_TEST_REGEX="\
|
||||||
${GCE_DEFAULT_SKIP_TEST_REGEX}\
|
${GCE_DEFAULT_SKIP_TEST_REGEX}\
|
||||||
@ -86,7 +90,6 @@ ${GCE_DEFAULT_SKIP_TEST_REGEX}\
|
|||||||
|Shell.*services\
|
|Shell.*services\
|
||||||
"
|
"
|
||||||
# Tests which are known to be flaky when run in parallel.
|
# Tests which are known to be flaky when run in parallel.
|
||||||
# TODO: figure out why GCE_FLAKY_TEST_REGEX is not a perfect subset of this list.
|
|
||||||
GCE_PARALLEL_FLAKY_TEST_REGEX="\
|
GCE_PARALLEL_FLAKY_TEST_REGEX="\
|
||||||
Elasticsearch\
|
Elasticsearch\
|
||||||
|PD\
|
|PD\
|
||||||
|
Loading…
Reference in New Issue
Block a user