Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Wajdeczko <michal.wajdeczko@intel.com>
To: Jakub Kolakowski <jakub1.kolakowski@intel.com>,
	<igt-dev@lists.freedesktop.org>
Cc: Adam Miszczak <adam.miszczak@linux.intel.com>,
	Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>,
	Lukasz Laguna <lukasz.laguna@intel.com>,
	VijayaKumar Nallamothu <vijayakumar.nallamothu@intel.com>,
	Piotr Rudnicki <piotr.rudnicki@intel.com>
Subject: Re: [PATCH i-g-t] tests/intel-ci: Block EUdebug-related tests on VF/VM runs
Date: Mon, 13 Jul 2026 21:27:16 +0200	[thread overview]
Message-ID: <6373280c-ac15-4bbb-88e1-e35dd820b610@intel.com> (raw)
In-Reply-To: <20260713165312.413941-1-jakub1.kolakowski@intel.com>



On 7/13/2026 6:53 PM, Jakub Kolakowski wrote:
> SR-IOV and EUdebug are mutually exclusive features.
> Block EUdebug tests on SR-IOV VF/VM runs since they will
> inevitably skip.
> 
> Cc: Adam Miszczak <adam.miszczak@linux.intel.com>
> Cc: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
> Cc: Lukasz Laguna <lukasz.laguna@intel.com>
> Cc: VijayaKumar Nallamothu <vijayakumar.nallamothu@intel.com>
> Cc: Piotr Rudnicki <piotr.rudnicki@intel.com>
> Signed-off-by: Jakub Kolakowski <jakub1.kolakowski@intel.com>
> ---
>  tests/intel-ci/xe.sriov-vf.blocklist.txt | 8 ++++++--
>  tests/intel-ci/xe.sriov-vm.blocklist.txt | 9 +++++++--
>  2 files changed, 13 insertions(+), 4 deletions(-)
> 
> diff --git a/tests/intel-ci/xe.sriov-vf.blocklist.txt b/tests/intel-ci/xe.sriov-vf.blocklist.txt
> index 4a19aa943..7b5bd2165 100644
> --- a/tests/intel-ci/xe.sriov-vf.blocklist.txt
> +++ b/tests/intel-ci/xe.sriov-vf.blocklist.txt
> @@ -9,7 +9,6 @@ igt@xe_module_load@.*
>  # tests applicable for PF only
>  #
>  igt@sriov_basic.*
> -igt@xe_eudebug_sriov.*
>  igt@xe_pmu@.*fn-engine-activity.*
>  igt@xe_sriov.*
>  #
> @@ -60,4 +59,9 @@ igt@xe_query@.*cs-cycles
>  #
>  # Tests that need to be executed in VM instead.
>  #
> -igt@xe_live_ktest.*
> \ No newline at end of file
> +igt@xe_live_ktest.*
> +#
> +# Tests related to EUdebug
> +#
> +igt@xe_eudebug.*
> +igt@xe_exec_sip_eudebug@.*
> diff --git a/tests/intel-ci/xe.sriov-vm.blocklist.txt b/tests/intel-ci/xe.sriov-vm.blocklist.txt
> index 6271b1a70..0a02abaa8 100644
> --- a/tests/intel-ci/xe.sriov-vm.blocklist.txt
> +++ b/tests/intel-ci/xe.sriov-vm.blocklist.txt
> @@ -10,7 +10,6 @@ igt@xe_ccs@suspend-resume
>  # tests applicable for PF only
>  #
>  igt@sriov_basic.*
> -igt@xe_eudebug_sriov.*
>  igt@xe_pmu@.*fn-engine-activity.*
>  igt@xe_sriov.*
>  #
> @@ -57,4 +56,10 @@ igt@xe_pmu@gt-frequency
>  #
>  # The feature query_cs_cycles is not supported on VF
>  #
> -igt@xe_query@.*cs-cycles
> \ No newline at end of file
> +igt@xe_query@.*cs-cycles
> +#
> +# Tests related to EUdebug
> +#
> +igt@xe_eudebug.*

are you sure you need this?
it looks that we don't build this test anymore [1]

[1] https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/commit/ba8c03812b2593752b1d7ab31c104bec63ca21ec

> +igt@xe_exec_sip_eudebug@.*
> +igt@xe_live_ktest@xe_eudebug


  reply	other threads:[~2026-07-13 19:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-13 16:53 [PATCH i-g-t] tests/intel-ci: Block EUdebug-related tests on VF/VM runs Jakub Kolakowski
2026-07-13 19:27 ` Michal Wajdeczko [this message]
2026-07-14 13:25   ` Kolakowski, Jakub1
2026-07-15 11:14     ` Krzysztof Karas
2026-07-13 19:52 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-07-13 20:04 ` ✗ i915.CI.BAT: failure " Patchwork
2026-07-14  0:23 ` ✓ Xe.CI.FULL: success " Patchwork
2026-07-15  9:12 ` [PATCH i-g-t] " Kamil Konieczny

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=6373280c-ac15-4bbb-88e1-e35dd820b610@intel.com \
    --to=michal.wajdeczko@intel.com \
    --cc=adam.miszczak@linux.intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=jakub1.kolakowski@intel.com \
    --cc=lukasz.laguna@intel.com \
    --cc=marcin.bernatowicz@linux.intel.com \
    --cc=piotr.rudnicki@intel.com \
    --cc=vijayakumar.nallamothu@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox