Set KUBE_JUNIT_REPORT_DIR on dockerized test

parent 33a0b5af
...@@ -31,6 +31,8 @@ retry() { ...@@ -31,6 +31,8 @@ retry() {
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH} export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
# Produce a JUnit-style XML test report
export KUBE_JUNIT_REPORT_DIR=${WORKSPACE}/artifacts
# Set artifacts directory # Set artifacts directory
export ARTIFACTS_DIR=${WORKSPACE}/artifacts export ARTIFACTS_DIR=${WORKSPACE}/artifacts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment