Commit 6261c1b3 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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.
parents d416e605 2d3ce59c
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment