Merge pull request #93733 from adtac/jenkins/KUBE_ROOT

benchmark-dockerized.sh: set KUBE_ROOT
This commit is contained in:
Kubernetes Prow Robot 2020-08-28 08:04:46 -07:00 committed by GitHub
commit a53285feb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,10 @@ retry() {
"$@"
}
# The root of the build/dist directory
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/../..
export KUBE_ROOT
# Runs benchmark integration tests, producing pretty-printed results
# in ${WORKSPACE}/artifacts. This script can also be run within a
# kubekins-test container with a kubernetes repo mounted (at the path