All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/intel/*test_config: Fix i915 blocklists rename
@ 2025-07-16 10:23 Kamil Konieczny
  2025-07-16 10:29 ` Peter Senna Tschudin
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Kamil Konieczny @ 2025-07-16 10:23 UTC (permalink / raw)
  To: igt-dev; +Cc: Kamil Konieczny, Karthik B S, Andrzej Hajda, Peter Senna Tschudin

I missed few more places for i915 blocklists rename, last ones
are in i915|kms json files. This was found when compiling after
reverting two last symlinks patches:
70f2cf0d6 ("intel-ci: Add symlinks for old i915 testlists")
f778072a5 ("intel-ci: Add symlinks for old i915 blocklists")

where scripts/test_list.py reports 'FileNotFoundError'

Cc: Karthik B S <karthik.b.s@intel.com>
Cc: Andrzej Hajda <andrzej.hajda@intel.com>
Reported-by: Peter Senna Tschudin <peter.senna@linux.intel.com>
Fixes: 8d8ecb94f673 ("intel-ci: rename i915 blocklists")
Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
---
 tests/intel/i915_test_config.json | 2 +-
 tests/intel/kms_test_config.json  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/intel/i915_test_config.json b/tests/intel/i915_test_config.json
index 7cfcad532..a31e00893 100644
--- a/tests/intel/i915_test_config.json
+++ b/tests/intel/i915_test_config.json
@@ -87,7 +87,7 @@
                 "update-from-file": {
                     "include-type": "regex-ignorecase",
                     "include": [
-                        { "all": "../intel-ci/blacklist.txt" }
+                        { "all": "../intel-ci/i915.blocklist.txt" }
                     ]
                 }
             }
diff --git a/tests/intel/kms_test_config.json b/tests/intel/kms_test_config.json
index 362298e0d..4fab26275 100644
--- a/tests/intel/kms_test_config.json
+++ b/tests/intel/kms_test_config.json
@@ -61,7 +61,7 @@
 			{ "LNL": "../intel-ci/xe.lnl.display.blocklist.txt" },
 			{ "BMG": "../intel-ci/xe.bmg.display.blocklist.txt" },
 			{ "LNL, BMG": "../intel-ci/xe.blocklist.txt" },
-			{ "ADLP, ADLS, DG2, MTL": "../intel-ci/blacklist.txt" }
+			{ "ADLP, ADLS, DG2, MTL": "../intel-ci/i915.blocklist.txt" }
 		    ]
 		}
 	    }
-- 
2.50.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-07-17 12:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-16 10:23 [PATCH i-g-t] tests/intel/*test_config: Fix i915 blocklists rename Kamil Konieczny
2025-07-16 10:29 ` Peter Senna Tschudin
2025-07-16 14:52 ` ✓ i915.CI.BAT: success for " Patchwork
2025-07-16 16:23 ` ✓ Xe.CI.BAT: " Patchwork
2025-07-17  7:27 ` ✓ i915.CI.Full: " Patchwork
2025-07-17  9:33 ` ✗ Xe.CI.Full: failure " Patchwork
2025-07-17 11:28 ` Patchwork
2025-07-17 12:00   ` Kamil Konieczny

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.