Merge pull request #11211 from gmarek/flaky

Update Jenkins Flaky suite
This commit is contained in:
Eric Tune 2015-07-14 14:59:06 -07:00
commit 4635cf381b

View File

@ -74,9 +74,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=""
MaxPods.*\
"
# 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}\
@ -91,8 +89,6 @@ ${GCE_DEFAULT_SKIP_TEST_REGEX}\
# 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="\
Elasticsearch\ Elasticsearch\
|Hostdir.*MOD\
|Networking.*intra\
|PD\ |PD\
|ServiceAccounts\ |ServiceAccounts\
|Service\sendpoints\slatency\ |Service\sendpoints\slatency\
@ -100,7 +96,6 @@ Elasticsearch\
|Services.*functioning\sexternal\sload\sbalancer\ |Services.*functioning\sexternal\sload\sbalancer\
|Services.*identically\snamed\ |Services.*identically\snamed\
|Services.*release.*load\sbalancer\ |Services.*release.*load\sbalancer\
|multiport\sendpoints\
" "
# Define environment variables based on the Jenkins project name. # Define environment variables based on the Jenkins project name.