public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Helen Koike <helen.koike@collabora.com>
To: Vignesh Raman <vignesh.raman@collabora.com>,
	dri-devel@lists.freedesktop.org
Cc: daniels@collabora.com, airlied@gmail.com, daniel@ffwll.ch,
	robdclark@gmail.com, david.heidelberg@collabora.com,
	guilherme.gallo@collabora.com, sergi.blanch.torne@collabora.com,
	dmitry.baryshkov@linaro.org, mcanal@igalia.com,
	linux-mediatek@lists.infradead.org,
	linux-amlogic@lists.infradead.org,
	linux-rockchip@lists.infradead.org,
	amd-gfx@lists.freedesktop.org, linux-arm-msm@vger.kernel.org,
	intel-gfx@lists.freedesktop.org,
	virtualization@lists.linux-foundation.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 0/6] drm/ci: uprev mesa/IGT and generate testlist
Date: Thu, 6 Jun 2024 11:47:59 -0300	[thread overview]
Message-ID: <da1366fa-4d48-4227-ae4b-4b39a6607973@collabora.com> (raw)
In-Reply-To: <20240529024049.356327-1-vignesh.raman@collabora.com>



On 28/05/2024 23:40, Vignesh Raman wrote:
> Uprev mesa and IGT to the latest version and stop vendoring the
> testlist into the kernel. Instead, use the testlist from the
> IGT build to ensure we do not miss renamed or newly added tests.
> Update the xfails with the latest testlist run.
> 
> Add farm variable and update device type variable.
> 
> https://gitlab.freedesktop.org/vigneshraman/linux/-/pipelines/1187556
> 
> Vignesh Raman (6):
>    drm/ci: uprev mesa version
>    drm/ci: add farm variable
>    drm/ci: generate testlist from build
>    drm/ci: uprev IGT
>    drm/ci: skip driver specific tests
>    drm/ci: update xfails for the new testlist
> 
>   drivers/gpu/drm/ci/build-igt.sh               |   41 +-
>   drivers/gpu/drm/ci/build.sh                   |    6 +-
>   drivers/gpu/drm/ci/container.yml              |   12 +-
>   drivers/gpu/drm/ci/gitlab-ci.yml              |   46 +-
>   drivers/gpu/drm/ci/igt_runner.sh              |    9 +-
>   drivers/gpu/drm/ci/image-tags.yml             |    2 +-
>   drivers/gpu/drm/ci/lava-submit.sh             |    4 +-
>   drivers/gpu/drm/ci/test.yml                   |   17 +-
>   drivers/gpu/drm/ci/testlist.txt               | 2761 -----------------
>   .../gpu/drm/ci/xfails/amdgpu-stoney-fails.txt |   41 +-
>   .../drm/ci/xfails/amdgpu-stoney-flakes.txt    |    7 +
>   .../gpu/drm/ci/xfails/amdgpu-stoney-skips.txt |   33 +-
>   drivers/gpu/drm/ci/xfails/i915-amly-fails.txt |   31 +
>   .../gpu/drm/ci/xfails/i915-amly-flakes.txt    |    9 +
>   drivers/gpu/drm/ci/xfails/i915-amly-skips.txt |   22 +-
>   drivers/gpu/drm/ci/xfails/i915-apl-fails.txt  |   46 +-
>   drivers/gpu/drm/ci/xfails/i915-apl-flakes.txt |    6 +
>   drivers/gpu/drm/ci/xfails/i915-apl-skips.txt  |   26 +-
>   drivers/gpu/drm/ci/xfails/i915-cml-fails.txt  |   38 +
>   drivers/gpu/drm/ci/xfails/i915-cml-flakes.txt |    6 +
>   drivers/gpu/drm/ci/xfails/i915-cml-skips.txt  |   23 +
>   drivers/gpu/drm/ci/xfails/i915-glk-fails.txt  |   41 +-
>   drivers/gpu/drm/ci/xfails/i915-glk-flakes.txt |    7 +
>   drivers/gpu/drm/ci/xfails/i915-glk-skips.txt  |   26 +-
>   drivers/gpu/drm/ci/xfails/i915-kbl-fails.txt  |   42 +-
>   drivers/gpu/drm/ci/xfails/i915-kbl-flakes.txt |    7 +-
>   drivers/gpu/drm/ci/xfails/i915-kbl-skips.txt  |   36 +-
>   drivers/gpu/drm/ci/xfails/i915-tgl-fails.txt  |   77 +-
>   drivers/gpu/drm/ci/xfails/i915-tgl-skips.txt  |   28 +-
>   drivers/gpu/drm/ci/xfails/i915-whl-fails.txt  |   63 +-
>   drivers/gpu/drm/ci/xfails/i915-whl-flakes.txt |    6 +
>   drivers/gpu/drm/ci/xfails/i915-whl-skips.txt  |   22 +-
>   .../drm/ci/xfails/mediatek-mt8173-fails.txt   |   30 +-
>   .../drm/ci/xfails/mediatek-mt8173-flakes.txt  |   11 +
>   .../drm/ci/xfails/mediatek-mt8173-skips.txt   |   16 +
>   .../drm/ci/xfails/mediatek-mt8183-fails.txt   |   21 +-
>   .../drm/ci/xfails/mediatek-mt8183-skips.txt   |   18 +
>   .../gpu/drm/ci/xfails/meson-g12b-fails.txt    |   24 +-
>   .../gpu/drm/ci/xfails/meson-g12b-skips.txt    |   18 +
>   .../gpu/drm/ci/xfails/msm-apq8016-fails.txt   |   12 +-
>   .../gpu/drm/ci/xfails/msm-apq8016-skips.txt   |   15 +
>   .../gpu/drm/ci/xfails/msm-apq8096-fails.txt   |    7 +
>   .../gpu/drm/ci/xfails/msm-apq8096-flakes.txt  |    6 +
>   .../gpu/drm/ci/xfails/msm-apq8096-skips.txt   |   26 +-
>   .../msm-sc7180-trogdor-kingoftown-fails.txt   |  175 +-
>   .../msm-sc7180-trogdor-kingoftown-flakes.txt  |    8 +
>   .../msm-sc7180-trogdor-kingoftown-skips.txt   |   19 +
>   ...sm-sc7180-trogdor-lazor-limozeen-fails.txt |  175 +-
>   ...m-sc7180-trogdor-lazor-limozeen-flakes.txt |    6 +
>   ...sm-sc7180-trogdor-lazor-limozeen-skips.txt |   16 +
>   .../gpu/drm/ci/xfails/msm-sdm845-fails.txt    |   38 +-
>   .../gpu/drm/ci/xfails/msm-sdm845-flakes.txt   |   25 +-
>   .../gpu/drm/ci/xfails/msm-sdm845-skips.txt    |   19 +
>   .../drm/ci/xfails/rockchip-rk3288-fails.txt   |   62 +-
>   .../drm/ci/xfails/rockchip-rk3288-skips.txt   |   21 +-
>   .../drm/ci/xfails/rockchip-rk3399-fails.txt   |   83 +-
>   .../drm/ci/xfails/rockchip-rk3399-flakes.txt  |   13 +-
>   .../drm/ci/xfails/rockchip-rk3399-skips.txt   |   19 +
>   drivers/gpu/drm/ci/xfails/update-xfails.py    |    4 +-
>   .../drm/ci/xfails/virtio_gpu-none-fails.txt   |   94 +-
>   .../drm/ci/xfails/virtio_gpu-none-skips.txt   |   20 +-
>   61 files changed, 1348 insertions(+), 3194 deletions(-)
>   delete mode 100644 drivers/gpu/drm/ci/testlist.txt
>   create mode 100644 drivers/gpu/drm/ci/xfails/i915-amly-flakes.txt
>   create mode 100644 drivers/gpu/drm/ci/xfails/i915-apl-flakes.txt
>   create mode 100644 drivers/gpu/drm/ci/xfails/i915-cml-flakes.txt
>   create mode 100644 drivers/gpu/drm/ci/xfails/i915-glk-flakes.txt
>   create mode 100644 drivers/gpu/drm/ci/xfails/i915-whl-flakes.txt
>   create mode 100644 drivers/gpu/drm/ci/xfails/mediatek-mt8173-flakes.txt
>   create mode 100644 drivers/gpu/drm/ci/xfails/mediatek-mt8173-skips.txt
>   create mode 100644 drivers/gpu/drm/ci/xfails/mediatek-mt8183-skips.txt
>   create mode 100644 drivers/gpu/drm/ci/xfails/meson-g12b-skips.txt
>   create mode 100644 drivers/gpu/drm/ci/xfails/msm-apq8016-skips.txt
>   create mode 100644 drivers/gpu/drm/ci/xfails/msm-apq8096-flakes.txt
>   create mode 100644 drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-flakes.txt
>   create mode 100644 drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-flakes.txt
> 


Applied to drm-misc-next

Thanks
Helen

      parent reply	other threads:[~2024-06-06 14:48 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-29  2:40 [PATCH v3 0/6] drm/ci: uprev mesa/IGT and generate testlist Vignesh Raman
2024-05-29  2:40 ` [PATCH v3 1/6] drm/ci: uprev mesa version Vignesh Raman
2024-05-29  6:56   ` Dmitry Baryshkov
2024-05-29 21:20   ` Jessica Zhang
2024-06-06 14:18   ` Helen Koike
2024-05-29  2:40 ` [PATCH v3 2/6] drm/ci: add farm variable Vignesh Raman
2024-05-29  7:43   ` Dmitry Baryshkov
2024-05-29 21:26   ` Jessica Zhang
2024-06-06 14:19   ` Helen Koike
2024-05-29  2:40 ` [PATCH v3 3/6] drm/ci: generate testlist from build Vignesh Raman
2024-05-29  7:44   ` Dmitry Baryshkov
2024-05-29 21:43   ` Jessica Zhang
2024-06-06 14:19   ` Helen Koike
2024-05-29  2:40 ` [PATCH v3 4/6] drm/ci: uprev IGT Vignesh Raman
2024-05-29  8:09   ` Dmitry Baryshkov
2024-05-29  9:48     ` Vignesh Raman
2024-05-29 18:48       ` Abhinav Kumar
2024-06-06 14:20   ` Helen Koike
2024-05-29  2:40 ` [PATCH v3 5/6] drm/ci: skip driver specific tests Vignesh Raman
2024-05-29 21:46   ` Jessica Zhang
2024-06-06 14:20   ` Helen Koike
2024-05-29  2:40 ` [PATCH v3 6/6] drm/ci: update xfails for the new testlist Vignesh Raman
2024-05-29  8:00   ` Dmitry Baryshkov
2024-05-29  9:49     ` Vignesh Raman
2024-06-06 14:21       ` Helen Koike
2024-05-29 22:01   ` Jessica Zhang
2024-06-06 14:47 ` Helen Koike [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=da1366fa-4d48-4227-ae4b-4b39a6607973@collabora.com \
    --to=helen.koike@collabora.com \
    --cc=airlied@gmail.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=daniel@ffwll.ch \
    --cc=daniels@collabora.com \
    --cc=david.heidelberg@collabora.com \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=guilherme.gallo@collabora.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mcanal@igalia.com \
    --cc=robdclark@gmail.com \
    --cc=sergi.blanch.torne@collabora.com \
    --cc=vignesh.raman@collabora.com \
    --cc=virtualization@lists.linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox