<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/gpu/drm/ci/gitlab-ci.yml, branch v6.19.12</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v6.19.12</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v6.19.12'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2025-10-16T14:49:06+00:00</updated>
<entry>
<title>drm/ci: disable broken MR check in sanity job</title>
<updated>2025-10-16T14:49:06+00:00</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-10-13T06:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=7f9335f2d99815199d9d8d8e6687e68989728ce3'/>
<id>urn:sha1:7f9335f2d99815199d9d8d8e6687e68989728ce3</id>
<content type='text'>
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 &lt;vignesh.raman@collabora.com&gt;
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
Patchwork: https://patchwork.freedesktop.org/patch/680263/
Message-ID: &lt;20251013060212.14583-1-vignesh.raman@collabora.com&gt;
Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>drm/ci: Uprev igt</title>
<updated>2025-07-04T18:06:38+00:00</updated>
<author>
<name>Rob Clark</name>
<email>robin.clark@oss.qualcomm.com</email>
</author>
<published>2025-07-04T17:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=3a312a085cb9dee10240847bc20b1976eff45219'/>
<id>urn:sha1:3a312a085cb9dee10240847bc20b1976eff45219</id>
<content type='text'>
Pull in igt updates that are a dependency for VM_BIND, and will reduce
msm_mapping flakes.

Skip msm_mapping@memptrs on sc7180 (the test should be checking for
preemption support, and skipping if it is not supported).

Closes: https://gitlab.freedesktop.org/drm/msm/-/issues/77
Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;
Reviewed-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;
Patchwork: https://patchwork.freedesktop.org/patch/662524/
</content>
</entry>
<entry>
<title>drm/ci: uprev mesa and ci-templates</title>
<updated>2025-06-29T03:02:33+00:00</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-05-05T14:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=066147e06bb8d0accb0dce25f5f8d4e0f7ed7b33'/>
<id>urn:sha1:066147e06bb8d0accb0dce25f5f8d4e0f7ed7b33</id>
<content type='text'>
The current s3cp stopped working after the migration. Update to the
latest mesa and ci-templates to get s3cp working again and adapt to
recent changes in mesa-ci.

Acked-by: Daniel Stone &lt;daniels@collabora.com&gt;
Acked-by: Helen Koike &lt;helen.fornazier@gmail.com&gt;
Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>drm/ci: python-artifacts: use shallow clone</title>
<updated>2025-06-29T03:02:33+00:00</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-04-30T01:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b5301c8ed71e424bafec3ad79fdd838425b9d281'/>
<id>urn:sha1:b5301c8ed71e424bafec3ad79fdd838425b9d281</id>
<content type='text'>
The python-artifacts job has a timeout of 10 minutes, which causes
build failures as it was unable to clone the repository within the
specified limits. Set GIT_DEPTH to 10 to speed up cloning and avoid
build failures due to timeouts when fetching the full repository.

Acked-by: Daniel Stone &lt;daniels@collabora.com&gt;
Acked-by: Helen Koike &lt;helen.fornazier@gmail.com&gt;
Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>drm/ci: Add jobs to run KUnit tests</title>
<updated>2025-06-23T09:42:26+00:00</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-06-23T08:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=786bd08c0055a133cbafa5f2c044433849906c1d'/>
<id>urn:sha1:786bd08c0055a133cbafa5f2c044433849906c1d</id>
<content type='text'>
Add jobs to run KUnit tests using tools/testing/kunit/kunit.py tool.

Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
Acked-by: Helen Koike &lt;helen.fornazier@gmail.com&gt;
Reviewed-by: Maxime Ripard &lt;mripard@kernel.org&gt;
Link: https://lore.kernel.org/r/20250623085033.39680-3-vignesh.raman@collabora.com
Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;
</content>
</entry>
<entry>
<title>drm/ci: Add jobs to validate devicetrees</title>
<updated>2025-06-23T09:42:20+00:00</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-06-23T08:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=deac70abb12a4a613bbc3ba69aa7377c16cda3d0'/>
<id>urn:sha1:deac70abb12a4a613bbc3ba69aa7377c16cda3d0</id>
<content type='text'>
Add jobs to run dt_binding_check and dtbs_check. If warnings are seen,
exit with a non-zero error code while configuring them as warning in
the GitLab CI pipeline.

Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
Acked-by: Helen Koike &lt;helen.fornazier@gmail.com&gt;
Reviewed-by: Maxime Ripard &lt;mripard@kernel.org&gt;
Acked-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;
Link: https://lore.kernel.org/r/20250623085033.39680-2-vignesh.raman@collabora.com
Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;
</content>
</entry>
<entry>
<title>drm/ci: uprev mesa</title>
<updated>2025-05-04T16:20:28+00:00</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-03-28T11:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=07a5ebfe04b179b535e3a4cd38722671d87565d4'/>
<id>urn:sha1:07a5ebfe04b179b535e3a4cd38722671d87565d4</id>
<content type='text'>
The current s3cp implementation does not work anymore after the
migration, and instead of fixing it and propagating the fix down to us,
it's simpler to directly use curl. Uprev mesa [1][2] to adapt these
changes. Also replace broken s3cp command with a curl wrapper call in
drm-ci.

[1] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34120
[2] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34244

Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
Patchwork: https://patchwork.freedesktop.org/patch/645597/
Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;
</content>
</entry>
<entry>
<title>drm/ci: uprev IGT</title>
<updated>2025-03-25T10:59:52+00:00</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-03-14T08:58:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8be48c4f0cca68297676395d43420867be023056'/>
<id>urn:sha1:8be48c4f0cca68297676395d43420867be023056</id>
<content type='text'>
Uprev IGT to the latest version and update expectation files.

Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
Acked-by: Helen Koike &lt;helen.fornazier@gmail.com&gt;
Link: https://lore.kernel.org/r/20250314085858.39328-3-vignesh.raman@collabora.com
</content>
</entry>
<entry>
<title>drm/ci: uprev mesa</title>
<updated>2025-03-25T10:59:51+00:00</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-03-14T08:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=a8bd38e04a05fef74fb7644ed389662e59a18cd7'/>
<id>urn:sha1:a8bd38e04a05fef74fb7644ed389662e59a18cd7</id>
<content type='text'>
LAVA was recently patched [1] with a fix on how parameters are parsed in
`lava-test-case`, so we don't need to repeat quotes to send the
arguments properly to it. Uprev mesa to fix this issue.

[1] https://gitlab.com/lava/lava/-/commit/18c9cf79

Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
Acked-by: Helen Koike &lt;helen.fornazier@gmail.com&gt;
Acked-by: Daniel Stone &lt;daniels@collabora.com&gt;
Link: https://lore.kernel.org/r/20250314085858.39328-2-vignesh.raman@collabora.com
</content>
</entry>
<entry>
<title>drm/ci: fix merge request rules</title>
<updated>2025-03-12T17:29:00+00:00</updated>
<author>
<name>Vignesh Raman</name>
<email>vignesh.raman@collabora.com</email>
</author>
<published>2025-02-28T13:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=10646ddac2917b31c985ceff0e4982c42a9c924b'/>
<id>urn:sha1:10646ddac2917b31c985ceff0e4982c42a9c924b</id>
<content type='text'>
Merge request pipelines were only created when changes
were made to drivers/gpu/drm/ci/, causing MRs that
didn't touch this path to break. Fix MR pipeline rules
to trigger jobs for all changes.

Run jobs automatically for marge-bot and scheduled
pipelines, but in all other cases run manually. Also
remove CI_PROJECT_NAMESPACE checks specific to mesa.

Fixes: df54f04f2020 ("drm/ci: update gitlab rules")
Signed-off-by: Vignesh Raman &lt;vignesh.raman@collabora.com&gt;
Reviewed-by: Daniel Stone &lt;daniels@collabora.com&gt;
Signed-off-by: Helen Koike &lt;helen.fornazier@gmail.com&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20250228132620.556079-1-vignesh.raman@collabora.com
</content>
</entry>
</feed>
