[igt-dev] [PATCH i-g-t v4 1/4] intel-ci: update blacklists to work with the Xe driver

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Thu Mar 23 09:02:18 UTC 2023


From: Mauro Carvalho Chehab <mchehab at kernel.org>

It doesn't make sense to run i915 tests with Xe driver and
vice-versa. Update testlists to make it clear.

Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
---
 .../{blacklist.txt => i915-blacklist.txt}     |  4 ++++
 tests/intel-ci/xe-blacklist.txt               | 21 +++++++++++++++++++
 2 files changed, 25 insertions(+)
 rename tests/intel-ci/{blacklist.txt => i915-blacklist.txt} (97%)
 create mode 100644 tests/intel-ci/xe-blacklist.txt

diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/i915-blacklist.txt
similarity index 97%
rename from tests/intel-ci/blacklist.txt
rename to tests/intel-ci/i915-blacklist.txt
index 6e5cc43667cf..389a2acb7f44 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/i915-blacklist.txt
@@ -84,6 +84,10 @@ igt at kms_chamelium_frames@hdmi-.*-planes-random
 igt at vc4_.*
 igt at v3d_.*
 ###############################################
+# Intel Xe
+###############################################
+igt at xe/.*
+###############################################
 # AMD
 ###############################################
 igt at amdgpu/.*
diff --git a/tests/intel-ci/xe-blacklist.txt b/tests/intel-ci/xe-blacklist.txt
new file mode 100644
index 000000000000..986e91a67069
--- /dev/null
+++ b/tests/intel-ci/xe-blacklist.txt
@@ -0,0 +1,21 @@
+###############################################
+# Broadcom
+###############################################
+igt at vc4_.*
+igt at v3d_.*
+###############################################
+# Intel i915
+###############################################
+igt at i915/.*
+###############################################
+# AMD
+###############################################
+igt at amdgpu/.*
+###############################################
+# Panfrost
+###############################################
+igt at panfrost_.*
+###############################################
+# Qualcomm
+###############################################
+igt at msm_.*
-- 
2.39.2



More information about the igt-dev mailing list