All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] intel-ci/xe.blocklist: Fix regex for blocked tests
@ 2025-05-09 13:44 Kamil Konieczny
  2025-05-09 14:14 ` Bernatowicz, Marcin
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Kamil Konieczny @ 2025-05-09 13:44 UTC (permalink / raw)
  To: igt-dev
  Cc: Kamil Konieczny, Katarzyna Piecielska, Marcin Bernatowicz,
	Ashutosh Dixit

The regex should use '.*' at the end so, for example, in
generated testlist there should not occur:

igt@template@a
igt@template@b

igt@tools_test@sysfs_l3_parity
igt@tools_test@tools_test

Cc: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
Cc: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
---
 tests/intel-ci/xe.blocklist.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index 541917393..7f4dbcd27 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -37,14 +37,14 @@ igt@xe_live_ktest@xe_bo_shrink
 # Exclude all other non-Xe tests
 ##################################################################
 igt@debugfs.*
-igt@device_reset
-igt@drm_read
+igt@device_reset.*
+igt@drm_read.*
 igt@dumb.*
 igt@prime_.*
-igt@sw_sync
+igt@sw_sync.*
 igt@syncobj_.*
-igt@template
-igt@tools_test
+igt@template.*
+igt@tools_test.*
 ##################################################################
 # KMS: Pipe E to Pipe P are not available on Intel hardware,
 # hence can't use more than 4 displays.
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-05-10  4:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-09 13:44 [PATCH i-g-t] intel-ci/xe.blocklist: Fix regex for blocked tests Kamil Konieczny
2025-05-09 14:14 ` Bernatowicz, Marcin
2025-05-09 15:02 ` ✓ Xe.CI.BAT: success for " Patchwork
2025-05-09 15:04 ` ✓ i915.CI.BAT: " Patchwork
2025-05-09 17:08 ` ✗ i915.CI.Full: failure " Patchwork
2025-05-10  4:45 ` ✗ Xe.CI.Full: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.