[PATCH i-g-t 2/2] intel-ci: Add xe.cri.core.blocklist to config.json
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Message-ID | <[email protected]> |
From: Himanshu Girotra <[email protected]> Add xe.cri.core.blocklist to xe_test_config.json file so that core testlists can be generated for CRI for CI execution. Signed-off-by: Himanshu Girotra <[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 55542655c..43c758f5c 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" }, + { "CRI": "../intel-ci/xe.cri.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" }, -- 2.50.1