[i-g-t] tests/intel-ci: Fix a syntax err in xe.blocklist.txt
Thomas Hellström
thomas.hellstrom at linux.intel.com
Wed Jan 15 08:02:20 UTC 2025
On Tue, 2025-01-14 at 12:35 -0500, Oak Zeng wrote:
> 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>
Reviewed-by: 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.
> ##################################################################
More information about the Intel-xe
mailing list