[PATCH i-g-t] intel-ci: Add xe.nvl.core.blocklist to config.json
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Message-ID | <[email protected]> |
From: Aditya Chauhan <[email protected]> Add xe.nvl.core.blocklist to xe_test_config.json file so that core testlists can be generated for NVL as well. Currently they are not being generated due to missing NVL entry in config file. Signed-off-by: Aditya Chauhan <[email protected]> --- tests/intel/xe_test_config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/intel/xe_test_config.json b/tests/intel/xe_test_config.json index cfdb369b8..55542655c 100644 --- a/tests/intel/xe_test_config.json +++ b/tests/intel/xe_test_config.json @@ -79,6 +79,7 @@ "include": [ { "LNL": "../intel-ci/xe.lnl.core.blocklist.txt" }, { "BMG": "../intel-ci/xe.bmg.core.blocklist.txt" }, + { "NVL": "../intel-ci/xe.nvl.core.blocklist.txt" }, { "PTL": "../intel-ci/xe.ptl.core.blocklist.txt" }, { "WCL": "../intel-ci/xe.wcl.core.blocklist.txt" }, { "all": "../intel-ci/xe.blocklist.txt" } -- 2.34.1