Skip to content

Commit

Permalink
[gha] msg to compare CT and Forge results
Browse files Browse the repository at this point in the history
Closes: #9599
  • Loading branch information
rustielin authored and bors-libra committed Nov 2, 2021
1 parent 2548326 commit 69592a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ jobs:
}}"
if [[ "$success" != "true" ]]; then
jq -n \
--arg msg "Alert: Two LBT tests results are mismatch." \
--arg msg "Alert: Two LBT tests results are mismatch. CT ${{needs.land-blocking-test.result}} != Forge ${{needs.land-blocking-test-forge.outputs.forge-result}}" \
--arg url "https://github.com/${{ github.repository }}/actions/runs/${{github.run_id}}" \
--arg pr_url "https://github.com/${{ github.repository }}/pull/${{ needs.prepare.outputs.changes-pull-request-number }}" \
'{
Expand Down

0 comments on commit 69592a0

Please sign in to comment.