public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: aditya.chauhan@intel.com
To: ramadevi.gandi@intel.com, himanshu.girotra@intel.com,
	swati2.sharma@intel.com, igt-dev@lists.freedesktop.org
Subject: [PATCH i-g-t 1/2] tests/intel-ci: Add NVL core blocklist
Date: Wed, 11 Mar 2026 17:56:05 +0530	[thread overview]
Message-ID: <20260311122606.42223-2-aditya.chauhan@intel.com> (raw)
In-Reply-To: <20260311122606.42223-1-aditya.chauhan@intel.com>

From: Aditya Chauhan <aditya.chauhan@intel.com>

- Add xe.nvl.core.blocklist file to intel-ci
- Update meson.build

Signed-off-by: Aditya Chauhan <aditya.chauhan@intel.com>
---
 tests/intel-ci/meson.build               |  1 +
 tests/intel-ci/xe.nvl.core.blocklist.txt | 69 ++++++++++++++++++++++++
 2 files changed, 70 insertions(+)
 create mode 100644 tests/intel-ci/xe.nvl.core.blocklist.txt

diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build
index cf0023c63..a1e9dff55 100644
--- a/tests/intel-ci/meson.build
+++ b/tests/intel-ci/meson.build
@@ -25,6 +25,7 @@ intelci_files = [
   'xe.multigpu.blocklist.txt',
   'xe.ptl.core.blocklist.txt',
   'xe.ptl.display.blocklist.txt',
+  'xe.nvl.core.blocklist.txt',
   'xe.sriov-vf.blocklist.txt',
   'xe-sriov-vf.blocklist.txt',
   'xe.sriov-vm.blocklist.txt',
diff --git a/tests/intel-ci/xe.nvl.core.blocklist.txt b/tests/intel-ci/xe.nvl.core.blocklist.txt
new file mode 100644
index 000000000..297651d43
--- /dev/null
+++ b/tests/intel-ci/xe.nvl.core.blocklist.txt
@@ -0,0 +1,69 @@
+##################################################################
+# Tests NA for Native
+##################################################################
+igt@.*iov.*
+##################################################################
+# KMS - Display related tests
+# Other Display specific tests
+##################################################################
+igt@.*kms.*
+igt@testdisplay
+igt@xe_pat@display-vs-wb-transient
+igt@fbdev@.*
+##################################################################
+# Expected skip as iGPU has no vram
+##################################################################
+igt@xe_mmap@vram$
+igt@xe_mmap@small-bar
+igt@xe_noexec_ping_pong
+igt@xe_create@create-big-vram
+igt@xe_evict.*
+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
+##################################################################
+# Expected skips as the test are expected to run
+# only on older platforms
+##################################################################
+igt@xe_pat@pat-index-xe3p-xpc
+igt@xe_pat@pat-index-xehpc
+igt@xe_pat@pat-index-xelp
+igt@xe_pat@pat-index-xelpg
+igt@xe_media_fill@media-fill
+igt@xe_pat@pat-index-xe2
+##################################################################
+# Expected skip for the platform as the tests need more than
+# one CCS engine
+##################################################################
+igt@xe_compute@ccs-mode-basic
+igt@xe_compute@ccs-mode-compute-kernel
+igt@xe_compute@eu-busy-10s
+##################################################################
+# Expected skip for the platform
+##################################################################
+igt@xe_huc_copy@huc_copy
+igt@xe_exec_balancer@.*
+igt@.*@.*tiles
+igt@xe_oa@oa-tlb-invalidate
+igt@xe_pxp@.*
+igt@xe_exec_system_allocator@.*
+##################################################################
+#Expected skip for integrated platforms
+##################################################################
+igt@intel_hwmon@.*
+igt@.*@.*multigpu.*
+igt@xe_peer2peer@.*
+igt@xe_mmap@pci-membarrier.*
+igt@xe_pm@d3hot-i2c
+igt@xe_configfs@survivability-mode
+igt@xe_survivability@.*
+##################################################################
+# Kernel support not available
+##################################################################
+igt@xe_eudebug@.*
+igt@xe_eudebug_online@.*
+igt@xe_exec_sip@.*
+igt@xe_exec_sip_eudebug@.*
+igt@xe_live_ktest@xe_eudebug
+##################################################################
-- 
2.34.1


  reply	other threads:[~2026-03-11 12:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-11 12:26 [PATCH i-g-t 0/2] tests/intel-ci: Add NVL display and core blocklists aditya.chauhan
2026-03-11 12:26 ` aditya.chauhan [this message]
2026-03-12  7:09   ` [PATCH i-g-t 1/2] tests/intel-ci: Add NVL core blocklist Sharma, Swati2
2026-03-11 12:26 ` [PATCH i-g-t 2/2] tests/ci: Add NVL Display blocklist to meson.build aditya.chauhan
2026-03-12  7:41   ` Sharma, Swati2
2026-03-12  1:02 ` ✓ Xe.CI.BAT: success for tests/intel-ci: Add NVL display and core blocklists Patchwork
2026-03-12  1:07 ` ✓ i915.CI.BAT: " Patchwork
2026-03-12 20:29 ` ✓ Xe.CI.FULL: " Patchwork
2026-03-12 21:03 ` ✓ i915.CI.Full: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260311122606.42223-2-aditya.chauhan@intel.com \
    --to=aditya.chauhan@intel.com \
    --cc=himanshu.girotra@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=ramadevi.gandi@intel.com \
    --cc=swati2.sharma@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox