From 635e82897f2611106d5e8383daac8d28831051a1 Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Wed, 15 Jul 2015 08:27:41 +0200 Subject: [PATCH] Fix tests on Jenkins --- hack/jenkins/e2e.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 86dd654ac6c..ce9b3927ca1 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -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\