diff --git a/hack/jenkins/test-dockerized.sh b/hack/jenkins/test-dockerized.sh index 9b8f44f26ad..a658442bee4 100755 --- a/hack/jenkins/test-dockerized.sh +++ b/hack/jenkins/test-dockerized.sh @@ -50,13 +50,12 @@ export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4 export LOG_LEVEL=4 cd /go/src/k8s.io/kubernetes -rm -rf Godeps/_workspace # Temporary until _workspace is fully obliterated make generated_files go install ./cmd/... ./hack/install-etcd.sh -make test +make test WHAT="cmd/kubeadm/test cmd/libs/go2idl/openapi-gen/generators" make test-cmd make test-integration ./hack/test-update-storage-objects.sh