Skip to content

Commit

Permalink
CI/Cirrus: add more data to test result page
Browse files Browse the repository at this point in the history
  • Loading branch information
egraff committed Apr 12, 2023
1 parent b152679 commit b08e911
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/cirrus_linux_after.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ cat <<EOF > $JOB_DIR/index.md
layout: cirrus-build
cirrus:
branch: ${CIRRUS_BRANCH}
build-id: ${CIRRUS_BUILD_ID}
commit: ${CIRRUS_CHANGE_IN_REPO}
build-id: ${CIRRUS_BUILD_ID}
github-check-suite-id: ${GITHUB_CHECK_SUITE_ID}
task-id: ${CIRRUS_TASK_ID}
task-number: ${CI_NODE_INDEX}
task-name: ${CIRRUS_TASK_NAME}
os-name: Ubuntu
test-result: $1
---
Expand Down

0 comments on commit b08e911

Please sign in to comment.