From c29b310531d47f910f48a1cb76a78a5264f7c1f8 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 11 Jan 2026 11:20:41 -0800 Subject: [PATCH] gitlab CI: drop the ci-fairy check-mr job The only thing this checked was the checkbox for allowing maintainers to edit the MR. Changed permissions checks now fail this job but luckily the setting it checked has been the default for years anyway so we can drop it. https://gitlab.freedesktop.org/freedesktop/ci-templates/-/issues/81 Signed-off-by: Alan Coopersmith Part-of: --- .gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bda6c7d..89ae41f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,21 +52,6 @@ check-commits: reports: junit: results.xml -# -# Verify that the merge request has the allow-collaboration checkbox ticked -# -check-merge-request: - extends: - - .fdo.ci-fairy - stage: deploy - script: - - ci-fairy check-merge-request --require-allow-collaboration --junit-xml=results.xml - artifacts: - when: on_failure - reports: - junit: results.xml - allow_failure: true - # # Build a container with the given tag and the packages pre-installed.