Update notified user in post_ci_failures_to_slack.py (#18817)

This commit is contained in:
Kangyan-Zhou
2026-02-14 06:48:56 +08:00
committed by GitHub
parent 191d354f53
commit 710d873ba6

View File

@@ -160,7 +160,7 @@ def post_ci_failures_to_slack(report_file: str) -> bool:
color = "good"
else:
# Ping relevant people when there are failures
mentions = "<@U09RR5TNC94> <@U09ABMCKQPM>"
mentions = "<@U09R55D8EAY> <@U09ABMCKQPM>"
summary_lines = [f"{mentions} 🚨 *CI Critical Failures (Scheduled Runs)*"]
# Iterate in hardware priority order, with PR Test before Nightly