Switch to json test output

This commit is contained in:
Jordan Liggitt
2019-07-31 15:22:50 -04:00
parent 7232c0fd0b
commit 93c02e164f
5 changed files with 15 additions and 14 deletions

View File

@@ -39,7 +39,7 @@ retry() {
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
go install k8s.io/kubernetes/vendor/github.com/cespare/prettybench
go install k8s.io/kubernetes/vendor/github.com/jstemmer/go-junit-report
go install k8s.io/kubernetes/vendor/gotest.tools/gotestsum
# Disable the Go race detector.
export KUBE_RACE=" "

View File

@@ -32,7 +32,7 @@ export PATH=${GOPATH}/bin:${HOME}/third_party/etcd:/usr/local/go/bin:${PATH}
# Install a few things needed by unit and /integration tests.
command -v etcd &>/dev/null || ./hack/install-etcd.sh
go install k8s.io/kubernetes/vendor/github.com/jstemmer/go-junit-report
go install k8s.io/kubernetes/vendor/gotest.tools/gotestsum
# Enable the Go race detector.
export KUBE_RACE=-race

View File

@@ -37,7 +37,7 @@ retry() {
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
go install k8s.io/kubernetes/vendor/github.com/jstemmer/go-junit-report
go install k8s.io/kubernetes/vendor/gotest.tools/gotestsum
# Enable the Go race detector.
export KUBE_RACE=-race