mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Stop running most unit tests outside of bazel.
This commit is contained in:
parent
20003bdccb
commit
c4d0ecb924
@ -50,13 +50,12 @@ export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
|
|||||||
export LOG_LEVEL=4
|
export LOG_LEVEL=4
|
||||||
|
|
||||||
cd /go/src/k8s.io/kubernetes
|
cd /go/src/k8s.io/kubernetes
|
||||||
rm -rf Godeps/_workspace # Temporary until _workspace is fully obliterated
|
|
||||||
|
|
||||||
make generated_files
|
make generated_files
|
||||||
go install ./cmd/...
|
go install ./cmd/...
|
||||||
./hack/install-etcd.sh
|
./hack/install-etcd.sh
|
||||||
|
|
||||||
make test
|
make test WHAT="cmd/kubeadm/test cmd/libs/go2idl/openapi-gen/generators"
|
||||||
make test-cmd
|
make test-cmd
|
||||||
make test-integration
|
make test-integration
|
||||||
./hack/test-update-storage-objects.sh
|
./hack/test-update-storage-objects.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user