Merge pull request #11290 from wojtek-t/fix_jenkins_tests

Fix Jenkins - currently all tests are running under "gce-flaky" suite instead of "gce" suite
This commit is contained in:
Tim Hockin 2015-07-14 23:38:24 -07:00
commit 9748d26715

View File

@ -74,7 +74,11 @@ Example\
"
# The following tests are known to be flaky, and are thus run only in their own
# -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.
GCE_PARALLEL_SKIP_TEST_REGEX="\
${GCE_DEFAULT_SKIP_TEST_REGEX}\
@ -86,7 +90,6 @@ ${GCE_DEFAULT_SKIP_TEST_REGEX}\
|Shell.*services\
"
# 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="\
Elasticsearch\
|PD\