ci: disable check commits job for now
authorRhys Perry <pendingchaos02@gmail.com>
Thu, 22 Oct 2020 11:05:34 +0000 (12:05 +0100)
committerRhys Perry <pendingchaos02@gmail.com>
Thu, 22 Oct 2020 11:07:45 +0000 (12:07 +0100)
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>

.gitlab-ci.yml

index 45204d1..8f72ddf 100644 (file)
@@ -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