Skip to content

Commit

Permalink
Add emoji to slack error messages (#20092)
Browse files Browse the repository at this point in the history
## Description 
Add emoji to slack error messages

## Test plan 
👀
  • Loading branch information
ebmifa authored Oct 30, 2024
1 parent 831e97a commit ebffb75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
with:
channel-id: 'build-failures-sui'
slack-message: |
Workflow *${{ github.workflow }}* has failed.
:sui::error-cross: Workflow *${{ github.workflow }}* has failed.
Logs are here: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|${{ github.run_id }}>
2 changes: 1 addition & 1 deletion .github/workflows/simulator-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
with:
channel-id: 'simtest-nightly'
slack-message: |
*${{ github.workflow }}* workflow status: `${{ env.WORKFLOW_CONCLUSION }}`
:sui::error-cross: *${{ github.workflow }}* workflow status: `${{ env.WORKFLOW_CONCLUSION }}`
Sui commit: <https://github.com/MystenLabs/sui/commit/${{ env.SUI_SHA }}|${{ env.SUI_SHA }}>
Run: <${{ env.GH_JOB_LINK }}|${{ github.run_id }}>
<@${{ env.SLACK_ID }}>, current `${{ env.ONCALL_NAME }}` oncall, please debug failures: `tsh ssh ubuntu@simtest-01` and look in the `/home/ubuntu/simtest_logs/{date}` folder for test results

0 comments on commit ebffb75

Please sign in to comment.