Skip to content

Commit

Permalink
tools: updating oncall test triage location (#36937)
Browse files Browse the repository at this point in the history
Risk Level: n/a (tools only)
Testing: n/a
Docs Changes: n/a
Release Notes: n/a

Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk authored Oct 31, 2024
1 parent 34d2a9e commit 841d78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/repo/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ async def post_to_oncall(self):
await self.send_message(
channel='#envoy-ci',
text=(
f"<@{oncall_handle}> please triage flakes per <{CI_TRIAGE_LINK} | instructions>"
))
f"<@{oncall_handle}> please triage flakes per <{CI_TRIAGE_LINK} | instructions>\n"
f"See https://github.com/envoyproxy/envoy/commits/main/ for recent failures."))
except SlackApiError as e:
self.log.error(f"Unexpected error {e.response['error']}")

Expand Down

0 comments on commit 841d78c

Please sign in to comment.