RE: [PATCH i-g-t 1/2] intel-ci: Add CRI core blocklist
"Gandi, Ramadevi" <[email protected]>
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Message-ID | <IA3PR11MB9013AF463BF0B0D22F1AE31A85DA2@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 1/2] intel-ci: Add CRI core blocklist > > From: Himanshu Girotra <[email protected]> > > Introduce core blocklist for the CRI platform containing CRI-specific core test > exclusions. Also add this blocklist file to meson.build so that this can be used in > execution. > > Signed-off-by: Himanshu Girotra <[email protected]> > --- > tests/intel-ci/meson.build | 1 + > tests/intel-ci/xe.cri.core.blocklist.txt | 53 ++++++++++++++++++++++++ > 2 files changed, 54 insertions(+) > create mode 100644 tests/intel-ci/xe.cri.core.blocklist.txt > > diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build index > 3dab41898..c446b13a8 100644 > --- a/tests/intel-ci/meson.build > +++ b/tests/intel-ci/meson.build > @@ -14,6 +14,7 @@ intelci_files = [ > 'xe.bmg.core.blocklist.txt', > 'xe.bmg.display.blocklist.txt', > 'xe.bmg.eudebug.blocklist.txt', > + 'xe.cri.core.blocklist.txt', > 'xe.eudebug.blocklist.txt', > 'xe.fast-feedback.testlist', > 'xe-fast-feedback.testlist', > diff --git a/tests/intel-ci/xe.cri.core.blocklist.txt b/tests/intel- > ci/xe.cri.core.blocklist.txt > new file mode 100644 > index 000000000..1cfb1d587 > --- /dev/null > +++ b/tests/intel-ci/xe.cri.core.blocklist.txt > @@ -0,0 +1,53 @@ > +################################################################## > +# Valid skip: Display tests not valid for headless configuration > +################################################################## > +igt@.*kms.* > +igt@testdisplay > +igt@xe_pat@display-vs-wb-transient > +igt@fbdev@.* > +################################################################## > +# Valid skip: Features / hardware blocks not present on CRI > +# - xe_huc_copy@: No HuC support on CRI. > +# - xe_oa@oa-tlb-invalidate: valid only for older gen12 platforms. > +# - xe_pxp@.*: No PXP (Protected Xe Path) support on CRI. > +################################################################## > +igt@xe_huc_copy@.* > +igt@xe_oa@oa-tlb-invalidate > +igt@xe_pxp@.* > +################################################################## > +# Valid skip: multigpu runs in separate config > +################################################################## > +igt@.*@.*multigpu.* > +igt@xe_peer2peer@.* > +################################################################# > +# Valid skip: No render engine support on CRI > +################################################################## > +igt@.*render.* > +################################################################## > +# Valid skip: PAT index tests targeting older/different platforms > +################################################################## > +igt@xe_pat@pat-index-xehpc > +igt@xe_pat@pat-index-xelp > +igt@xe_pat@pat-index-xelpg > +igt@xe_pat@pat-index-xe2 > +################################################################## > +# Valid skip: Post DG2 there is no media pipeline > +################################################################## > +igt@xe_media_fill@media-fill > +################################################################## > +# Valid skip: No support for Compression on CRI > +################################################################## > +igt@xe_ccs@.* > +igt@xe_evict_ccs@.* > +################################################################## > +# Valid skip: Threadgroup-preemption not supported on CRI > +################################################################## > +igt@xe_compute_preempt@compute-threadgroup-preempt > +################################################################## > +# Valid skip: Tests requiring multiple CCS (Compute Command # > +Streamers) engines — CRI exposes only a single CCS engine. > +################################################################## > +igt@xe_compute@ccs-mode-basic > +igt@xe_compute@ccs-mode-compute-kernel > +igt@xe_compute@eu-busy-10s > +################################################################## > -- > 2.50.1