Skip to content

Commit 9fa7abd

Browse files
committed
prevent k8s.io/kubernetes/cmd since we didn't run them before
1 parent 50b62dc commit 9fa7abd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/lib/constants.sh

+2
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,11 @@ function os::util::list_test_packages_under() {
231231
# we need to find all of the kubernetes test suites, excluding those we directly whitelisted before, the end-to-end suite, and
232232
# the go2idl tests which we currently do not support
233233
# etcd3 isn't supported yet and that test flakes upstream
234+
# cmd wasn't done before using glide and constantly flakes
234235
find -L vendor/k8s.io/{apimachinery,apiserver,client-go,kube-aggregator,kubernetes} -not \( \
235236
\( \
236237
-path "${kubernetes_path}/staging" \
238+
-o -path "${kubernetes_path}/cmd" \
237239
-o -path "${kubernetes_path}/test" \
238240
-o -path "${kubernetes_path}/cmd/libs/go2idl/client-gen/testoutput/testgroup/unversioned" \
239241
-o -path "${kubernetes_path}/pkg/storage/etcd3" \

0 commit comments

Comments
 (0)