Skip to content

Commit

Permalink
prevent k8s.io/kubernetes/cmd since we didn't run them before
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Nov 22, 2017
1 parent 50b62dc commit 9fa7abd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/lib/constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,11 @@ function os::util::list_test_packages_under() {
# we need to find all of the kubernetes test suites, excluding those we directly whitelisted before, the end-to-end suite, and
# the go2idl tests which we currently do not support
# etcd3 isn't supported yet and that test flakes upstream
# cmd wasn't done before using glide and constantly flakes
find -L vendor/k8s.io/{apimachinery,apiserver,client-go,kube-aggregator,kubernetes} -not \( \
\( \
-path "${kubernetes_path}/staging" \
-o -path "${kubernetes_path}/cmd" \
-o -path "${kubernetes_path}/test" \
-o -path "${kubernetes_path}/cmd/libs/go2idl/client-gen/testoutput/testgroup/unversioned" \
-o -path "${kubernetes_path}/pkg/storage/etcd3" \
Expand Down

0 comments on commit 9fa7abd

Please sign in to comment.