Merge pull request #55279 from spxtr/ImperialToSI

Automatic merge from submit-queue (batch tested with PRs 53747, 54528, 55279, 55251, 55311). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Stop running unit tests outside of Bazel.

We tried this a while ago, but had to revert because Bazel did not have
race detection. Now it does.

Previous issue: #40602 and #52443

Relevant parties: @ixdy @mikedanese @smarterclayton @deads2k @liggitt 

/sig testing

```release-note
NONE
```
pull/6/head
Kubernetes Submit Queue 2017-11-08 19:31:09 -08:00 committed by GitHub
commit d1ba54479d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ make generated_files
go install ./cmd/...
./hack/install-etcd.sh
make test
make test-cmd
make test-integration
./hack/test-update-storage-objects.sh