Re: [PATCH i-g-t] intel-ci: Add xe_sriov_vram to NVL blocklist
Kamil Konieczny <[email protected]>
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Message-ID | <[email protected]> |
Hi Jakub, On 2026-08-12 at 13:10:13 +0000, Jakub Kolakowski wrote: > NVL does not have VRAM and xe_sriov_vram skips on this platform. > Add the test to NVL blocklist. > > Cc: Adam Miszczak <[email protected]> > Cc: Lukasz Laguna <[email protected]> > Cc: Marcin Bernatowicz <[email protected]> > Cc: Piotr Piórkowski <[email protected]> > Signed-off-by: Jakub Kolakowski <[email protected]> > --- > tests/intel-ci/xe.nvl.core.blocklist.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/intel-ci/xe.nvl.core.blocklist.txt b/tests/intel-ci/xe.nvl.core.blocklist.txt > index 14e76df47..c73ae500e 100644 > --- a/tests/intel-ci/xe.nvl.core.blocklist.txt > +++ b/tests/intel-ci/xe.nvl.core.blocklist.txt > @@ -20,6 +20,7 @@ igt@xe_pm@d3hot-mmap-vram > igt@xe_eudebug_online@writes-caching-(?!sram-bb-sram-target-sram).* > igt@xe_compute_preempt@.*vram.* > igt@xe_vm@out-of-memory > +igt@xe_sriov_vram@.* Please move it before xe_vm test, so it will be sort of sorted. With this LGTM Reviewed-by: Kamil Konieczny <[email protected]> Regards, Kamil > ################################################################## > # Valid skip: PAT index tests targeting older/different platforms > # These PAT (Page Attribute Table) index subtests validate > -- > 2.43.0 >