[igt-dev] [PATCH i-g-t v3 3/7] kms_test_config.json: add testlists and blocklists
Kamil Konieczny
kamil.konieczny at linux.intel.com
Thu Sep 7 12:42:06 UTC 2023
Hi Mauro,
On 2023-09-07 at 12:17:34 +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/kms_test_config.json | 14 +++++++++++++-
> 1 file changed, 13 insertions(+), 1 deletion(-)
>
> diff --git a/tests/intel/kms_test_config.json b/tests/intel/kms_test_config.json
> index 4130b7d6dae0..7ab288685677 100644
> --- a/tests/intel/kms_test_config.json
> +++ b/tests/intel/kms_test_config.json
> @@ -21,7 +21,19 @@
> },
> "Run type": {
> "_properties_": {
> - "description": "Defines what category of testlist it belongs"
> + "description": "Defines what category of testlist it belongs",
> + "testlists": {
> + "i915 BAT": "../intel-ci/fast-feedback.testlist",
> + "i915 BAT chamelium": "../intel-ci/fast-feedback-chamelium-only.testlist",
> + "i915 chamelium": "../intel-ci/chamelium-only.testlist",
> +
> + "Xe BAT": "../intel-ci/xe-fast-feedback.testlist",
> + "Xe BAT chamelium": "../intel-ci/xe-fast-feedback-chamelium-only.testlist"
> + },
> + "blocklists": {
> + "i915 BAT, i915 BAT chamelium, i915 chamelium": "../intel-ci/blacklist.txt",
> + "Xe BAT, Xe BAT chamelium": "../intel-ci/xe.blocklist.txt"
> + }
> }
> }
> },
> --
> 2.41.0
>
More information about the igt-dev
mailing list