ci: make test_file.txt a build artifact for debug
Rather that echo'ng the test_file.txt to the console, lets just upload it as a buildkite artifact. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
cf9b86b671
commit
33056e48c5
2 changed files with 5 additions and 1 deletions
|
@ -53,6 +53,10 @@ fi
|
|||
mv sanity-out/sanitycheck.xml sanitycheck-${BUILDKITE_JOB_ID}.xml
|
||||
buildkite-agent artifact upload sanitycheck-${BUILDKITE_JOB_ID}.xml
|
||||
|
||||
|
||||
# Upload test_file to get list of tests that are build/run
|
||||
buildkite-agent artifact upload test_file.txt
|
||||
|
||||
# ccache stats
|
||||
echo "--- ccache stats at finish"
|
||||
ccache -s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue