Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] intel-ci/xe.blocklist: fix regex
@ 2023-12-21 14:55 Swati Sharma
  2023-12-21 18:40 ` Kamil Konieczny
  0 siblings, 1 reply; 3+ messages in thread
From: Swati Sharma @ 2023-12-21 14:55 UTC (permalink / raw)
  To: igt-dev

Fix regex, since its block-listing
"igt@kms_frontbuffer_tracking@pipe-fbc-rte" which is not
meant to be.

Fixes: 6be4fb999 ("intel-ci: Blacklist tests on pipe I to pipe P")
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
 tests/intel-ci/xe.blocklist.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index 7c28c3471..cd8960c64 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -47,7 +47,7 @@ igt@tools_test
 # KMS: Pipe E to Pipe P are not available on Intel hardware,
 # hence can't use more than 4 displays.
 ##################################################################
-igt@.*@.*pipe-[e-pE-P].*
+igt@.*@.*pipe-[e-pE-P]($|-.*)
 igt@kms_bw@.*-([5-9]|1[0-6])-displays-.*
 ##################################################################
 # KMS: Tests specific to i915 driver
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH i-g-t] intel-ci/xe.blocklist: fix regex
  2023-12-21 14:55 Swati Sharma
@ 2023-12-21 18:40 ` Kamil Konieczny
  0 siblings, 0 replies; 3+ messages in thread
From: Kamil Konieczny @ 2023-12-21 18:40 UTC (permalink / raw)
  To: igt-dev

Hi Swati,
On 2023-12-21 at 20:25:01 +0530, Swati Sharma wrote:
> Fix regex, since its block-listing
> "igt@kms_frontbuffer_tracking@pipe-fbc-rte" which is not
> meant to be.
> 
> Fixes: 6be4fb999 ("intel-ci: Blacklist tests on pipe I to pipe P")
> Signed-off-by: Swati Sharma <swati2.sharma@intel.com>

Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

> ---
>  tests/intel-ci/xe.blocklist.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
> index 7c28c3471..cd8960c64 100644
> --- a/tests/intel-ci/xe.blocklist.txt
> +++ b/tests/intel-ci/xe.blocklist.txt
> @@ -47,7 +47,7 @@ igt@tools_test
>  # KMS: Pipe E to Pipe P are not available on Intel hardware,
>  # hence can't use more than 4 displays.
>  ##################################################################
> -igt@.*@.*pipe-[e-pE-P].*
> +igt@.*@.*pipe-[e-pE-P]($|-.*)
>  igt@kms_bw@.*-([5-9]|1[0-6])-displays-.*
>  ##################################################################
>  # KMS: Tests specific to i915 driver
> -- 
> 2.25.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH i-g-t] intel-ci/xe.blocklist: fix regex
@ 2023-12-26 11:37 Swati Sharma
  0 siblings, 0 replies; 3+ messages in thread
From: Swati Sharma @ 2023-12-26 11:37 UTC (permalink / raw)
  To: igt-dev

Fix regex, since its block-listing
"igt@kms_frontbuffer_tracking@pipe-fbc-rte" which is not
meant to be.

Fixes: 6be4fb999 ("intel-ci: Blacklist tests on pipe I to pipe P")
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
---
 tests/intel-ci/xe.blocklist.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index 7c28c3471..cd8960c64 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -47,7 +47,7 @@ igt@tools_test
 # KMS: Pipe E to Pipe P are not available on Intel hardware,
 # hence can't use more than 4 displays.
 ##################################################################
-igt@.*@.*pipe-[e-pE-P].*
+igt@.*@.*pipe-[e-pE-P]($|-.*)
 igt@kms_bw@.*-([5-9]|1[0-6])-displays-.*
 ##################################################################
 # KMS: Tests specific to i915 driver
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-26 11:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-26 11:37 [PATCH i-g-t] intel-ci/xe.blocklist: fix regex Swati Sharma
  -- strict thread matches above, loose matches on Subject: below --
2023-12-21 14:55 Swati Sharma
2023-12-21 18:40 ` Kamil Konieczny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox