[igt-dev] [RFC 3/4] i915-blocklist.txt: sort the other driver block list
Mauro Carvalho Chehab
mauro.chehab at linux.intel.com
Thu Mar 23 16:29:42 UTC 2023
From: Mauro Carvalho Chehab <mchehab at kernel.org>
Place other driver-specific tests at the beginning of the file,
sorting them on alphabetical order.
Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
---
tests/intel-ci/i915-blocklist.txt | 44 ++++++++++++++++++-------------
1 file changed, 25 insertions(+), 19 deletions(-)
diff --git a/tests/intel-ci/i915-blocklist.txt b/tests/intel-ci/i915-blocklist.txt
index 243bc60934f6..e1569150b59f 100644
--- a/tests/intel-ci/i915-blocklist.txt
+++ b/tests/intel-ci/i915-blocklist.txt
@@ -1,7 +1,30 @@
+#############################################################
+# This file is for blocking tests from running on i915 driver
+#############################################################
+
+################################################################
+# Block tests for other hardware - please keep sorted per vendor
+################################################################
+
+# AMD
+igt at amdgpu/.*
+
+# Broadcom
+igt at vc4_.*
+igt at v3d_.*
+
+# Intel
+igt at xe.*
+
+# Panfrost
+igt at panfrost_.*
+
+# Qualcomm
+igt at msm_.*
+
###############################################
-# This file is for non-Xe tests only
+# Block other tests
###############################################
-igt at xe.*
igt at meta_test(@.*)?
###############################################
@@ -84,23 +107,6 @@ igt at kms_frontbuffer_tracking@.*drrs.*
###############################################
igt at kms_chamelium_frames@hdmi-.*-planes-random
###############################################
-# Broadcom
-###############################################
-igt at vc4_.*
-igt at v3d_.*
-###############################################
-# AMD
-###############################################
-igt at amdgpu/.*
-###############################################
-# Panfrost
-###############################################
-igt at panfrost_.*
-###############################################
-# Qualcomm
-###############################################
-igt at msm_.*
-###############################################
# Hibernate: not configured correctly on CI
###############################################
igt at .*@.*-hibernate
--
2.39.2
More information about the igt-dev
mailing list