From 4ef108a92daccea6f67cca9e99e6375d6ceb5f9b Mon Sep 17 00:00:00 2001 From: Piotr Szczesniak Date: Thu, 27 Aug 2015 15:13:44 +0200 Subject: [PATCH] Moved failing tests to the flaky suite on Jenkins --- hack/jenkins/e2e.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 4a690cff532..1ac2bb79bc0 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -101,6 +101,9 @@ GCE_FLAKY_TESTS=( "DaemonRestart" "ResourceUsage" "monotonically\sincreasing\srestart\scount" + "then\sschedule\sit\son\sanother\shost" # file: pd.go, issue: #13257 + "should\sbe\sable\sto\schange\sthe\stype\sand\snodeport\ssettings\sof\sa\sservice" # file: service.go, issue: #13032 + "allows\sscheduling\sof\spods\son\sa\sminion\safter\sit\srejoins\sthe\scluster" # file: resize_nodes.go, issue: #13258 ) # Tests which are not able to be run in parallel.