Merge pull request #39105 from spxtr/morebazel

Automatic merge from submit-queue (batch tested with PRs 39609, 39105)

Stop running most unit tests outside of bazel.

Lets not duplicate our efforts. The two I still run here are the two we currently skip in bazel. We should fix those.
This commit is contained in:
Kubernetes Submit Queue 2017-01-13 21:20:33 -08:00 committed by GitHub
commit 6261c1b3d6

View File

@ -50,13 +50,11 @@ 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-cmd
make test-integration
./hack/test-update-storage-objects.sh