mbox series

[v2,0/3] drm/ci: uprev mesa and modify gitlab rules

Message ID 20250205081652.1928927-1-vignesh.raman@collabora.com (mailing list archive)
Headers show
Series drm/ci: uprev mesa and modify gitlab rules | expand

Message

Vignesh Raman Feb. 5, 2025, 8:16 a.m. UTC
Uprev mesa to adapt to the latest changes in mesa-ci,
including new container jobs and stages. Update the
lava-submit script to align with recent mes-ci changes
for using LAVA rootfs overlays. Modify gitLab rules
to include scheduled pipelines. Also update the
expectation files.

Pipeline link,
https://gitlab.freedesktop.org/vigneshraman/linux/-/pipelines/1358207

Link to v1,
https://lore.kernel.org/all/20241128042025.611659-1-vignesh.raman@collabora.com/

Vignesh Raman (2):
  drm/ci: uprev mesa
  drm/ci: update gitlab rules
  drm/ci: update expectation files

 drivers/gpu/drm/ci/build.sh                   |   2 +-
 drivers/gpu/drm/ci/build.yml                  | 104 +++++++++-
 drivers/gpu/drm/ci/container.yml              |  22 +-
 drivers/gpu/drm/ci/gitlab-ci.yml              | 195 ++++++++++--------
 drivers/gpu/drm/ci/igt_runner.sh              |  13 +-
 drivers/gpu/drm/ci/image-tags.yml             |  11 +-
 drivers/gpu/drm/ci/lava-submit.sh             | 100 ++++++---
 drivers/gpu/drm/ci/test.yml                   |  37 ++--
 drivers/gpu/drm/ci/xfails/vkms-none-fails.txt |   2 +
 9 files changed, 325 insertions(+), 161 deletions(-)

Comments

Helen Mae Koike Fornazier Feb. 5, 2025, 2:11 p.m. UTC | #1
---- On Wed, 05 Feb 2025 05:16:45 -0300 Vignesh Raman  wrote ---

 > Uprev mesa to adapt to the latest changes in mesa-ci, 
 > including new container jobs and stages. Update the 
 > lava-submit script to align with recent mes-ci changes 
 > for using LAVA rootfs overlays. Modify gitLab rules 
 > to include scheduled pipelines. Also update the 
 > expectation files. 
 >  
 > Pipeline link, 
 > https://gitlab.freedesktop.org/vigneshraman/linux/-/pipelines/1358207 
 >  
 > Link to v1, 
 > https://lore.kernel.org/all/20241128042025.611659-1-vignesh.raman@collabora.com/ 
 >  
 > Vignesh Raman (2): 
 >  drm/ci: uprev mesa 
 >  drm/ci: update gitlab rules 
 >  drm/ci: update expectation files 
 >  
 >  drivers/gpu/drm/ci/build.sh                   |   2 +- 
 >  drivers/gpu/drm/ci/build.yml                  | 104 +++++++++- 
 >  drivers/gpu/drm/ci/container.yml              |  22 +- 
 >  drivers/gpu/drm/ci/gitlab-ci.yml              | 195 ++++++++++-------- 
 >  drivers/gpu/drm/ci/igt_runner.sh              |  13 +- 
 >  drivers/gpu/drm/ci/image-tags.yml             |  11 +- 
 >  drivers/gpu/drm/ci/lava-submit.sh             | 100 ++++++--- 
 >  drivers/gpu/drm/ci/test.yml                   |  37 ++-- 
 >  drivers/gpu/drm/ci/xfails/vkms-none-fails.txt |   2 + 
 >  9 files changed, 325 insertions(+), 161 deletions(-) 
 >  
 > -- 
 > 2.43.0 
 >  
 > 

Applied to drm-misc-next

Thanks
Helen