summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>2026-05-22 02:22:07 +0300
committerDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>2026-05-22 05:26:26 +0300
commit8db813dc086d9257af4f20dd4dfa873021f1a504 (patch)
tree065cba0f2eb91c5d99df14f0dd849706c47c34e1 /drivers/gpu
parent5c8cbca290acdd49a694b36c0af76ba0c00bbf12 (diff)
drm/ci: disable mr-label-maker-test
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@oss.qualcomm.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/ci/gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
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
+
test-docs:
rules:
- when: never