[i-g-t] tests/intel-ci: Fix a syntax err in xe.blocklist.txt

Oak Zeng oak.zeng at intel.com
Tue Jan 14 17:35:23 UTC 2025


The syntax in below lines are wrong:

igt at xe_evict@*-multi-vm-cm*
igt at 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 at intel.com>
Cc: Thomas Hellström <thomas.hellstrom at 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 at sriov_basic@bind-unbind-vf$
 # Exclude xe_evict tests that are not expected to succeed
 # due to missing TTM exhaustive eviction
 ##################################################################
-igt at xe_evict@*-multi-vm-cm*
-igt at xe_evict@*-threads-*
-# igt at xe_evict@*-cm* # Rebind and VM_BIND may race.
+igt at xe_evict@.*-multi-vm-cm.*
+igt at xe_evict@.*-threads-.*
+# igt at xe_evict@.*-cm.* # Rebind and VM_BIND may race.
 ##################################################################
-- 
2.26.3



More information about the igt-dev mailing list