[llvm] [CI] Add link to issue tracker upon job failures (PR #140817)

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Wed May 21 02:07:19 PDT 2025


================
@@ -122,6 +122,17 @@ def plural(num_tests):
             ]
         )
 
+    if failures or return_code != 0:
+        report.extend(
+            [
+                "",
+                "If these failures are unrelated to your changes (e.g., tests are "
----------------
DavidSpickett wrote:

e.g. -> "for example", which is a bit easier to read.

This is markdown so I assume that the github link will be made clickable automatically.

I think you should highlight the infrastructure word somehow, to make it extra clear that there is literally a label "infrastructure". You could do that with `""` or put it in backticks so it gets the plaintext formatting.

https://github.com/llvm/llvm-project/pull/140817


More information about the llvm-commits mailing list