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 <[email protected]> Reviewed-by: Daniel Stone <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/680263/ Message-ID: <[email protected]> Signed-off-by: Rob Clark <[email protected]>
1 parent 86404a9 commit 7f9335f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)