[llvm] [CI] Add link to issue tracker upon job failures (PR #140817)
via llvm-commits
llvm-commits at lists.llvm.org
Tue May 20 16:21:01 PDT 2025
================
@@ -122,6 +122,16 @@ def plural(num_tests):
]
)
+ if failures or return_code != 0:
+ report.extend(
+ [
+ "",
+ "If these failures are unrelated to your changes (e.g., tests are "
+ "broken or flaky at HEAD), please open an issue at "
+ "https://github.com/llvm/llvm-project/issues.",
----------------
cmtice wrote:
Is there any label ore assignee they should add, so that these can be found easily?
https://github.com/llvm/llvm-project/pull/140817
More information about the llvm-commits
mailing list