[i-g-t] tests/intel-ci: Fix a syntax err in xe.blocklist.txt
Kamil Konieczny
kamil.konieczny at linux.intel.com
Tue Jan 14 20:44:10 UTC 2025
Hi Oak,
On 2025-01-14 at 12:35:23 -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 (*).
Good catch!
Acked-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
>
> 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