[PATCH v4 0/2] drm/ci: Add devicetree validation and KUnit tests
Vignesh Raman
vignesh.raman at collabora.com
Mon Jun 23 08:50:26 UTC 2025
Add jobs to validate devicetrees and run KUnit tests.
Pipeline link,
https://gitlab.freedesktop.org/vigneshraman/msm/-/pipelines/1455734
Link to v1,
https://lore.kernel.org/all/20250327160117.945165-1-vignesh.raman@collabora.com/
Link to v2,
https://lore.kernel.org/all/20250409061543.311184-1-vignesh.raman@collabora.com/
Link to v3,
https://lore.kernel.org/r/20250417030439.737924-1-vignesh.raman@collabora.com
MR,
https://gitlab.freedesktop.org/drm/msm/-/merge_requests/173
This series depends on,
https://lore.kernel.org/all/20250514050340.1418448-1-vignesh.raman@collabora.com/
https://gitlab.freedesktop.org/drm/msm/-/merge_requests/169
Vignesh Raman (2):
drm/ci: Add jobs to validate devicetrees
drm/ci: Add jobs to run KUnit tests
drivers/gpu/drm/ci/check-devicetrees.yml | 50 ++++++++++++++++++++++++
drivers/gpu/drm/ci/dt-binding-check.sh | 19 +++++++++
drivers/gpu/drm/ci/dtbs-check.sh | 22 +++++++++++
drivers/gpu/drm/ci/gitlab-ci.yml | 4 ++
drivers/gpu/drm/ci/kunit.sh | 16 ++++++++
drivers/gpu/drm/ci/kunit.yml | 37 ++++++++++++++++++
drivers/gpu/drm/ci/setup-llvm-links.sh | 13 ++++++
7 files changed, 161 insertions(+)
create mode 100644 drivers/gpu/drm/ci/check-devicetrees.yml
create mode 100755 drivers/gpu/drm/ci/dt-binding-check.sh
create mode 100755 drivers/gpu/drm/ci/dtbs-check.sh
create mode 100755 drivers/gpu/drm/ci/kunit.sh
create mode 100644 drivers/gpu/drm/ci/kunit.yml
create mode 100755 drivers/gpu/drm/ci/setup-llvm-links.sh
--
2.47.2
More information about the dri-devel
mailing list