RE: [PATCH i-g-t] intel-ci: Add xe.nvl.core.blocklist to config.json
"Girotra, Himanshu" <[email protected]>
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Message-ID | <CH0PR11MB55642D71DE5BA3630A2748BF98DC2@CH0PR11MB5564.namprd11.prod.outlook.com> |
> -----Original Message----- > From: Chauhan, Aditya <[email protected]> > Sent: 12 August 2026 22:08 > To: [email protected] > Cc: Gandi, Ramadevi <[email protected]>; Girotra, Himanshu > <[email protected]> > Subject: [PATCH i-g-t] intel-ci: Add xe.nvl.core.blocklist to config.json > > 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(+) > Reviewed-by: Himanshu Girotra <[email protected]> > 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