ci: copy correct junit output

in 1.14, results were stored in ./scripts/sanity_chk/last_sanity.xml.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-06-22 15:48:59 -04:00 committed by Kumar Gala
parent 8b6f4b6c8a
commit 905ffc3069
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ fi;
SANITY_EXIT_STATUS=$?
# Rename sanitycheck junit xml for use with junit-annotate-buildkite-plugin
mv sanity-out/sanitycheck.xml sanitycheck-${BUILDKITE_JOB_ID}.xml
mv ./scripts/sanity_chk/last_sanity.xml sanitycheck-${BUILDKITE_JOB_ID}.xml
buildkite-agent artifact upload sanitycheck-${BUILDKITE_JOB_ID}.xml
# ccache stats