[igt-dev] [PATCH i-g-t 3/3 v5] intel-ci: Blacklist tests on pipe I to pipe P
Helen Koike
helen.koike at collabora.com
Fri Nov 10 13:58:11 UTC 2023
On 10/11/2023 05:41, Vignesh Raman wrote:
> Blacklist tests on pipe I to pipe P on both
> XE blocklist and intel-ci blacklist.
>
> Signed-off-by: Vignesh Raman <vignesh.raman at collabora.com>
> ---
>
> v5:
> - Split the commits and added a new commit for blacklisting tests.
>
> ---
> tests/intel-ci/blacklist.txt | 7 ++-----
> tests/intel-ci/xe.blocklist.txt | 6 +++---
> 2 files changed, 5 insertions(+), 8 deletions(-)
>
> diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
> index e13759d3e..4427804d5 100644
> --- a/tests/intel-ci/blacklist.txt
> +++ b/tests/intel-ci/blacklist.txt
> @@ -117,12 +117,9 @@ igt at gem_ctx_isolation@.*-s4
> ###############################################
> igt at i915_suspend@shrink
> ###############################################
> -# pipe-e, pipe-f, pipe-g, pipe-h no current HW support
> +# pipe-e to pipe-p no current HW support
> ###############################################
> -igt at .*@.*pipe-e($|-.*)
> -igt at .*@.*pipe-f($|-.*)
> -igt at .*@.*pipe-g($|-.*)
> -igt at .*@.*pipe-h($|-.*)
> +igt at .*@.*pipe-[e-pE-P]($|-.*)
I suppose it doesn't really need to support uppercase, but I guess it is
fine.
Acked-by: Helen Koike <helen.koike at collabora.com>
>
> ###############################################
> # Temporary workarounds for CI-impacting bugs
> diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
> index 135ab18a3..71946a50f 100644
> --- a/tests/intel-ci/xe.blocklist.txt
> +++ b/tests/intel-ci/xe.blocklist.txt
> @@ -44,11 +44,11 @@ igt at syncobj_.*
> igt at template
> igt at tools_test
> ##################################################################
> -# KMS: Pipe E, F, G and H are not available on Intel hardware,
> +# KMS: Pipe E to Pipe P are not available on Intel hardware,
> # hence can't use more than 4 displays.
> ##################################################################
> -igt at .*@.*pipe-(e|f|g|h).*
> -igt at kms_bw@.*-(5|6|7|8)-displays-.*
> +igt at .*@.*pipe-[e-pE-P].*
> +igt at kms_bw@.*-([5-9]|1[0-6])-displays-.*
> ##################################################################
> # KMS: Tests specific to i915 driver
> ##################################################################
More information about the igt-dev
mailing list