Print test diffs into GitHub summary

So that we can also observe them for try builds, before merging a PR.
This commit is contained in:
Jakub Beránek 2025-03-15 09:35:29 +01:00
parent 6c24c9c088
commit 30d57576b9
2 changed files with 40 additions and 6 deletions

View file

@ -252,7 +252,12 @@ jobs:
exit 0
fi
# Get closest bors merge commit
PARENT_COMMIT=`git rev-list --author='bors <bors@rust-lang.org>' -n1 --first-parent HEAD^1`
./build/citool/debug/citool postprocess-metrics \
--job-name ${CI_JOB_NAME} \
--parent ${PARENT_COMMIT} \
${METRICS} >> ${GITHUB_STEP_SUMMARY}
- name: upload job metrics to DataDog