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:
Mike Blumenkrantz
2024-02-20 11:30:53 -05:00
committed by Marge Bot
parent 137b7e874f
commit 30b7771aa9
+1
View File
@@ -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