[igt-dev] [PATCH i-g-t v3 2/7] xe_test_config.json: add testlists and blocklists

Kamil Konieczny kamil.konieczny at linux.intel.com
Thu Sep 7 12:39:36 UTC 2023


Hi Mauro,
On 2023-09-07 at 12:17:33 +0200, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab <mchehab at kernel.org>
> 
> Specify the testlists and blocklists to be used to store CI
> run type.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>

Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>

> ---
>  tests/intel/xe_test_config.json | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/tests/intel/xe_test_config.json b/tests/intel/xe_test_config.json
> index 8fb65d02d840..408afcbb03bc 100644
> --- a/tests/intel/xe_test_config.json
> +++ b/tests/intel/xe_test_config.json
> @@ -32,6 +32,12 @@
>                          "_properties_": {
>                              "mandatory": true,
>                              "description": "Defines what category of testlist it belongs",
> +                            "testlists": {
> +                                "Xe BAT": "../intel-ci/xe-fast-feedback.testlist"
> +                            },
> +                            "blocklists": {
> +                                "Xe BAT": "../intel-ci/xe.blocklist.txt"
> +                            },
>                              "order": [
>                                  "boot",
>                                  "__all__",
> -- 
> 2.41.0
> 


More information about the igt-dev mailing list