Description
Description:
When a project has a test that unexpectedly fails, the pre-commit CI exits once done running that project's tests instead of going on to run the tests for other projects. Is this intended behavior? If not I'm happy to work on a solution.
An example:
https://buildkite.com/llvm-project/github-pull-requests/builds/42807#018df2b9-0019-4ca1-9116-6cf365c53bb7
On Windows, an MLIR test unexpectedly failed, preventing the LLVM tests from being run
For some context:
I merged #81708 because no LLVM tests failed without realizing that no LLVM tests were run. Now I would like to land #83367 (which fixes the issue with #81708 that wasn't caught until the added LLVM unit test failed on the build bots) but don't feel comfortable doing so until I can at least see the LLVM tests pass on pre-commit CI.
Any comments are greatly appreciated!