Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [i-g-t] tests/intel-ci: Fix a syntax err in xe.blocklist.txt
@ 2025-01-14 17:35 Oak Zeng
  2025-01-14 17:28 ` ✗ CI.Patch_applied: failure for " Patchwork
  2025-01-15  8:02 ` [i-g-t] " Thomas Hellström
  0 siblings, 2 replies; 4+ messages in thread
From: Oak Zeng @ 2025-01-14 17:35 UTC (permalink / raw)
  To: intel-xe, igt-dev; +Cc: Thomas.Hellstrom

The syntax in below lines are wrong:

igt@xe_evict@*-multi-vm-cm*
igt@xe_evict@*-threads-*

With above, those xe_evict tests are not blacklisted from xe.ci.full category.

Fix the issue by adding a dot (.) preceding star (*).

Signed-off-by: Oak Zeng <oak.zeng@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
 tests/intel-ci/xe.blocklist.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index a9b647c1d..fc270198f 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -93,7 +93,7 @@ igt@sriov_basic@bind-unbind-vf$
 # Exclude xe_evict tests that are not expected to succeed
 # due to missing TTM exhaustive eviction
 ##################################################################
-igt@xe_evict@*-multi-vm-cm*
-igt@xe_evict@*-threads-*
-# igt@xe_evict@*-cm* # Rebind and VM_BIND may race.
+igt@xe_evict@.*-multi-vm-cm.*
+igt@xe_evict@.*-threads-.*
+# igt@xe_evict@.*-cm.* # Rebind and VM_BIND may race.
 ##################################################################
-- 
2.26.3


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

end of thread, other threads:[~2025-01-15 11:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-14 17:35 [i-g-t] tests/intel-ci: Fix a syntax err in xe.blocklist.txt Oak Zeng
2025-01-14 17:28 ` ✗ CI.Patch_applied: failure for " Patchwork
2025-01-15  8:02 ` [i-g-t] " Thomas Hellström
2025-01-15 11:09   ` Kamil Konieczny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox