Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v1 0/2] Block i915/Xe on Xe/i915 runs
@ 2025-04-02 16:12 Kamil Konieczny
  2025-04-02 16:12 ` [PATCH i-g-t v1 1/2] intel-ci/i915: Block more Xe tests in i915 runs Kamil Konieczny
  2025-04-02 16:12 ` [PATCH i-g-t v1 2/2] intel-ci/xe: Block more i915 tests in Xe runs Kamil Konieczny
  0 siblings, 2 replies; 7+ messages in thread
From: Kamil Konieczny @ 2025-04-02 16:12 UTC (permalink / raw)
  To: igt-dev; +Cc: Kamil Konieczny, Katarzyna Piecielska, Peter Senna Tschudin

There was added new generic Intel test intel_sysfs_debugfs
which checks sysfs and debugfs for both i915 and Xe, listing
subtests with:

build/tests/intel_sysfs_debugfs --l

prints (I cited here only first i915/xe):

i915-sysfs-read-all-entries
...
xe-sysfs-read-all-entries
...

Lets block Xe on i915 runs and i915 on Xe runs.

Cc: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
Cc: Peter Senna Tschudin <peter.senna@linux.intel.com>

Kamil Konieczny (2):
  intel-ci/i915: Block more Xe tests in i915 runs
  intel-ci/xe: Block more i915 tests in Xe runs

 tests/intel-ci/blacklist.txt    | 1 +
 tests/intel-ci/xe.blocklist.txt | 1 +
 2 files changed, 2 insertions(+)

-- 
2.49.0


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

* [PATCH i-g-t v1 1/2] intel-ci/i915: Block more Xe tests in i915 runs
  2025-04-02 16:12 [PATCH i-g-t v1 0/2] Block i915/Xe on Xe/i915 runs Kamil Konieczny
@ 2025-04-02 16:12 ` Kamil Konieczny
  2025-04-02 18:27   ` Mishra, Pallavi
  2025-04-03  8:37   ` Peter Senna Tschudin
  2025-04-02 16:12 ` [PATCH i-g-t v1 2/2] intel-ci/xe: Block more i915 tests in Xe runs Kamil Konieczny
  1 sibling, 2 replies; 7+ messages in thread
From: Kamil Konieczny @ 2025-04-02 16:12 UTC (permalink / raw)
  To: igt-dev; +Cc: Kamil Konieczny, Peter Senna Tschudin

There was recently added new generic Intel test
intel_sysfs_debugfs@xe-debugfs-read-all-entries which is causing
a valid skip on DG2. Lets block all similar Xe tests from i915
runs.

Cc: Peter Senna Tschudin <peter.senna@linux.intel.com>
Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13983
Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
---
 tests/intel-ci/blacklist.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index 9917bf46a..1afea1c86 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -2,6 +2,7 @@
 # This file is for non-Xe tests only
 ###############################################
 igt@xe.*
+igt@.*@xe.*
 
 igt@meta_test(@.*)?
 
-- 
2.49.0


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

* [PATCH i-g-t v1 2/2] intel-ci/xe: Block more i915 tests in Xe runs
  2025-04-02 16:12 [PATCH i-g-t v1 0/2] Block i915/Xe on Xe/i915 runs Kamil Konieczny
  2025-04-02 16:12 ` [PATCH i-g-t v1 1/2] intel-ci/i915: Block more Xe tests in i915 runs Kamil Konieczny
@ 2025-04-02 16:12 ` Kamil Konieczny
  2025-04-02 18:28   ` Mishra, Pallavi
  2025-04-03  8:37   ` Peter Senna Tschudin
  1 sibling, 2 replies; 7+ messages in thread
From: Kamil Konieczny @ 2025-04-02 16:12 UTC (permalink / raw)
  To: igt-dev; +Cc: Kamil Konieczny, Katarzyna Piecielska, Peter Senna Tschudin

There was added new generic Intel test intel_sysfs_debugfs
which checks sysfs and debugfs for both i915 and Xe.
Lets block i915 ones for Xe runs.

Cc: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
Cc: Peter Senna Tschudin <peter.senna@linux.intel.com>
Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
---
 tests/intel-ci/xe.blocklist.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index 80ceba9a5..d02d0f73e 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -20,6 +20,7 @@ igt@gen.*
 igt@i915_.*
 igt@perf.*
 igt@sysfs_.*
+igt@.*@i915.*
 ##################################################################
 # Exclude mock DRM KUnit from IGT, as those already run at build
 # time on Intel CI
-- 
2.49.0


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

* RE: [PATCH i-g-t v1 1/2] intel-ci/i915: Block more Xe tests in i915 runs
  2025-04-02 16:12 ` [PATCH i-g-t v1 1/2] intel-ci/i915: Block more Xe tests in i915 runs Kamil Konieczny
@ 2025-04-02 18:27   ` Mishra, Pallavi
  2025-04-03  8:37   ` Peter Senna Tschudin
  1 sibling, 0 replies; 7+ messages in thread
From: Mishra, Pallavi @ 2025-04-02 18:27 UTC (permalink / raw)
  To: Kamil Konieczny, igt-dev@lists.freedesktop.org; +Cc: Peter Senna Tschudin



> -----Original Message-----
> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Kamil
> Konieczny
> Sent: Wednesday, April 2, 2025 9:12 AM
> To: igt-dev@lists.freedesktop.org
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>; Peter Senna
> Tschudin <peter.senna@linux.intel.com>
> Subject: [PATCH i-g-t v1 1/2] intel-ci/i915: Block more Xe tests in i915 runs
> 
> There was recently added new generic Intel test intel_sysfs_debugfs@xe-
> debugfs-read-all-entries which is causing a valid skip on DG2. Lets block all
> similar Xe tests from i915 runs.
> 
> Cc: Peter Senna Tschudin <peter.senna@linux.intel.com>
> Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13983
> Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> ---
>  tests/intel-ci/blacklist.txt | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Pallavi Mishra <pallavi.mishra@intel.com>
 
> 
> diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt index
> 9917bf46a..1afea1c86 100644
> --- a/tests/intel-ci/blacklist.txt
> +++ b/tests/intel-ci/blacklist.txt
> @@ -2,6 +2,7 @@
>  # This file is for non-Xe tests only
>  ###############################################
>  igt@xe.*
> +igt@.*@xe.*
> 
>  igt@meta_test(@.*)?
> 
> --
> 2.49.0


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

* RE: [PATCH i-g-t v1 2/2] intel-ci/xe: Block more i915 tests in Xe runs
  2025-04-02 16:12 ` [PATCH i-g-t v1 2/2] intel-ci/xe: Block more i915 tests in Xe runs Kamil Konieczny
@ 2025-04-02 18:28   ` Mishra, Pallavi
  2025-04-03  8:37   ` Peter Senna Tschudin
  1 sibling, 0 replies; 7+ messages in thread
From: Mishra, Pallavi @ 2025-04-02 18:28 UTC (permalink / raw)
  To: Kamil Konieczny, igt-dev@lists.freedesktop.org
  Cc: Piecielska, Katarzyna, Peter Senna Tschudin



> -----Original Message-----
> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Kamil
> Konieczny
> Sent: Wednesday, April 2, 2025 9:12 AM
> To: igt-dev@lists.freedesktop.org
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>; Piecielska, Katarzyna
> <katarzyna.piecielska@intel.com>; Peter Senna Tschudin
> <peter.senna@linux.intel.com>
> Subject: [PATCH i-g-t v1 2/2] intel-ci/xe: Block more i915 tests in Xe runs
> 
> There was added new generic Intel test intel_sysfs_debugfs which checks sysfs
> and debugfs for both i915 and Xe.
> Lets block i915 ones for Xe runs.
> 
> Cc: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Peter Senna Tschudin <peter.senna@linux.intel.com>
> Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> ---
>  tests/intel-ci/xe.blocklist.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Pallavi Mishra <pallavi.mishra@intel.com>

> diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt index
> 80ceba9a5..d02d0f73e 100644
> --- a/tests/intel-ci/xe.blocklist.txt
> +++ b/tests/intel-ci/xe.blocklist.txt
> @@ -20,6 +20,7 @@ igt@gen.*
>  igt@i915_.*
>  igt@perf.*
>  igt@sysfs_.*
> +igt@.*@i915.*
> 
> ################################################################
> ##
>  # Exclude mock DRM KUnit from IGT, as those already run at build  # time on
> Intel CI
> --
> 2.49.0


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

* Re: [PATCH i-g-t v1 1/2] intel-ci/i915: Block more Xe tests in i915 runs
  2025-04-02 16:12 ` [PATCH i-g-t v1 1/2] intel-ci/i915: Block more Xe tests in i915 runs Kamil Konieczny
  2025-04-02 18:27   ` Mishra, Pallavi
@ 2025-04-03  8:37   ` Peter Senna Tschudin
  1 sibling, 0 replies; 7+ messages in thread
From: Peter Senna Tschudin @ 2025-04-03  8:37 UTC (permalink / raw)
  To: Kamil Konieczny, igt-dev



On 4/2/2025 6:12 PM, Kamil Konieczny wrote:
> There was recently added new generic Intel test
> intel_sysfs_debugfs@xe-debugfs-read-all-entries which is causing
> a valid skip on DG2. Lets block all similar Xe tests from i915
> runs.
> 
> Cc: Peter Senna Tschudin <peter.senna@linux.intel.com>
> Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13983
> Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Reviewed-by: Peter Senna Tschudin <peter.senna@linux.intel.com>> ---
>  tests/intel-ci/blacklist.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
> index 9917bf46a..1afea1c86 100644
> --- a/tests/intel-ci/blacklist.txt
> +++ b/tests/intel-ci/blacklist.txt
> @@ -2,6 +2,7 @@
>  # This file is for non-Xe tests only
>  ###############################################
>  igt@xe.*
> +igt@.*@xe.*
>  
>  igt@meta_test(@.*)?
>  


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

* Re: [PATCH i-g-t v1 2/2] intel-ci/xe: Block more i915 tests in Xe runs
  2025-04-02 16:12 ` [PATCH i-g-t v1 2/2] intel-ci/xe: Block more i915 tests in Xe runs Kamil Konieczny
  2025-04-02 18:28   ` Mishra, Pallavi
@ 2025-04-03  8:37   ` Peter Senna Tschudin
  1 sibling, 0 replies; 7+ messages in thread
From: Peter Senna Tschudin @ 2025-04-03  8:37 UTC (permalink / raw)
  To: Kamil Konieczny, igt-dev; +Cc: Katarzyna Piecielska



On 4/2/2025 6:12 PM, Kamil Konieczny wrote:
> There was added new generic Intel test intel_sysfs_debugfs
> which checks sysfs and debugfs for both i915 and Xe.
> Lets block i915 ones for Xe runs.
> 
> Cc: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Peter Senna Tschudin <peter.senna@linux.intel.com>
> Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Reviewed-by: Peter Senna Tschudin <peter.senna@linux.intel.com>

> ---
>  tests/intel-ci/xe.blocklist.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
> index 80ceba9a5..d02d0f73e 100644
> --- a/tests/intel-ci/xe.blocklist.txt
> +++ b/tests/intel-ci/xe.blocklist.txt
> @@ -20,6 +20,7 @@ igt@gen.*
>  igt@i915_.*
>  igt@perf.*
>  igt@sysfs_.*
> +igt@.*@i915.*
>  ##################################################################
>  # Exclude mock DRM KUnit from IGT, as those already run at build
>  # time on Intel CI


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

end of thread, other threads:[~2025-04-03  8:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-02 16:12 [PATCH i-g-t v1 0/2] Block i915/Xe on Xe/i915 runs Kamil Konieczny
2025-04-02 16:12 ` [PATCH i-g-t v1 1/2] intel-ci/i915: Block more Xe tests in i915 runs Kamil Konieczny
2025-04-02 18:27   ` Mishra, Pallavi
2025-04-03  8:37   ` Peter Senna Tschudin
2025-04-02 16:12 ` [PATCH i-g-t v1 2/2] intel-ci/xe: Block more i915 tests in Xe runs Kamil Konieczny
2025-04-02 18:28   ` Mishra, Pallavi
2025-04-03  8:37   ` Peter Senna Tschudin

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