[llvm] [CI] Add link to issue tracker upon job failures (PR #140817)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Tue May 20 16:56:20 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.",
----------------
boomanaiden154 wrote:
Added a comment they should add the infrastructure label.
https://github.com/llvm/llvm-project/pull/140817
More information about the llvm-commits
mailing list