[PATCH i-g-t v2] tests/intel/test_config: Add GPU excluded platform definition for i915
Kamil Konieczny
kamil.konieczny at linux.intel.com
Fri Jul 4 10:41:40 UTC 2025
Hi Karthik,
On 2025-07-03 at 15:11:11 +0530, Karthik B S wrote:
> With config definitions added, the blocklists for i915 can be used to
> generate platform testlists.
>
> v2: Fix Typo.
>
> Signed-off-by: Karthik B S <karthik.b.s at intel.com>
> Signed-off-by: Jari Tahvanainen <jari.tahvanainen at intel.com>
LGTM,
Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> ---
> tests/intel/i915_test_config.json | 8 +++++++-
> tests/intel/kms_test_config.json | 3 ++-
> 2 files changed, 9 insertions(+), 2 deletions(-)
>
> diff --git a/tests/intel/i915_test_config.json b/tests/intel/i915_test_config.json
> index 04bf1fa68..e53f9400b 100644
> --- a/tests/intel/i915_test_config.json
> +++ b/tests/intel/i915_test_config.json
> @@ -83,7 +83,13 @@
> },
> "GPU excluded platform": {
> "_properties_": {
> - "description": "Provides a list of GPUs not capable of running the subtest (or the test as a whole)."
> + "description": "Provides a list of GPUs not capable of running the subtest (or the test as a whole).",
> + "update-from-file": {
> + "include-type": "regex-ignorecase",
> + "include": [
> + { "all": "../intel-ci/blacklist.txt" }
> + ]
> + }
> }
> },
> "GPU requirement": {
> diff --git a/tests/intel/kms_test_config.json b/tests/intel/kms_test_config.json
> index 65d6eb07d..0b6fc36e8 100644
> --- a/tests/intel/kms_test_config.json
> +++ b/tests/intel/kms_test_config.json
> @@ -60,7 +60,8 @@
> "include": [
> { "LNL": "../intel-ci/xe.lnl.display.blocklist.txt" },
> { "BMG": "../intel-ci/xe.bmg.display.blocklist.txt" },
> - { "all": "../intel-ci/xe.blocklist.txt" }
> + { "LNL, BMG": "../intel-ci/xe.blocklist.txt" },
> + { "ADLP, ADLS, DG2, MTL": "../intel-ci/blacklist.txt" }
> ]
> }
> }
> --
> 2.43.0
>
More information about the igt-dev
mailing list