All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bernatowicz, Marcin" <marcin.bernatowicz@linux.intel.com>
To: Kamil Konieczny <kamil.konieczny@linux.intel.com>,
	igt-dev@lists.freedesktop.org
Cc: Katarzyna Piecielska <katarzyna.piecielska@intel.com>,
	Ashutosh Dixit <ashutosh.dixit@intel.com>
Subject: Re: [PATCH i-g-t] intel-ci/xe.blocklist: Fix regex for blocked tests
Date: Fri, 9 May 2025 16:14:04 +0200	[thread overview]
Message-ID: <1eadd4ae-dbab-47d4-a314-1c6ef7620fee@linux.intel.com> (raw)
In-Reply-To: <20250509134417.28490-1-kamil.konieczny@linux.intel.com>



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@template@a
> igt@template@b
> 
> igt@tools_test@sysfs_l3_parity
> igt@tools_test@tools_test
> 
> Cc: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
> Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
> Signed-off-by: Kamil Konieczny <kamil.konieczny@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@xe_live_ktest@xe_bo_shrink
>   # Exclude all other non-Xe tests
>   ##################################################################
>   igt@debugfs.*
> -igt@device_reset
> -igt@drm_read
> +igt@device_reset.*
> +igt@drm_read.*
>   igt@dumb.*
>   igt@prime_.*
> -igt@sw_sync
> +igt@sw_sync.*
>   igt@syncobj_.*
> -igt@template
> -igt@tools_test
> +igt@template.*
> +igt@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@linux.intel.com>


  reply	other threads:[~2025-05-09 14:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-09 13:44 [PATCH i-g-t] intel-ci/xe.blocklist: Fix regex for blocked tests Kamil Konieczny
2025-05-09 14:14 ` Bernatowicz, Marcin [this message]
2025-05-09 15:02 ` ✓ Xe.CI.BAT: success for " Patchwork
2025-05-09 15:04 ` ✓ i915.CI.BAT: " Patchwork
2025-05-09 17:08 ` ✗ i915.CI.Full: failure " Patchwork
2025-05-10  4:45 ` ✗ Xe.CI.Full: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1eadd4ae-dbab-47d4-a314-1c6ef7620fee@linux.intel.com \
    --to=marcin.bernatowicz@linux.intel.com \
    --cc=ashutosh.dixit@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=kamil.konieczny@linux.intel.com \
    --cc=katarzyna.piecielska@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.