ci: make clang-format job warn on failure instead of killing the pipeline
it's insane to fail a pipeline over formatting errors. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27702>
This commit is contained in:
committed by
Marge Bot
parent
137b7e874f
commit
30b7771aa9
@@ -56,6 +56,7 @@ clang-format:
|
||||
- meson setup build
|
||||
- clang-format-${LLVM_VERSION} --version
|
||||
- ninja -C build clang-format
|
||||
allow_failure: true
|
||||
|
||||
.test-check:
|
||||
# Cancel job if a newer commit is pushed to the same branch
|
||||
|
||||
Reference in New Issue
Block a user