[PATCH i-g-t] intel-ci/xe.blocklist: Fix regex for blocked tests

Bernatowicz, Marcin marcin.bernatowicz at linux.intel.com
Fri May 9 14:14:04 UTC 2025



On 5/9/2025 3:44 PM, Kamil Konieczny wrote:
> The regex should use '.*' at the end so, for example, in
> generated testlist there should not occur:
> 
> igt at template@a
> igt at template@b
> 
> igt at tools_test@sysfs_l3_parity
> igt at tools_test@tools_test
> 
> Cc: Katarzyna Piecielska <katarzyna.piecielska at intel.com>
> Cc: Marcin Bernatowicz <marcin.bernatowicz at linux.intel.com>
> Cc: Ashutosh Dixit <ashutosh.dixit at intel.com>
> Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> ---
>   tests/intel-ci/xe.blocklist.txt | 10 +++++-----
>   1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
> index 541917393..7f4dbcd27 100644
> --- a/tests/intel-ci/xe.blocklist.txt
> +++ b/tests/intel-ci/xe.blocklist.txt
> @@ -37,14 +37,14 @@ igt at xe_live_ktest@xe_bo_shrink
>   # Exclude all other non-Xe tests
>   ##################################################################
>   igt at debugfs.*
> -igt at device_reset
> -igt at drm_read
> +igt at device_reset.*
> +igt at drm_read.*
>   igt at dumb.*
>   igt at prime_.*
> -igt at sw_sync
> +igt at sw_sync.*
>   igt at syncobj_.*
> -igt at template
> -igt at tools_test
> +igt at template.*
> +igt at tools_test.*
>   ##################################################################
>   # KMS: Pipe E to Pipe P are not available on Intel hardware,
>   # hence can't use more than 4 displays.
LGTM,
Acked-by: Marcin Bernatowicz <marcin.bernatowicz at linux.intel.com>



More information about the igt-dev mailing list