From 542feb9ab6f22eaef7b6a7f77178c77764c265c7 Mon Sep 17 00:00:00 2001 From: Rhys Perry Date: Thu, 22 Oct 2020 12:05:34 +0100 Subject: [PATCH] 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 Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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