summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRhys Perry <pendingchaos02@gmail.com>2020-10-22 12:05:34 +0100
committerRhys Perry <pendingchaos02@gmail.com>2020-10-22 12:07:45 +0100
commit542feb9ab6f22eaef7b6a7f77178c77764c265c7 (patch)
tree48cf84fc595f25741aa62f23b98a1137e247b6ee /.gitlab-ci.yml
parent8f9c5964ab3c7aec362e59a33f0fafd31199a0b9 (diff)
ci: disable check commits job for now
This job currently disallows reasonably long commit messages (for example, CTS test names). Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7161>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45204d1f4cb..8f72ddf44e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -525,7 +525,7 @@ check mr:
script:
- ci-fairy check-merge-request --require-allow-collaboration --junit-xml=check-merge-request.xml
-check commits:
+.check commits:
extends: .sanity-check
rules:
- if: *is-pre-merge