We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb0d60 commit f461759Copy full SHA for f461759
hack/jenkins/benchmark-dockerized.sh
@@ -34,6 +34,7 @@ retry() {
34
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
35
36
go install k8s.io/kubernetes/vendor/github.com/cespare/prettybench
37
+go install k8s.io/kubernetes/vendor/github.com/jstemmer/go-junit-report
38
39
# Disable the Go race detector.
40
export KUBE_RACE=" "
0 commit comments