Skip to content

Commit

Permalink
Merge pull request #927 from elezar/change-failure-icon
Browse files Browse the repository at this point in the history
[no-relnote] Don't use animated emoji for slack notification
  • Loading branch information
elezar committed Aug 26, 2024
2 parents 0be71bb + 8b5306b commit c181c46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
env:
KUBECONFIG: ${{ github.workspace }}/kubeconfig
E2E_IMAGE_REPO: ghcr.io/nvidia/k8s-device-plugin
E2E_IMAGE_TAG: ${COMMIT_SHORT_SHA}-ubuntu22.04
E2E_IMAGE_TAG: ${COMMIT_SHORT_SHA}-ubi8
LOG_ARTIFACTS: ${{ github.workspace }}/e2e_logs
run: |
make test-e2e
Expand All @@ -71,6 +71,6 @@ jobs:
with:
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
slack-message: |
:red_target: On repository ${{ github.repository }} the Workflow *${{ github.workflow }}* has failed.
:x: On repository ${{ github.repository }} the Workflow *${{ github.workflow }}* has failed.
Details: ${{ env.SUMMARY_URL }}
2 changes: 1 addition & 1 deletion .github/workflows/staging_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ jobs:
with:
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
slack-message: |
:red_target: On repository ${{ github.repository }} the Workflow *${{ github.workflow }}* has failed.
:x: On repository ${{ github.repository }} the Workflow *${{ github.workflow }}* has failed.
Details: ${{ env.SUMMARY_URL }}

0 comments on commit c181c46

Please sign in to comment.