From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/ci: disable mr-label-maker-test Date: Mon, 25 May 2026 19:21:30 +1000 Message-ID: In-Reply-To: <20260522-drm-ci-mr-label-v1-1-39f778123b30@oss.qualcomm.com> References: <20260522-drm-ci-mr-label-v1-1-39f778123b30@oss.qualcomm.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: drm/ci: disable mr-label-maker-test Author: Dmitry Baryshkov Patches: 1 Reviewed: 2026-05-25T19:21:30.943658 --- This is a single, straightforward patch that disables the `mr-label-maker-t= est` CI job in the DRM CI pipeline. The commit message explains the problem= clearly: the MR labelling job is not used by DRM CI but got pulled in as p= art of the CI pipeline and is now blocking execution. The linked pipeline (= 1672049) provides traceable context. The fix is minimal and follows the exact same pattern used for other unused= jobs in the same file (`deploy-docs`, `linkcheck-docs`, `test-docs`, etc.)= =E2=80=94 override the job with `rules: - when: never` to unconditionally = disable it. **Verdict: Looks good.** No issues found. --- Generated by Claude Code Patch Reviewer