diff --git a/.buildkite/run.sh b/.buildkite/run.sh index 8960f061799..e5a07e463dc 100755 --- a/.buildkite/run.sh +++ b/.buildkite/run.sh @@ -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 diff --git a/scripts/ci/run_ci.sh b/scripts/ci/run_ci.sh index 7803d97350e..71b5f4b4133 100755 --- a/scripts/ci/run_ci.sh +++ b/scripts/ci/run_ci.sh @@ -269,7 +269,7 @@ if [ -n "$main_ci" ]; then tail -n +2 test_file_1.txt > test_file_1_in.txt cat test_file_3.txt test_file_2_in.txt test_file_1_in.txt > test_file.txt - cat test_file.txt + buildkite-agent artifact upload test_file.txt echo "+++ run sanitycheck"