[igt-dev] [RFC 4/4] xe-blocklist.txt: add a blocklist for the Xe driver
Kamil Konieczny
kamil.konieczny at linux.intel.com
Tue Apr 4 16:01:01 UTC 2023
Hi Mauro,
On 2023-03-23 at 17:29:43 +0100, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab <mchehab at kernel.org>
>
> The same way we have a blocklist for i915, add one for the Xe
> driver. It currently contain only non-xe drivers that also
> have test definitions.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
> ---
> tests/intel-ci/xe-blocklist.txt | 23 +++++++++++++++++++++++
> 1 file changed, 23 insertions(+)
> create mode 100644 tests/intel-ci/xe-blocklist.txt
>
> diff --git a/tests/intel-ci/xe-blocklist.txt b/tests/intel-ci/xe-blocklist.txt
> new file mode 100644
> index 000000000000..190b76293937
> --- /dev/null
> +++ b/tests/intel-ci/xe-blocklist.txt
> @@ -0,0 +1,23 @@
> +#############################################################
> +# This file is for blocking tests from running on i915 driver
---------------------------------------------------- ^^^^
This should be s/i915/Xe/
> +#############################################################
Put here special meta_tests, like in i915 (maybe with comment):
igt at meta_test(@.*)?
imho this (and other ci specific patches) should be also +cc
to ci team.
Regards,
Kamil
> +
> +################################################################
> +# Block tests for other hardware - please keep sorted per vendor
> +################################################################
> +
> +# AMD
> +igt at amdgpu/.*
> +
> +# Broadcom
> +igt at vc4_.*
> +igt at v3d_.*
> +
> +# Intel
> +igt at i915.*
> +
> +# Panfrost
> +igt at panfrost_.*
> +
> +# Qualcomm
> +igt at msm_.*
> --
> 2.39.2
>
More information about the igt-dev
mailing list