mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #93733 from adtac/jenkins/KUBE_ROOT
benchmark-dockerized.sh: set KUBE_ROOT
This commit is contained in:
commit
a53285feb1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user