Skip to content

Commit

Permalink
fix periodic job failure notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
likewhatevs committed Jan 30, 2025
1 parent b6bd702 commit 6169548
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bpf-next-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
SLACK_ICON: https://www.dictionary.com/e/wp-content/uploads/2018/03/thisisfine-1.jpg
SLACK_TITLE: Workflow ${{ needs.integration-test.result }}
SLACK_MESSAGE: bpf-next ci job failed.
SLACK_COLOR: red
SLACK_COLOR: failure
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}


2 changes: 1 addition & 1 deletion .github/workflows/for-next-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,6 @@ jobs:
SLACK_ICON: https://www.dictionary.com/e/wp-content/uploads/2018/03/thisisfine-1.jpg
SLACK_TITLE: Workflow ${{ needs.integration-test.result }}
SLACK_MESSAGE: sched_ext/for-next ci job failed.
SLACK_COLOR: red
SLACK_COLOR: failure
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}

2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,6 @@ jobs:
SLACK_ICON: https://www.dictionary.com/e/wp-content/uploads/2018/03/thisisfine-1.jpg
SLACK_TITLE: Workflow ${{ needs.integration-test.result }}
SLACK_MESSAGE: stable ci job failed.
SLACK_COLOR: red
SLACK_COLOR: failure
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 6169548

Please sign in to comment.