From aa5571ec08e04f70d74105206f5ad183dacbb058 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 17 Feb 2026 15:25:16 +1000 Subject: [PATCH] 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 Part-of: --- .gitlab-ci.yml | 16 ---------------- .gitlab-ci/ci.template | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6a985b..c0934af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,22 +122,6 @@ check-commit: 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 - # Format anything python with ruff # python-ruff-format: diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 3c6c9f3..00097c6 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -128,22 +128,6 @@ check-commit: 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 - # Format anything python with ruff # python-ruff-format: