mbox series

[v2,0/2] drm/ci: add new devices for testing

Message ID 20241022094509.85510-1-vignesh.raman@collabora.com (mailing list archive)
Headers show
Series drm/ci: add new devices for testing | expand

Message

Vignesh Raman Oct. 22, 2024, 9:45 a.m. UTC
Add jobs that execute the IGT test suite for sm8350-hdk and dedede.

Dropped the refactor software-driver stage jobs patch from this series.
I will send it as a separate patch.

Successful pipeline link,
https://gitlab.freedesktop.org/vigneshraman/linux/-/pipelines/1294877

Vignesh Raman (2):
  drm/ci: add dedede
  drm/ci: add sm8350-hdk

 drivers/gpu/drm/ci/arm64.config               |   7 +-
 drivers/gpu/drm/ci/build.sh                   |   1 +
 drivers/gpu/drm/ci/test.yml                   |  25 +++
 drivers/gpu/drm/ci/xfails/i915-jsl-fails.txt  |  51 +++++
 drivers/gpu/drm/ci/xfails/i915-jsl-flakes.txt |  13 ++
 drivers/gpu/drm/ci/xfails/i915-jsl-skips.txt  |  20 ++
 .../drm/ci/xfails/msm-sm8350-hdk-fails.txt    |  15 ++
 .../drm/ci/xfails/msm-sm8350-hdk-flakes.txt   |   6 +
 .../drm/ci/xfails/msm-sm8350-hdk-skips.txt    | 211 ++++++++++++++++++
 9 files changed, 348 insertions(+), 1 deletion(-)
 create mode 100644 drivers/gpu/drm/ci/xfails/i915-jsl-fails.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/i915-jsl-flakes.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/i915-jsl-skips.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/msm-sm8350-hdk-fails.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/msm-sm8350-hdk-flakes.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/msm-sm8350-hdk-skips.txt

Comments

Helen Mae Koike Fornazier Oct. 29, 2024, 10:44 a.m. UTC | #1
---- On Tue, 22 Oct 2024 06:45:03 -0300 Vignesh Raman  wrote ---

 > Add jobs that execute the IGT test suite for sm8350-hdk and dedede. 
 >  
 > Dropped the refactor software-driver stage jobs patch from this series. 
 > I will send it as a separate patch. 
 >  
 > Successful pipeline link, 
 > https://gitlab.freedesktop.org/vigneshraman/linux/-/pipelines/1294877 
 >  
 > Vignesh Raman (2): 
 >  drm/ci: add dedede 
 >  drm/ci: add sm8350-hdk 
 >  
 >  drivers/gpu/drm/ci/arm64.config               |   7 +- 
 >  drivers/gpu/drm/ci/build.sh                   |   1 + 
 >  drivers/gpu/drm/ci/test.yml                   |  25 +++ 
 >  drivers/gpu/drm/ci/xfails/i915-jsl-fails.txt  |  51 +++++ 
 >  drivers/gpu/drm/ci/xfails/i915-jsl-flakes.txt |  13 ++ 
 >  drivers/gpu/drm/ci/xfails/i915-jsl-skips.txt  |  20 ++ 
 >  .../drm/ci/xfails/msm-sm8350-hdk-fails.txt    |  15 ++ 
 >  .../drm/ci/xfails/msm-sm8350-hdk-flakes.txt   |   6 + 
 >  .../drm/ci/xfails/msm-sm8350-hdk-skips.txt    | 211 ++++++++++++++++++ 
 >  9 files changed, 348 insertions(+), 1 deletion(-) 
 >  create mode 100644 drivers/gpu/drm/ci/xfails/i915-jsl-fails.txt 
 >  create mode 100644 drivers/gpu/drm/ci/xfails/i915-jsl-flakes.txt 
 >  create mode 100644 drivers/gpu/drm/ci/xfails/i915-jsl-skips.txt 
 >  create mode 100644 drivers/gpu/drm/ci/xfails/msm-sm8350-hdk-fails.txt 
 >  create mode 100644 drivers/gpu/drm/ci/xfails/msm-sm8350-hdk-flakes.txt 
 >  create mode 100644 drivers/gpu/drm/ci/xfails/msm-sm8350-hdk-skips.txt 
 >  
 > -- 
 > 2.43.0 
 >  
 > 

Applied to drm-misc-next

Thanks
Helen