Skip to content

Commit 12b5906

Browse files
committed
Merge pull request kubernetes#13256 from piosz/oncall
Moved failing tests to the flaky suite on Jenkins
2 parents 997dd12 + 4ef108a commit 12b5906

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hack/jenkins/e2e.sh

+3
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ GCE_FLAKY_TESTS=(
101101
"DaemonRestart"
102102
"ResourceUsage"
103103
"monotonically\sincreasing\srestart\scount"
104+
"then\sschedule\sit\son\sanother\shost" # file: pd.go, issue: #13257
105+
"should\sbe\sable\sto\schange\sthe\stype\sand\snodeport\ssettings\sof\sa\sservice" # file: service.go, issue: #13032
106+
"allows\sscheduling\sof\spods\son\sa\sminion\safter\sit\srejoins\sthe\scluster" # file: resize_nodes.go, issue: #13258
104107
)
105108

106109
# Tests which are not able to be run in parallel.

0 commit comments

Comments
 (0)