Skip to content

Commit

Permalink
fix(ci): Fix slack notification on bazel LTE integ test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Kreutzer <lars.kreutzer@tngtech.com>
  • Loading branch information
LKreutzer committed Jul 22, 2022
1 parent 563c34a commit 7733fbe
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/lte-integ-test-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,10 @@ jobs:
check_run_annotations: all tests
- name: Notify failure to slack
if: failure() && github.repository_owner == 'magma'
uses: rtCamp/action-slack-notify@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7 # pin@v2.2.0
uses: Ilshidur/action-slack@689ad44a9c9092315abd286d0e3a9a74d31ab78a # pin@2.1.0
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_BAZEL_CI }}
SLACK_TITLE: "Bazel LTE integ tests"
SLACK_USERNAME: "Bazel LTE integ tests"
SLACK_ICON_EMOJI: ":boom:"
SLACK_COLOR: "#FF0000"
SLACK_FOOTER: ' '
MSG_MINIMAL: actions url,commit
SLACK_USERNAME: "LTE integ tests bazel"
SLACK_AVATAR: ":boom:"
with:
args: "Bazel LTE integration test failed on [${{ env.SHA }}](${{github.event.repository.owner.html_url}}/magma/commit/${{ env.SHA }}): ${{ steps.commit.outputs.title}}"

0 comments on commit 7733fbe

Please sign in to comment.