[i-g-t] tests/intel-ci: Fix a syntax err in xe.blocklist.txt
Kamil Konieczny
kamil.konieczny at linux.intel.com
Wed Jan 15 11:09:03 UTC 2025
Hi Thomas,
On 2025-01-15 at 09:02:20 +0100, Thomas Hellström wrote:
> 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
I merged this with correction s/blacklisted/removed/
> > 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>
>
Sorry, I didn't see this at merge time.
Regards,
Kamil
> > ---
> > 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 igt-dev
mailing list