Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v1 0/2] intel-ci: Block VirtIO-GPU from running on Intel CI
@ 2025-06-24 11:22 Kamil Konieczny
  2025-06-24 11:22 ` [PATCH i-g-t v1 1/2] intel-ci: Block virtgpu tests for i915 Kamil Konieczny
  2025-06-24 11:22 ` [PATCH i-g-t v1 2/2] intel-ci/xe.blocklist: Block virtgpu test Kamil Konieczny
  0 siblings, 2 replies; 5+ messages in thread
From: Kamil Konieczny @ 2025-06-24 11:22 UTC (permalink / raw)
  To: igt-dev; +Cc: Kamil Konieczny, Ashutosh Dixit, Karthik B S, Swati Sharma

There is a new test drm_virtgpu for testing virtual GPU,
so block it from running on Intel CI.

These should be merged together with a new test
https://patchwork.freedesktop.org/series/149544/

Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
Cc: Karthik B S <karthik.b.s@intel.com>
Cc: Swati Sharma <swati2.sharma@intel.com>

Kamil Konieczny (2):
  intel-ci: Block virtgpu tests for i915
  intel-ci/xe.blocklist: Block virtgpu test

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

-- 
2.49.0


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

* [PATCH i-g-t v1 1/2] intel-ci: Block virtgpu tests for i915
  2025-06-24 11:22 [PATCH i-g-t v1 0/2] intel-ci: Block VirtIO-GPU from running on Intel CI Kamil Konieczny
@ 2025-06-24 11:22 ` Kamil Konieczny
  2025-06-24 15:28   ` Dixit, Ashutosh
  2025-06-24 11:22 ` [PATCH i-g-t v1 2/2] intel-ci/xe.blocklist: Block virtgpu test Kamil Konieczny
  1 sibling, 1 reply; 5+ messages in thread
From: Kamil Konieczny @ 2025-06-24 11:22 UTC (permalink / raw)
  To: igt-dev; +Cc: Kamil Konieczny

There is new test for VirtIO-GPU so block it from running for
i915.

Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
---
 tests/intel-ci/blacklist.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index e9b11a75f..6c91f1a70 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -117,6 +117,10 @@ igt@panfrost.*
 ###############################################
 igt@msm.*
 ###############################################
+# VirtIO-GPU
+###############################################
+igt@.*virtgpu.*
+###############################################
 # Hibernate: not configured correctly on CI
 ###############################################
 igt@.*@.*-hibernate
-- 
2.49.0


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

* [PATCH i-g-t v1 2/2] intel-ci/xe.blocklist: Block virtgpu test
  2025-06-24 11:22 [PATCH i-g-t v1 0/2] intel-ci: Block VirtIO-GPU from running on Intel CI Kamil Konieczny
  2025-06-24 11:22 ` [PATCH i-g-t v1 1/2] intel-ci: Block virtgpu tests for i915 Kamil Konieczny
@ 2025-06-24 11:22 ` Kamil Konieczny
  2025-06-24 15:28   ` Dixit, Ashutosh
  1 sibling, 1 reply; 5+ messages in thread
From: Kamil Konieczny @ 2025-06-24 11:22 UTC (permalink / raw)
  To: igt-dev; +Cc: Kamil Konieczny

There is new VirtIO-GPU test so block it from running.

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 ebe1ff006..a21c8a3d3 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -10,6 +10,7 @@ igt@panfrost.*
 igt@v3d.*
 igt@vc4.*
 igt@vgem_.*
+igt@.*virtgpu.*
 igt@vmwgfx.*
 ##################################################################
 # Exclude all i915 tests
-- 
2.49.0


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

* Re: [PATCH i-g-t v1 1/2] intel-ci: Block virtgpu tests for i915
  2025-06-24 11:22 ` [PATCH i-g-t v1 1/2] intel-ci: Block virtgpu tests for i915 Kamil Konieczny
@ 2025-06-24 15:28   ` Dixit, Ashutosh
  0 siblings, 0 replies; 5+ messages in thread
From: Dixit, Ashutosh @ 2025-06-24 15:28 UTC (permalink / raw)
  To: Kamil Konieczny; +Cc: igt-dev

On Tue, 24 Jun 2025 04:22:14 -0700, Kamil Konieczny wrote:
>
> There is new test for VirtIO-GPU so block it from running for
> i915.

Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>

>
> Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> ---
>  tests/intel-ci/blacklist.txt | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
> index e9b11a75f..6c91f1a70 100644
> --- a/tests/intel-ci/blacklist.txt
> +++ b/tests/intel-ci/blacklist.txt
> @@ -117,6 +117,10 @@ igt@panfrost.*
>  ###############################################
>  igt@msm.*
>  ###############################################
> +# VirtIO-GPU
> +###############################################
> +igt@.*virtgpu.*
> +###############################################
>  # Hibernate: not configured correctly on CI
>  ###############################################
>  igt@.*@.*-hibernate
> --
> 2.49.0
>

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

* Re: [PATCH i-g-t v1 2/2] intel-ci/xe.blocklist: Block virtgpu test
  2025-06-24 11:22 ` [PATCH i-g-t v1 2/2] intel-ci/xe.blocklist: Block virtgpu test Kamil Konieczny
@ 2025-06-24 15:28   ` Dixit, Ashutosh
  0 siblings, 0 replies; 5+ messages in thread
From: Dixit, Ashutosh @ 2025-06-24 15:28 UTC (permalink / raw)
  To: Kamil Konieczny; +Cc: igt-dev

On Tue, 24 Jun 2025 04:22:15 -0700, Kamil Konieczny wrote:
>
> There is new VirtIO-GPU test so block it from running.

Reviewed-by: Ashutosh Dixit <ashutosh.dixit@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 ebe1ff006..a21c8a3d3 100644
> --- a/tests/intel-ci/xe.blocklist.txt
> +++ b/tests/intel-ci/xe.blocklist.txt
> @@ -10,6 +10,7 @@ igt@panfrost.*
>  igt@v3d.*
>  igt@vc4.*
>  igt@vgem_.*
> +igt@.*virtgpu.*
>  igt@vmwgfx.*
>  ##################################################################
>  # Exclude all i915 tests
> --
> 2.49.0
>

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

end of thread, other threads:[~2025-06-24 15:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-24 11:22 [PATCH i-g-t v1 0/2] intel-ci: Block VirtIO-GPU from running on Intel CI Kamil Konieczny
2025-06-24 11:22 ` [PATCH i-g-t v1 1/2] intel-ci: Block virtgpu tests for i915 Kamil Konieczny
2025-06-24 15:28   ` Dixit, Ashutosh
2025-06-24 11:22 ` [PATCH i-g-t v1 2/2] intel-ci/xe.blocklist: Block virtgpu test Kamil Konieczny
2025-06-24 15:28   ` Dixit, Ashutosh

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