Re: [PATCH] drm/ci: disable mr-label-maker-test

From: Vignesh Raman

Date: Tue May 26 2026 - 04:17:27 EST


Hi Dmitry,

On 22/05/26 07:58, Dmitry Baryshkov wrote:
The MR labelling is not used for DRM CI, however the job got enabled as
a part of the CI pipeline and now prevents it from being executed.
Disable the mr-label-maker-test job implicitly.

Link: https://gitlab.freedesktop.org/drm/msm/-/pipelines/1672049
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
---
drivers/gpu/drm/ci/gitlab-ci.yml | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/gitlab-ci.yml
index 56088c5393cd..c1087731d1a2 100644
--- a/drivers/gpu/drm/ci/gitlab-ci.yml
+++ b/drivers/gpu/drm/ci/gitlab-ci.yml
@@ -386,6 +386,10 @@ linkcheck-docs:
rules:
- when: never
+mr-label-maker-test:
+ rules:
+ - when: never
+

Reviewed-by: Vignesh Raman <vignesh.raman@xxxxxxxxxxxxx>

Regards,
Vignesh

test-docs:
rules:
- when: never

---
base-commit: 687da68900cd1a46549f7d9430c7d40346cb86a0
change-id: 20260522-drm-ci-mr-label-727766d73e95

Best regards,
--
With best wishes
Dmitry