Module: Mesa Branch: master Commit: 4c58c68ea6099be9313a0be08b21cbcad893951b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c58c68ea6099be9313a0be08b21cbcad893951b
Author: Samuel Pitoiset <[email protected]> Date: Tue Dec 1 14:27:42 2020 +0100 ci: disable check-commits Otherwise the CI sanity check fails if the commit title exceed 80 characters Signed-off-by: Samuel Pitoiset <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7852> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41632a8ba66..c13ed66a0d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -484,7 +484,7 @@ sanity: when: manual # Other cases default to never script: - - ci-fairy check-commits --junit-xml=check-commits.xml + # ci-fairy check-commits --junit-xml=check-commits.xml # ci-fairy check-merge-request only works in pre-merge pipelines for MRs - if test "x$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME" != "x$CI_COMMIT_REF_NAME"; then exit 0; fi - ci-fairy check-merge-request --require-allow-collaboration --junit-xml=check-merge-request.xml _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
