mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Merge pull request #10923 from wojtek-t/promote_tests_2
Promote ElasticSearch test to non-flaky suite
This commit is contained in:
commit
f5cbf5af0f
@ -68,7 +68,6 @@ fi
|
|||||||
# Specialized tests which should be skipped by default for projects.
|
# Specialized tests which should be skipped by default for projects.
|
||||||
GCE_DEFAULT_SKIP_TEST_REGEX="\
|
GCE_DEFAULT_SKIP_TEST_REGEX="\
|
||||||
Skipped|\
|
Skipped|\
|
||||||
Density|\
|
|
||||||
Reboot|\
|
Reboot|\
|
||||||
Restart|\
|
Restart|\
|
||||||
Example\
|
Example\
|
||||||
@ -76,8 +75,7 @@ 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="\
|
GCE_FLAKY_TEST_REGEX="\
|
||||||
Elasticsearch\
|
Shell.*services\
|
||||||
|Shell.*services\
|
|
||||||
|MaxPods.*\
|
|MaxPods.*\
|
||||||
"
|
"
|
||||||
# Tests which are not able to be run in parallel.
|
# Tests which are not able to be run in parallel.
|
||||||
@ -92,10 +90,10 @@ ${GCE_DEFAULT_SKIP_TEST_REGEX}\
|
|||||||
# 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.
|
# 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="\
|
||||||
Addon\
|
Elasticsearch\
|
||||||
|Elasticsearch\
|
|
||||||
|Hostdir.*MOD\
|
|Hostdir.*MOD\
|
||||||
|Networking.*intra|PD\
|
|Networking.*intra\
|
||||||
|
|PD\
|
||||||
|ServiceAccounts\
|
|ServiceAccounts\
|
||||||
|Service\sendpoints\slatency\
|
|Service\sendpoints\slatency\
|
||||||
|Services.*change\sthe\stype\
|
|Services.*change\sthe\stype\
|
||||||
|
Loading…
Reference in New Issue
Block a user