From ec6a6f6265f167359e74b342a0e6f37e3fe0a0f3 Mon Sep 17 00:00:00 2001 From: deads2k Date: Fri, 27 Jan 2017 10:00:01 -0500 Subject: [PATCH] run unit tests with go, not just bazel --- hack/jenkins/test-dockerized.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hack/jenkins/test-dockerized.sh b/hack/jenkins/test-dockerized.sh index 08af5ac9465..2229f2704b0 100755 --- a/hack/jenkins/test-dockerized.sh +++ b/hack/jenkins/test-dockerized.sh @@ -55,8 +55,7 @@ make generated_files go install ./cmd/... ./hack/install-etcd.sh -# bazel didn't like BUILD files in the staging repos, so we need to run unit tests -make test WHAT="./vendor/k8s.io/apimachinery/... ./vendor/k8s.io/apiserver/... ./vendor/k8s.io/client-go/..." +make test make test-cmd make test-integration ./hack/test-update-storage-objects.sh