[PATCH v1] drm/ci: uprev IGT
Dmitry Baryshkov
dmitry.baryshkov at linaro.org
Thu Jul 4 10:15:52 UTC 2024
On Thu, Jul 04, 2024 at 02:52:02PM GMT, Vignesh Raman wrote:
> Uprev IGT to the latest version, which includes a fix for the
> writeback tests issue on MSM devices. Enable debugging for
> igt-runner to log output such as 'Begin test' and 'End test'.
> This will help identify which test causes system freeze or hangs.
> Update xfails and add metadata header for each flake test.
>
> Signed-off-by: Vignesh Raman <vignesh.raman at collabora.com>
> ---
>
> v1:
> - https://gitlab.freedesktop.org/vigneshraman/linux/-/pipelines/1216850
>
> ---
> drivers/gpu/drm/ci/gitlab-ci.yml | 2 +-
> drivers/gpu/drm/ci/igt_runner.sh | 1 +
> .../gpu/drm/ci/xfails/amdgpu-stoney-fails.txt | 1 +
> .../drm/ci/xfails/amdgpu-stoney-flakes.txt | 14 +-
> .../gpu/drm/ci/xfails/amdgpu-stoney-skips.txt | 4 +-
> drivers/gpu/drm/ci/xfails/i915-amly-fails.txt | 12 +-
> .../gpu/drm/ci/xfails/i915-amly-flakes.txt | 41 ++++-
> drivers/gpu/drm/ci/xfails/i915-amly-skips.txt | 5 +-
> drivers/gpu/drm/ci/xfails/i915-apl-flakes.txt | 2 +-
> drivers/gpu/drm/ci/xfails/i915-apl-skips.txt | 4 +-
> drivers/gpu/drm/ci/xfails/i915-cml-fails.txt | 14 +-
> drivers/gpu/drm/ci/xfails/i915-cml-flakes.txt | 9 +-
> drivers/gpu/drm/ci/xfails/i915-cml-skips.txt | 5 +-
> drivers/gpu/drm/ci/xfails/i915-glk-fails.txt | 24 +--
> drivers/gpu/drm/ci/xfails/i915-glk-flakes.txt | 8 +-
> drivers/gpu/drm/ci/xfails/i915-glk-skips.txt | 4 +-
> drivers/gpu/drm/ci/xfails/i915-kbl-fails.txt | 2 +
> drivers/gpu/drm/ci/xfails/i915-kbl-flakes.txt | 2 +-
> drivers/gpu/drm/ci/xfails/i915-kbl-skips.txt | 4 +-
> drivers/gpu/drm/ci/xfails/i915-tgl-fails.txt | 25 +--
> drivers/gpu/drm/ci/xfails/i915-tgl-skips.txt | 4 +-
> drivers/gpu/drm/ci/xfails/i915-whl-fails.txt | 17 +-
> drivers/gpu/drm/ci/xfails/i915-whl-flakes.txt | 2 +-
> drivers/gpu/drm/ci/xfails/i915-whl-skips.txt | 5 +-
> .../drm/ci/xfails/mediatek-mt8173-fails.txt | 9 +-
> .../drm/ci/xfails/mediatek-mt8173-flakes.txt | 32 +++-
> .../drm/ci/xfails/mediatek-mt8173-skips.txt | 4 +-
> .../drm/ci/xfails/mediatek-mt8183-fails.txt | 2 +-
> .../drm/ci/xfails/mediatek-mt8183-skips.txt | 2 +-
> .../gpu/drm/ci/xfails/meson-g12b-fails.txt | 2 +-
> .../gpu/drm/ci/xfails/meson-g12b-skips.txt | 2 +-
> .../gpu/drm/ci/xfails/msm-apq8016-fails.txt | 5 +-
> .../gpu/drm/ci/xfails/msm-apq8016-skips.txt | 2 +-
> .../gpu/drm/ci/xfails/msm-apq8096-flakes.txt | 2 +-
> .../gpu/drm/ci/xfails/msm-apq8096-skips.txt | 4 +-
Acked-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org> # msm tests
> .../msm-sc7180-trogdor-kingoftown-fails.txt | 145 ------------------
> .../msm-sc7180-trogdor-kingoftown-flakes.txt | 18 ++-
> .../msm-sc7180-trogdor-kingoftown-skips.txt | 5 +-
> ...sm-sc7180-trogdor-lazor-limozeen-fails.txt | 145 ------------------
> ...m-sc7180-trogdor-lazor-limozeen-flakes.txt | 11 +-
> ...sm-sc7180-trogdor-lazor-limozeen-skips.txt | 2 +-
> .../gpu/drm/ci/xfails/msm-sdm845-flakes.txt | 105 ++++++++++++-
> .../gpu/drm/ci/xfails/msm-sdm845-skips.txt | 4 +-
> .../drm/ci/xfails/rockchip-rk3288-fails.txt | 2 +-
> .../drm/ci/xfails/rockchip-rk3288-skips.txt | 2 +-
> .../drm/ci/xfails/rockchip-rk3399-fails.txt | 2 +-
> .../drm/ci/xfails/rockchip-rk3399-flakes.txt | 4 +-
> .../drm/ci/xfails/rockchip-rk3399-skips.txt | 2 +-
> .../drm/ci/xfails/virtio_gpu-none-fails.txt | 64 ++++++++
> .../drm/ci/xfails/virtio_gpu-none-skips.txt | 4 +-
> drivers/gpu/drm/ci/xfails/vkms-none-fails.txt | 4 -
> .../gpu/drm/ci/xfails/vkms-none-flakes.txt | 21 +++
> drivers/gpu/drm/ci/xfails/vkms-none-skips.txt | 105 ++++++++++++-
> 53 files changed, 527 insertions(+), 395 deletions(-)
>
> diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/gitlab-ci.yml
> index 80fb0f57ae46..b09976c3d2c2 100644
> --- a/drivers/gpu/drm/ci/gitlab-ci.yml
> +++ b/drivers/gpu/drm/ci/gitlab-ci.yml
> @@ -5,7 +5,7 @@ variables:
> UPSTREAM_REPO: git://anongit.freedesktop.org/drm/drm
> TARGET_BRANCH: drm-next
>
> - IGT_VERSION: 0df7b9b97f9da0e364f5ee30fe331004b8c86b56
> + IGT_VERSION: f13702b8e4e847c56da3ef6f0969065d686049c5
>
> DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/anholt/deqp-runner.git
> DEQP_RUNNER_GIT_TAG: v0.15.0
--
With best wishes
Dmitry
More information about the dri-devel
mailing list