Issue 141868
Summary GitHub Actions CI error annotations
Labels infrastructure
Assignees
Reporter lukel97
    A nice feature of the buildkite premerge CI was that [it showed a summary of the failed tests from lit at the top](https://discourse.llvm.org/t/fyi-new-test-result-reporting-in-pre-commit-builds/83114).

Is it possible to do something similar for GitHub Actions? At least on the runs I've been looking at there's no extra information:

<img width="433" alt="Image" src="" />

 There's [this `::error` format](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-error-message) you can use when logging to have github pick it up as an annotation I wonder if lit could be taught to emit errors this way when passed a flag.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to