Make benchmark runs push to a separate namespace. (#526)
This commit is contained in:
parent
996bec885f
commit
d9055df304
|
|
@ -17,4 +17,5 @@ set -ex
|
||||||
script_name=$0
|
script_name=$0
|
||||||
script_full_path=$(dirname "$0")
|
script_full_path=$(dirname "$0")
|
||||||
export BENCHMARK=true
|
export BENCHMARK=true
|
||||||
|
export IMAGE_REPO="gcr.io/kaniko-test-project/benchmarks"
|
||||||
./${script_full_path}/integration-test.sh
|
./${script_full_path}/integration-test.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue