[PATCH i-g-t] tests/intel/test_config: Add GPU excluded platform definition for i915

Karthik B S karthik.b.s at intel.com
Thu Jul 3 09:31:32 UTC 2025


With config definitions added, the blocklists for i915 can be used to
generate platform testlists.

Signed-off-by: Karthik B S <karthik.b.s at intel.com>
Signed-off-by: Jari Tahvanainen <jari.tahvanainen at 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..7437dda1b 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 hole).",
+                "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