[igt-dev] [RFC 1/3] xe_test_config.json: add testlists and blacklists

Kamil Konieczny kamil.konieczny at linux.intel.com
Wed Sep 6 09:08:19 UTC 2023


Hi Mauro,

in Subject: xe_test_config.json: add testlists and blacklists
---------------------------------------------------- ^
s/blacklists/blocklists/

Regards,
Kamil

On 2023-09-05 at 18:48:28 +0200, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab <mchehab at kernel.org>
> 
> Specify the testlists and blacklists to be used to store CI
> run type.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
> ---
>  tests/intel/xe_test_config.json | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/tests/intel/xe_test_config.json b/tests/intel/xe_test_config.json
> index 8fb65d02d840..27e3f273fb2a 100644
> --- a/tests/intel/xe_test_config.json
> +++ b/tests/intel/xe_test_config.json
> @@ -32,6 +32,13 @@
>                          "_properties_": {
>                              "mandatory": true,
>                              "description": "Defines what category of testlist it belongs",
> +                            "testlists": {
> +                                "BAT": "../intel-ci/xe-fast-feedback.testlist",
> +                                "BAT chamelium": "../intel-ci/xe-fast-feedback-chamelium-only.testlist"
> +                            },
> +                            "blocklists": {
> +                                "__all__": "../intel-ci/xe.blocklist.txt"
> +                            },
>                              "order": [
>                                  "boot",
>                                  "__all__",
> -- 
> 2.41.0
> 


More information about the igt-dev mailing list