ci: disable check-commits
Otherwise the CI sanity check fails if the commit title exceed 80 characters Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7852>
This commit is contained in:
@@ -484,7 +484,7 @@ sanity:
|
|||||||
when: manual
|
when: manual
|
||||||
# Other cases default to never
|
# Other cases default to never
|
||||||
script:
|
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
|
# 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
|
- 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
|
- ci-fairy check-merge-request --require-allow-collaboration --junit-xml=check-merge-request.xml
|
||||||
|
Reference in New Issue
Block a user