Skip to content

Commit

Permalink
tooling: envoy-ci ping (#32905)
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk authored Mar 18, 2024
1 parent 87655e5 commit e6ba543
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/repo/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,11 @@ async def post_to_oncall(self):
text=(
f"*{num_issues} Untriaged Issues* (please tag and cc area experts)\n<{ISSUE_LINK}|{ISSUE_LINK}>"
))
await self.send_message(
channel='#envoy-ci',
text=(
f"<@{oncall_handle}> please triage flakes per <https://shorturl.at/acDH1 | instructions>"
))
except SlackApiError as e:
self.log.error(f"Unexpected error {e.response['error']}")

Expand Down

0 comments on commit e6ba543

Please sign in to comment.