Commit 5fc6e2d7 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #40602 from deads2k/unit-test-with-go

Automatic merge from submit-queue run unit tests with go, not just bazel Follow up to https://github.com/kubernetes/kubernetes/pull/40594, effectively reverts #39105. I think we should run our unit tests using the official golang infrastructure. I have no objection to also running them in bazel (or running a subset in bazel), but I don't think that bazel should be the primary unit test method. @smarterclayton @liggitt @ixdy @spxtr
parents 62c80220 ec6a6f62
...@@ -55,8 +55,7 @@ make generated_files ...@@ -55,8 +55,7 @@ make generated_files
go install ./cmd/... go install ./cmd/...
./hack/install-etcd.sh ./hack/install-etcd.sh
# bazel didn't like BUILD files in the staging repos, so we need to run unit tests make test
make test WHAT="./vendor/k8s.io/apimachinery/... ./vendor/k8s.io/apiserver/... ./vendor/k8s.io/client-go/..."
make test-cmd make test-cmd
make test-integration make test-integration
./hack/test-update-storage-objects.sh ./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