Skip to content

Commit 7f9335f

Browse files
vigneshramanRob Clark
authored andcommitted
drm/ci: disable broken MR check in sanity job
GitLab recently changed the required permissions for the are-developers-allowed-to-push-to-my-MR check: https://gitlab.freedesktop.org/freedesktop/ci-templates/-/issues/81 Until that’s resolved, disable the check - it’s mostly obsolete anyway. Based on https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37782 Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Patchwork: https://patchwork.freedesktop.org/patch/680263/ Message-ID: <20251013060212.14583-1-vignesh.raman@collabora.com> Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
1 parent 86404a9 commit 7f9335f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/ci/gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ sanity:
280280
GIT_STRATEGY: none
281281
script:
282282
# ci-fairy check-commits --junit-xml=check-commits.xml
283-
- ci-fairy check-merge-request --require-allow-collaboration --junit-xml=check-merge-request.xml
283+
# - ci-fairy check-merge-request --require-allow-collaboration --junit-xml=check-merge-request.xml
284284
- |
285285
set -eu
286286
image_tags=(

0 commit comments

Comments
 (0)