Set KUBE_JUNIT_REPORT_DIR on dockerized test

This commit is contained in:
Christoph Blecker 2018-01-25 13:30:29 -08:00
parent 33a0b5af0c
commit a107ae51af
No known key found for this signature in database
GPG Key ID: B34A59A9D39F838B

View File

@ -31,6 +31,8 @@ retry() {
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
export ARTIFACTS_DIR=${WORKSPACE}/artifacts