[igt-dev] [PATCH i-g-t v2] tests/intel-ci/xe: Blocklist non-Xe tests
Swati Sharma
swati2.sharma at intel.com
Thu Jun 1 09:28:20 UTC 2023
From: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
To enable the CI for Xe full run, exclude all non-Xe tests.
v2: -create different sections (Kamil)
Cc: Kamil Konieczny <kamil.konieczny at linux.intel.com>
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
---
tests/intel-ci/xe.blocklist.txt | 42 ++++++++++++++++++++++++++++++++-
1 file changed, 41 insertions(+), 1 deletion(-)
diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index 4285881b..2749d3b4 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -1,5 +1,45 @@
+###############################################
+# This file is for Xe tests only
+###############################################
+igt at meta_test(@.*)?
##################################################################
-#Pipe E, F, G and H
+# Non-Xe driver tests
+##################################################################
+igt at amdgpu.*
+igt at i915_.*
+igt at msm_.*
+igt at nouveau_.*
+igt at panfrost_.*
+igt at v3d.*
+igt at vc4.*
+igt at vgem_.*
+igt at vmwgfx.*
+##################################################################
+# Exclude all other non-Xe tests
+##################################################################
+igt at gem.*
+igt at gen.*
+igt at perf.*
+##################################################################
+# Exclude all other non-Xe tests
+##################################################################
+igt at api.*
+igt at core.*
+igt at debugfs.*
+igt at device_reset
+igt at dmabuf.*
+igt at drm.*
+igt at dumb.*
+igt at fbdev
+igt at feature_discovery
+igt at prime_.*
+igt at sw_sync
+igt at syncobj_.*
+igt at sysfs_.*
+igt at template
+igt at tools_test
+##################################################################
+# Pipe E, F, G and H
##################################################################
igt at .*@.*pipe-(e|f|g|h).*
##################################################################
--
2.25.1
More information about the igt-dev
mailing list