RE: [PATCH i-g-t 2/2] intel-ci: Add xe.cri.core.blocklist to config.json
"Gandi, Ramadevi" <[email protected]>
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Message-ID | <IA3PR11MB901356FAE86786D380A368BA85DA2@IA3PR11MB9013.namprd11.prod.outlook.com> |
LGTM. Reviewed-by: Gandi Ramadevi <[email protected]> > -----Original Message----- > From: Girotra, Himanshu <[email protected]> > Sent: Friday, August 14, 2026 9:37 PM > To: [email protected]; Gandi, Ramadevi > <[email protected]> > Subject: [PATCH i-g-t 2/2] intel-ci: Add xe.cri.core.blocklist to config.json > > 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