[PATCH i-g-t] tests/intel/i915_test_config: fix JSON exclude section

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Tue Feb 20 05:46:48 UTC 2024


On Mon, 19 Feb 2024 17:48:58 +0100
Kamil Konieczny <kamil.konieczny at linux.intel.com> wrote:

> Fix typo in exclude section for i915.
> 
> Cc: Mauro Carvalho Chehab <mauro.chehab at linux.intel.com>
> Cc: Mauro Carvalho Chehab <mchehab at kernel.org>
> Cc: Jari Tahvanainen <jari.tahvanainen at intel.com>

Reviewed-by: Mauro Carvalho Chehab <mchehab at kernel.org>

> Fixes: 6fb001a597e9 ("tests/intel/i915_test_config: align JSON documentation with xe")
> Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> ---
>  tests/intel/i915_test_config.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/intel/i915_test_config.json b/tests/intel/i915_test_config.json
> index b09f4244e..61638a4f1 100644
> --- a/tests/intel/i915_test_config.json
> +++ b/tests/intel/i915_test_config.json
> @@ -53,7 +53,7 @@
>                                      { "i915 BAT": "../intel-ci/fast-feedback.testlist" }
>                                  ],
>                                  "exclude": [
> -                                    { "i915 BAT, 915 FULL": "../intel-ci/blacklist.txt" }
> +                                    { "all": "../intel-ci/blacklist.txt" }
>                                  ]
>                              },
>                              "order": [


More information about the igt-dev mailing list