[igt-dev] [PATCH i-g-t v5 1/3] intel-ci: update i915 blacklist to ignore the Xe driver

Kamil Konieczny kamil.konieczny at linux.intel.com
Thu Mar 23 13:56:53 UTC 2023


On 2023-03-23 at 14:28:25 +0100, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab <mchehab at kernel.org>
> 
> It doesn't make sense to run Xe tests with i915 driver loaded.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
> ---
>  tests/intel-ci/blacklist.txt | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
> index 6e5cc43667cf..243bc60934f6 100644
> --- a/tests/intel-ci/blacklist.txt
> +++ b/tests/intel-ci/blacklist.txt
> @@ -1,3 +1,8 @@
> +###############################################
> +# This file is for non-Xe tests only

imho better write:

Do not run Xe tests on i915 driver

or maybe:
This file is for blocking tests from running on i915 driver

With or without that
Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>

> +###############################################
> +igt at xe.*
> +
>  igt at meta_test(@.*)?
>  ###############################################
>  # Handle module reloads with great care!
> -- 
> 2.39.2
> 


More information about the igt-dev mailing list