[igt-dev] [RFC 3/4] i915-blocklist.txt: sort the other driver block list

Kamil Konieczny kamil.konieczny at linux.intel.com
Tue Apr 4 15:57:21 UTC 2023


Hi Mauro,

On 2023-03-23 at 17:29:42 +0100, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab <mchehab at kernel.org>
> 
> Place other driver-specific tests at the beginning of the file,
> sorting them on alphabetical order.

imho you should keep meta_test as it is at beginning,
it has special meaning for trybot and should be there.

Rest could be moved.

Regards,
Kamil

> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
> ---
>  tests/intel-ci/i915-blocklist.txt | 44 ++++++++++++++++++-------------
>  1 file changed, 25 insertions(+), 19 deletions(-)
> 
> diff --git a/tests/intel-ci/i915-blocklist.txt b/tests/intel-ci/i915-blocklist.txt
> index 243bc60934f6..e1569150b59f 100644
> --- a/tests/intel-ci/i915-blocklist.txt
> +++ b/tests/intel-ci/i915-blocklist.txt
> @@ -1,7 +1,30 @@
> +#############################################################
> +# This file is for blocking tests from running on i915 driver
> +#############################################################
> +
> +################################################################
> +# Block tests for other hardware - please keep sorted per vendor
> +################################################################
> +
> +# AMD
> +igt at amdgpu/.*
> +
> +# Broadcom
> +igt at vc4_.*
> +igt at v3d_.*
> +
> +# Intel
> +igt at xe.*
> +
> +# Panfrost
> +igt at panfrost_.*
> +
> +# Qualcomm
> +igt at msm_.*
> +
>  ###############################################
> -# This file is for non-Xe tests only
> +# Block other tests
>  ###############################################
> -igt at xe.*
>  
>  igt at meta_test(@.*)?
>  ###############################################
> @@ -84,23 +107,6 @@ igt at kms_frontbuffer_tracking@.*drrs.*
>  ###############################################
>  igt at kms_chamelium_frames@hdmi-.*-planes-random
>  ###############################################
> -# Broadcom
> -###############################################
> -igt at vc4_.*
> -igt at v3d_.*
> -###############################################
> -# AMD
> -###############################################
> -igt at amdgpu/.*
> -###############################################
> -# Panfrost
> -###############################################
> -igt at panfrost_.*
> -###############################################
> -# Qualcomm
> -###############################################
> -igt at msm_.*
> -###############################################
>  # Hibernate: not configured correctly on CI
>  ###############################################
>  igt at .*@.*-hibernate
> -- 
> 2.39.2
> 


More information about the igt-dev mailing list