* Re: [PATCH i-g-t] tests/intel-ci: Block EUdebug-related tests on VF/VM runs
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
2026-07-14 13:25 ` Kolakowski, Jakub1
2026-07-13 19:52 ` ✓ Xe.CI.BAT: success for " Patchwork
` (3 subsequent siblings)
4 siblings, 1 reply; 8+ messages in thread
From: Michal Wajdeczko @ 2026-07-13 19:27 UTC (permalink / raw)
To: Jakub Kolakowski, igt-dev
Cc: Adam Miszczak, Marcin Bernatowicz, Lukasz Laguna,
VijayaKumar Nallamothu, Piotr Rudnicki
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
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH i-g-t] tests/intel-ci: Block EUdebug-related tests on VF/VM runs
2026-07-13 19:27 ` Michal Wajdeczko
@ 2026-07-14 13:25 ` Kolakowski, Jakub1
2026-07-15 11:14 ` Krzysztof Karas
0 siblings, 1 reply; 8+ messages in thread
From: Kolakowski, Jakub1 @ 2026-07-14 13:25 UTC (permalink / raw)
To: Michal Wajdeczko, igt-dev
Cc: Adam Miszczak, Marcin Bernatowicz, Lukasz Laguna,
VijayaKumar Nallamothu, Piotr Rudnicki
On 7/13/2026 9:27 PM, Michal Wajdeczko wrote:
>
> 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
EUdebug support may be added to the kernel in the future along with the
tests for it in the IGT, this patch will ensure that once it's added
testing won't be triggered on VMs (or VFs).
>> +igt@xe_exec_sip_eudebug@.*
>> +igt@xe_live_ktest@xe_eudebug
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH i-g-t] tests/intel-ci: Block EUdebug-related tests on VF/VM runs
2026-07-14 13:25 ` Kolakowski, Jakub1
@ 2026-07-15 11:14 ` Krzysztof Karas
0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Karas @ 2026-07-15 11:14 UTC (permalink / raw)
To: Kolakowski, Jakub1
Cc: Michal Wajdeczko, igt-dev, Adam Miszczak, Marcin Bernatowicz,
Lukasz Laguna, VijayaKumar Nallamothu, Piotr Rudnicki
Hi,
[...]
> > > @@ -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
> EUdebug support may be added to the kernel in the future along with the
> tests for it in the IGT, this patch will ensure that once it's added testing
> won't be triggered on VMs (or VFs).
Unfortunately, we do not know when EUdebug will be added in its
final form to the upstream, whether it will re-use names of the
tests or have new ones.
This patch is valuable, but it cannot be pushed as-is at this
point in time. Re-send it when EUdebug is available in upstream
and ready for testing with IGT.
--
Best Regards,
Krzysztof
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ Xe.CI.BAT: success for tests/intel-ci: Block EUdebug-related tests on VF/VM runs
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
@ 2026-07-13 19:52 ` Patchwork
2026-07-13 20:04 ` ✗ i915.CI.BAT: failure " Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2026-07-13 19:52 UTC (permalink / raw)
To: Jakub Kolakowski; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1076 bytes --]
== Series Details ==
Series: tests/intel-ci: Block EUdebug-related tests on VF/VM runs
URL : https://patchwork.freedesktop.org/series/170330/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_9005_BAT -> XEIGTPW_15522_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (13 -> 12)
------------------------------
Missing (1): bat-bmg-2
Changes
-------
No changes found
Build changes
-------------
* IGT: IGT_9005 -> IGTPW_15522
* Linux: xe-5391-83d782d98f4ebb4a10b8ee107e3a389917e0b218 -> xe-5395-b4ff3505d3eacce720d43e24651ce84f2a0d7f56
IGTPW_15522: 15522
IGT_9005: 5d0cdd6f2f5d3ad4992da1edf67f22622a8bb153 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-5391-83d782d98f4ebb4a10b8ee107e3a389917e0b218: 83d782d98f4ebb4a10b8ee107e3a389917e0b218
xe-5395-b4ff3505d3eacce720d43e24651ce84f2a0d7f56: b4ff3505d3eacce720d43e24651ce84f2a0d7f56
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/index.html
[-- Attachment #2: Type: text/html, Size: 1635 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread* ✗ i915.CI.BAT: failure for tests/intel-ci: Block EUdebug-related tests on VF/VM runs
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
2026-07-13 19:52 ` ✓ Xe.CI.BAT: success for " Patchwork
@ 2026-07-13 20:04 ` Patchwork
2026-07-14 0:23 ` ✓ Xe.CI.FULL: success " Patchwork
2026-07-15 9:12 ` [PATCH i-g-t] " Kamil Konieczny
4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2026-07-13 20:04 UTC (permalink / raw)
To: Jakub Kolakowski; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1915 bytes --]
== Series Details ==
Series: tests/intel-ci: Block EUdebug-related tests on VF/VM runs
URL : https://patchwork.freedesktop.org/series/170330/
State : failure
== Summary ==
CI Bug Log - changes from IGT_9005 -> IGTPW_15522
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_15522 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_15522, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15522/index.html
Participating hosts (42 -> 40)
------------------------------
Missing (2): bat-dg2-13 fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_15522:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live:
- bat-adls-6: [PASS][1] -> [FAIL][2] +1 other test fail
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9005/bat-adls-6/igt@i915_selftest@live.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15522/bat-adls-6/igt@i915_selftest@live.html
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_9005 -> IGTPW_15522
* Linux: CI_DRM_18810 -> CI_DRM_18814
CI-20190529: 20190529
CI_DRM_18810: 83d782d98f4ebb4a10b8ee107e3a389917e0b218 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_18814: b4ff3505d3eacce720d43e24651ce84f2a0d7f56 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_15522: 15522
IGT_9005: 5d0cdd6f2f5d3ad4992da1edf67f22622a8bb153 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15522/index.html
[-- Attachment #2: Type: text/html, Size: 2532 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread* ✓ Xe.CI.FULL: success for tests/intel-ci: Block EUdebug-related tests on VF/VM runs
2026-07-13 16:53 [PATCH i-g-t] tests/intel-ci: Block EUdebug-related tests on VF/VM runs Jakub Kolakowski
` (2 preceding siblings ...)
2026-07-13 20:04 ` ✗ i915.CI.BAT: failure " Patchwork
@ 2026-07-14 0:23 ` Patchwork
2026-07-15 9:12 ` [PATCH i-g-t] " Kamil Konieczny
4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2026-07-14 0:23 UTC (permalink / raw)
To: Jakub Kolakowski; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 50060 bytes --]
== Series Details ==
Series: tests/intel-ci: Block EUdebug-related tests on VF/VM runs
URL : https://patchwork.freedesktop.org/series/170330/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_9005_FULL -> XEIGTPW_15522_FULL
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_15522_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_hotunplug@hotrebind:
- shard-bmg: [PASS][1] -> [ABORT][2] ([Intel XE#8007]) +1 other test abort
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-4/igt@core_hotunplug@hotrebind.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-8/igt@core_hotunplug@hotrebind.html
* igt@intel_hwmon@hwmon-write:
- shard-bmg: NOTRUN -> [FAIL][3] ([Intel XE#8583])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-5/igt@intel_hwmon@hwmon-write.html
- shard-lnl: NOTRUN -> [SKIP][4] ([Intel XE#1125] / [Intel XE#7312])
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-2/igt@intel_hwmon@hwmon-write.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-bmg: NOTRUN -> [SKIP][5] ([Intel XE#2233])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-bmg: NOTRUN -> [SKIP][6] ([Intel XE#2370])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-9/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][7] ([Intel XE#2327]) +4 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-6/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#1124]) +6 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-6/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb:
- shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#2328] / [Intel XE#7367])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-3/igt@kms_big_fb@y-tiled-addfb.html
- shard-lnl: NOTRUN -> [SKIP][10] ([Intel XE#1467] / [Intel XE#7367])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-3/igt@kms_big_fb@y-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-lnl: NOTRUN -> [SKIP][11] ([Intel XE#1124]) +1 other test skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-8/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_bw@connected-linear-tiling-3-displays-target-2560x1440p:
- shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#7679])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-6/igt@kms_bw@connected-linear-tiling-3-displays-target-2560x1440p.html
* igt@kms_bw@linear-tiling-2-displays-target-3840x2160p:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#367]) +2 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-2/igt@kms_bw@linear-tiling-2-displays-target-3840x2160p.html
- shard-lnl: NOTRUN -> [SKIP][14] ([Intel XE#367])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-8/igt@kms_bw@linear-tiling-2-displays-target-3840x2160p.html
* igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs:
- shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#2887]) +3 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-4/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs:
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#2887]) +10 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-4/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs@pipe-b-dp-2:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#2652]) +8 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs@pipe-b-dp-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs:
- shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#3432]) +1 other test skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs.html
* igt@kms_cdclk@plane-scaling:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2724] / [Intel XE#7449])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-4/igt@kms_cdclk@plane-scaling.html
* igt@kms_chamelium_color_pipeline@plane-lut1d:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#7358])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-3/igt@kms_chamelium_color_pipeline@plane-lut1d.html
* igt@kms_chamelium_edid@dp-edid-change-during-hibernate:
- shard-bmg: NOTRUN -> [SKIP][21] ([Intel XE#2252]) +7 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-2/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
* igt@kms_chamelium_frames@hdmi-aspect-ratio:
- shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#373]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-6/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
* igt@kms_content_protection@content-type-change:
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#7642]) +1 other test skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-8/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#6974])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-9/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
* igt@kms_cursor_crc@cursor-offscreen-256x85:
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#2320]) +2 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-8/igt@kms_cursor_crc@cursor-offscreen-256x85.html
- shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#1424])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-6/igt@kms_cursor_crc@cursor-offscreen-256x85.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#2321] / [Intel XE#7355])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-7/igt@kms_cursor_crc@cursor-onscreen-512x170.html
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#2321] / [Intel XE#7355]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-3/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
- shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#309] / [Intel XE#7343]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-1/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#323] / [Intel XE#6035])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
- shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#2286] / [Intel XE#6035])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-9/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dsc@dsc-with-bpc-bigjoiner:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#8265]) +3 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-3/igt@kms_dsc@dsc-with-bpc-bigjoiner.html
* igt@kms_dsc@dsc-with-formats-bigjoiner:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#8265]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-4/igt@kms_dsc@dsc-with-formats-bigjoiner.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#1421]) +1 other test skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-7/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
- shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#7178] / [Intel XE#7351]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#7178] / [Intel XE#7349])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling:
- shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#7178] / [Intel XE#7351]) +2 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt:
- shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#6312] / [Intel XE#651]) +1 other test skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-3/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@drrshdr-1p-primscrn-shrfb-plflip-blt:
- shard-lnl: NOTRUN -> [SKIP][39] ([Intel XE#6312]) +4 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-6/igt@kms_frontbuffer_tracking@drrshdr-1p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#4141]) +9 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-render:
- shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#7061] / [Intel XE#7356]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-5/igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrshdr-1p-primscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#2311]) +39 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrshdr-1p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbchdr-2p-scndscrn-pri-shrfb-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#7905]) +7 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-1/igt@kms_frontbuffer_tracking@fbchdr-2p-scndscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbchdr-argb161616f-draw-render:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#7061]) +7 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-4/igt@kms_frontbuffer_tracking@fbchdr-argb161616f-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-lnl: NOTRUN -> [SKIP][45] ([Intel XE#656] / [Intel XE#7905]) +6 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-argb161616f-draw-render:
- shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#7061]) +1 other test skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcpsrhdr-argb161616f-draw-render.html
* igt@kms_frontbuffer_tracking@psr-argb161616f-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#7061] / [Intel XE#7356]) +4 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-argb161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-cur-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][48] ([Intel XE#7865]) +6 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-5/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-spr-indfb-move:
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#2313]) +45 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-4/igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-spr-indfb-move.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#6911] / [Intel XE#7378])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-4/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#4090] / [Intel XE#7443])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-1/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#7283]) +4 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-9/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-cc-modifier-source-clamping:
- shard-lnl: NOTRUN -> [SKIP][53] ([Intel XE#7283])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-7/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-cc-modifier-source-clamping.html
* igt@kms_plane_lowres@tiling-y:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#2393])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-8/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-a:
- shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#2763] / [Intel XE#6886]) +4 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-9/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-a.html
- shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#2763] / [Intel XE#6886]) +3 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-a.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#7376] / [Intel XE#7760] / [Intel XE#870]) +2 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-9/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@deep-pkgc:
- shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#2505] / [Intel XE#7447])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-8/igt@kms_pm_dc@deep-pkgc.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-lnl: NOTRUN -> [SKIP][59] ([Intel XE#1439] / [Intel XE#7402] / [Intel XE#836])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-1/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#7383] / [Intel XE#836])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-5/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf:
- shard-lnl: NOTRUN -> [SKIP][61] ([Intel XE#2893] / [Intel XE#7304]) +1 other test skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-2/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf:
- shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#1489]) +7 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-3/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr@fbc-psr2-sprite-plane-move:
- shard-lnl: NOTRUN -> [SKIP][63] ([Intel XE#1406] / [Intel XE#7345])
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-5/igt@kms_psr@fbc-psr2-sprite-plane-move.html
* igt@kms_psr@fbc-psr2-sprite-plane-move@edp-1:
- shard-lnl: NOTRUN -> [SKIP][64] ([Intel XE#1406] / [Intel XE#4609])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-5/igt@kms_psr@fbc-psr2-sprite-plane-move@edp-1.html
* igt@kms_psr@psr-primary-page-flip:
- shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#2234] / [Intel XE#2850]) +9 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-9/igt@kms_psr@psr-primary-page-flip.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-bmg: NOTRUN -> [SKIP][66] ([Intel XE#3904] / [Intel XE#7342]) +2 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-10/igt@kms_rotation_crc@primary-rotation-90.html
- shard-lnl: NOTRUN -> [SKIP][67] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-6/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#2330] / [Intel XE#5813])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_scaling_modes@scaling-mode-full-aspect:
- shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#2413])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-9/igt@kms_scaling_modes@scaling-mode-full-aspect.html
* igt@kms_sharpness_filter@filter-toggle:
- shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#6503])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-8/igt@kms_sharpness_filter@filter-toggle.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: NOTRUN -> [FAIL][71] ([Intel XE#1729] / [Intel XE#7424])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#2426] / [Intel XE#5848])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
- shard-lnl: NOTRUN -> [SKIP][73] ([Intel XE#1091] / [Intel XE#2849])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-5/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
* igt@xe_create@multigpu-create-massive-size:
- shard-bmg: NOTRUN -> [SKIP][74] ([Intel XE#2504] / [Intel XE#7319] / [Intel XE#7350])
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-6/igt@xe_create@multigpu-create-massive-size.html
- shard-lnl: NOTRUN -> [SKIP][75] ([Intel XE#7319] / [Intel XE#7350] / [Intel XE#944])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-4/igt@xe_create@multigpu-create-massive-size.html
* igt@xe_evict@evict-beng-mixed-threads-large-multi-vm:
- shard-lnl: NOTRUN -> [SKIP][76] ([Intel XE#6540] / [Intel XE#688]) +2 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-6/igt@xe_evict@evict-beng-mixed-threads-large-multi-vm.html
* igt@xe_evict@evict-cm-threads-small-multi-queue:
- shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#8370])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-4/igt@xe_evict@evict-cm-threads-small-multi-queue.html
* igt@xe_exec_balancer@no-exec-parallel-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#7482]) +2 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-2/igt@xe_exec_balancer@no-exec-parallel-userptr-invalidate-race.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-rebind:
- shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#1392]) +1 other test skip
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-4/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-rebind.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind:
- shard-bmg: NOTRUN -> [SKIP][80] ([Intel XE#2322] / [Intel XE#7372]) +8 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-3/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind.html
* igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-imm:
- shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#8374]) +2 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-2/igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-imm.html
* igt@xe_exec_fault_mode@twice-multi-queue-userptr-rebind-prefetch:
- shard-bmg: NOTRUN -> [SKIP][82] ([Intel XE#8374]) +9 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-8/igt@xe_exec_fault_mode@twice-multi-queue-userptr-rebind-prefetch.html
* igt@xe_exec_multi_queue@max-queues-basic:
- shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#8364]) +21 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-9/igt@xe_exec_multi_queue@max-queues-basic.html
* igt@xe_exec_multi_queue@two-queues-close-fd-smem:
- shard-lnl: NOTRUN -> [SKIP][84] ([Intel XE#8364]) +6 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-4/igt@xe_exec_multi_queue@two-queues-close-fd-smem.html
* igt@xe_exec_reset@long-spin-sys-reuse-many-preempt-threads:
- shard-bmg: NOTRUN -> [FAIL][85] ([Intel XE#7850])
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-4/igt@xe_exec_reset@long-spin-sys-reuse-many-preempt-threads.html
* igt@xe_exec_reset@multi-queue-cancel-on-secondary:
- shard-lnl: NOTRUN -> [SKIP][86] ([Intel XE#8369])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-1/igt@xe_exec_reset@multi-queue-cancel-on-secondary.html
- shard-bmg: NOTRUN -> [SKIP][87] ([Intel XE#8369])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-1/igt@xe_exec_reset@multi-queue-cancel-on-secondary.html
* igt@xe_exec_system_allocator@many-large-execqueues-mmap-nomemset:
- shard-lnl: [PASS][88] -> [ABORT][89] ([Intel XE#8007])
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-lnl-1/igt@xe_exec_system_allocator@many-large-execqueues-mmap-nomemset.html
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-3/igt@xe_exec_system_allocator@many-large-execqueues-mmap-nomemset.html
* igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-wt-multi-vma:
- shard-lnl: NOTRUN -> [SKIP][90] ([Intel XE#6196])
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-4/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-wt-multi-vma.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-large-execqueues-mmap-remap-ro:
- shard-bmg: [PASS][91] -> [INCOMPLETE][92] ([Intel XE#8159])
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-10/igt@xe_exec_system_allocator@threads-shared-vm-many-large-execqueues-mmap-remap-ro.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-10/igt@xe_exec_system_allocator@threads-shared-vm-many-large-execqueues-mmap-remap-ro.html
* igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-basic:
- shard-lnl: NOTRUN -> [SKIP][93] ([Intel XE#8378]) +2 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-6/igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-basic.html
* igt@xe_exec_threads@threads-multi-queue-mixed-userptr:
- shard-bmg: NOTRUN -> [SKIP][94] ([Intel XE#8378]) +8 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-8/igt@xe_exec_threads@threads-multi-queue-mixed-userptr.html
* igt@xe_madvise@atomic-global:
- shard-lnl: NOTRUN -> [SKIP][95] ([Intel XE#7980])
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-6/igt@xe_madvise@atomic-global.html
* igt@xe_mmap@pci-membarrier-bad-object:
- shard-lnl: NOTRUN -> [SKIP][96] ([Intel XE#5100] / [Intel XE#7322] / [Intel XE#7408])
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-7/igt@xe_mmap@pci-membarrier-bad-object.html
* igt@xe_multigpu_svm@mgpu-pagefault-prefetch:
- shard-bmg: NOTRUN -> [SKIP][97] ([Intel XE#6964]) +1 other test skip
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-9/igt@xe_multigpu_svm@mgpu-pagefault-prefetch.html
* igt@xe_pat@pat-index-xehpc:
- shard-bmg: NOTRUN -> [SKIP][98] ([Intel XE#1420] / [Intel XE#7590])
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-8/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pm@d3cold-i2c:
- shard-lnl: NOTRUN -> [SKIP][99] ([Intel XE#5694] / [Intel XE#7370])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-1/igt@xe_pm@d3cold-i2c.html
- shard-bmg: NOTRUN -> [SKIP][100] ([Intel XE#5694] / [Intel XE#7370])
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-4/igt@xe_pm@d3cold-i2c.html
* igt@xe_pm@s4-d3cold-basic-exec:
- shard-lnl: NOTRUN -> [SKIP][101] ([Intel XE#2284] / [Intel XE#366] / [Intel XE#7370])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-3/igt@xe_pm@s4-d3cold-basic-exec.html
- shard-bmg: NOTRUN -> [SKIP][102] ([Intel XE#2284] / [Intel XE#7370])
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-6/igt@xe_pm@s4-d3cold-basic-exec.html
* igt@xe_pm_residency@cpg-basic:
- shard-lnl: NOTRUN -> [SKIP][103] ([Intel XE#584] / [Intel XE#7369])
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-3/igt@xe_pm_residency@cpg-basic.html
* igt@xe_pxp@pxp-termination-key-update-post-suspend:
- shard-bmg: NOTRUN -> [SKIP][104] ([Intel XE#4733] / [Intel XE#7417]) +2 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-7/igt@xe_pxp@pxp-termination-key-update-post-suspend.html
* igt@xe_query@multigpu-query-uc-fw-version-huc:
- shard-bmg: NOTRUN -> [SKIP][105] ([Intel XE#944]) +3 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-9/igt@xe_query@multigpu-query-uc-fw-version-huc.html
- shard-lnl: NOTRUN -> [SKIP][106] ([Intel XE#944])
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-4/igt@xe_query@multigpu-query-uc-fw-version-huc.html
* igt@xe_sriov_scheduling@equal-throughput-normal-priority@numvfs-random-gt1-vcs0:
- shard-bmg: [PASS][107] -> [FAIL][108] ([Intel XE#8526])
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-6/igt@xe_sriov_scheduling@equal-throughput-normal-priority@numvfs-random-gt1-vcs0.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-3/igt@xe_sriov_scheduling@equal-throughput-normal-priority@numvfs-random-gt1-vcs0.html
* igt@xe_sriov_vfio@open-basic:
- shard-lnl: NOTRUN -> [SKIP][109] ([Intel XE#7724])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-7/igt@xe_sriov_vfio@open-basic.html
* igt@xe_sriov_vram@vf-access-after-resize-up:
- shard-bmg: [PASS][110] -> [FAIL][111] ([Intel XE#7992]) +4 other tests fail
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-10/igt@xe_sriov_vram@vf-access-after-resize-up.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-2/igt@xe_sriov_vram@vf-access-after-resize-up.html
#### Possible fixes ####
* igt@device_reset@unbind-reset-rebind:
- shard-bmg: [ABORT][112] ([Intel XE#8007]) -> [PASS][113] +1 other test pass
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-5/igt@device_reset@unbind-reset-rebind.html
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-7/igt@device_reset@unbind-reset-rebind.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-lnl: [FAIL][114] ([Intel XE#7949] / [i915#4767]) -> [PASS][115]
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-lnl-5/igt@kms_fbcon_fbt@fbc-suspend.html
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-4/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-bmg: [FAIL][116] ([Intel XE#3321]) -> [PASS][117] +1 other test pass
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-3/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-9/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank@a-edp1:
- shard-lnl: [FAIL][118] ([Intel XE#301]) -> [PASS][119]
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
* igt@kms_flip@flip-vs-expired-vblank@c-edp1:
- shard-lnl: [FAIL][120] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][121] +1 other test pass
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: [FAIL][122] ([Intel XE#8399]) -> [PASS][123] +1 other test pass
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-lnl-7/igt@kms_pm_dc@dc5-dpms.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-7/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-lnl: [SKIP][124] ([Intel XE#8361]) -> [PASS][125]
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-lnl-3/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@xe_module_load@load:
- shard-bmg: ([PASS][126], [PASS][127], [PASS][128], [PASS][129], [PASS][130], [PASS][131], [PASS][132], [PASS][133], [PASS][134], [PASS][135], [PASS][136], [PASS][137], [PASS][138], [PASS][139], [PASS][140], [PASS][141], [PASS][142], [PASS][143], [PASS][144], [PASS][145], [SKIP][146], [PASS][147], [PASS][148], [PASS][149], [PASS][150], [PASS][151]) ([Intel XE#2457] / [Intel XE#7405]) -> ([PASS][152], [PASS][153], [PASS][154], [PASS][155], [PASS][156], [PASS][157], [PASS][158], [PASS][159], [PASS][160], [PASS][161], [PASS][162], [PASS][163], [PASS][164], [PASS][165], [PASS][166], [PASS][167], [PASS][168], [PASS][169], [PASS][170], [PASS][171], [PASS][172], [PASS][173], [PASS][174], [PASS][175], [PASS][176])
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-10/igt@xe_module_load@load.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-2/igt@xe_module_load@load.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-8/igt@xe_module_load@load.html
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-3/igt@xe_module_load@load.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-7/igt@xe_module_load@load.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-7/igt@xe_module_load@load.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-5/igt@xe_module_load@load.html
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-5/igt@xe_module_load@load.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-3/igt@xe_module_load@load.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-7/igt@xe_module_load@load.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-1/igt@xe_module_load@load.html
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-3/igt@xe_module_load@load.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-1/igt@xe_module_load@load.html
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-9/igt@xe_module_load@load.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-9/igt@xe_module_load@load.html
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-2/igt@xe_module_load@load.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-2/igt@xe_module_load@load.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-4/igt@xe_module_load@load.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-4/igt@xe_module_load@load.html
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-10/igt@xe_module_load@load.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-3/igt@xe_module_load@load.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-8/igt@xe_module_load@load.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-6/igt@xe_module_load@load.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-6/igt@xe_module_load@load.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-10/igt@xe_module_load@load.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-4/igt@xe_module_load@load.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-9/igt@xe_module_load@load.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-3/igt@xe_module_load@load.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-9/igt@xe_module_load@load.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-5/igt@xe_module_load@load.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-1/igt@xe_module_load@load.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-6/igt@xe_module_load@load.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-6/igt@xe_module_load@load.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-1/igt@xe_module_load@load.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-8/igt@xe_module_load@load.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-8/igt@xe_module_load@load.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-4/igt@xe_module_load@load.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-4/igt@xe_module_load@load.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-7/igt@xe_module_load@load.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-7/igt@xe_module_load@load.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-10/igt@xe_module_load@load.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-2/igt@xe_module_load@load.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-8/igt@xe_module_load@load.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-7/igt@xe_module_load@load.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-2/igt@xe_module_load@load.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-10/igt@xe_module_load@load.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-9/igt@xe_module_load@load.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-5/igt@xe_module_load@load.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-3/igt@xe_module_load@load.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-3/igt@xe_module_load@load.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-6/igt@xe_module_load@load.html
* igt@xe_sriov_flr@flr-vf1-clear:
- shard-bmg: [FAIL][177] ([Intel XE#6569]) -> [PASS][178]
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-1/igt@xe_sriov_flr@flr-vf1-clear.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-3/igt@xe_sriov_flr@flr-vf1-clear.html
#### Warnings ####
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][179] ([Intel XE#3544]) -> [SKIP][180] ([Intel XE#3374] / [Intel XE#3544])
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-bmg-9/igt@kms_hdr@brightness-with-hdr.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-bmg-2/igt@kms_hdr@brightness-with-hdr.html
* igt@xe_vm@out-of-memory:
- shard-lnl: [ABORT][181] ([Intel XE#8007]) -> [SKIP][182] ([Intel XE#5745] / [Intel XE#7892])
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9005/shard-lnl-8/igt@xe_vm@out-of-memory.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/shard-lnl-8/igt@xe_vm@out-of-memory.html
[Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1125]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1125
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1467
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
[Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504
[Intel XE#2505]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2505
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4090]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4090
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4609
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#5100]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5100
[Intel XE#5694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5694
[Intel XE#5745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5745
[Intel XE#5813]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5813
[Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
[Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
[Intel XE#6035]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6035
[Intel XE#6196]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6196
[Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
[Intel XE#6911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7304
[Intel XE#7312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7312
[Intel XE#7319]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7319
[Intel XE#7322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7322
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7343
[Intel XE#7345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7345
[Intel XE#7349]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7349
[Intel XE#7350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7350
[Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
[Intel XE#7355]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7355
[Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
[Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358
[Intel XE#7367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7367
[Intel XE#7369]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7369
[Intel XE#7370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7370
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376
[Intel XE#7378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7378
[Intel XE#7383]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7383
[Intel XE#7402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7402
[Intel XE#7405]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7405
[Intel XE#7408]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7408
[Intel XE#7417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7417
[Intel XE#7424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7424
[Intel XE#7443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7443
[Intel XE#7447]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7447
[Intel XE#7449]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7449
[Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
[Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
[Intel XE#7642]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7642
[Intel XE#7679]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7679
[Intel XE#7724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7724
[Intel XE#7760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7760
[Intel XE#7850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7850
[Intel XE#7865]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7865
[Intel XE#7892]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7892
[Intel XE#7905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7905
[Intel XE#7949]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7949
[Intel XE#7980]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7980
[Intel XE#7992]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7992
[Intel XE#8007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8007
[Intel XE#8159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8159
[Intel XE#8265]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8265
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#8361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8361
[Intel XE#8364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8364
[Intel XE#8369]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8369
[Intel XE#8370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8370
[Intel XE#8374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8374
[Intel XE#8378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8378
[Intel XE#8399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8399
[Intel XE#8526]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8526
[Intel XE#8583]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8583
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[i915#4767]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4767
Build changes
-------------
* IGT: IGT_9005 -> IGTPW_15522
* Linux: xe-5391-83d782d98f4ebb4a10b8ee107e3a389917e0b218 -> xe-5395-b4ff3505d3eacce720d43e24651ce84f2a0d7f56
IGTPW_15522: 15522
IGT_9005: 5d0cdd6f2f5d3ad4992da1edf67f22622a8bb153 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-5391-83d782d98f4ebb4a10b8ee107e3a389917e0b218: 83d782d98f4ebb4a10b8ee107e3a389917e0b218
xe-5395-b4ff3505d3eacce720d43e24651ce84f2a0d7f56: b4ff3505d3eacce720d43e24651ce84f2a0d7f56
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15522/index.html
[-- Attachment #2: Type: text/html, Size: 56218 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH i-g-t] tests/intel-ci: Block EUdebug-related tests on VF/VM runs
2026-07-13 16:53 [PATCH i-g-t] tests/intel-ci: Block EUdebug-related tests on VF/VM runs Jakub Kolakowski
` (3 preceding siblings ...)
2026-07-14 0:23 ` ✓ Xe.CI.FULL: success " Patchwork
@ 2026-07-15 9:12 ` Kamil Konieczny
4 siblings, 0 replies; 8+ messages in thread
From: Kamil Konieczny @ 2026-07-15 9:12 UTC (permalink / raw)
To: Jakub Kolakowski
Cc: igt-dev, Adam Miszczak, Marcin Bernatowicz, Lukasz Laguna,
VijayaKumar Nallamothu, Piotr Rudnicki, Michal Wajdeczko
Hi Jakub,
On 2026-07-13 at 16:53:12 +0000, 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
Please add a reason here, why they are blocked.
> +#
> +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
Same here.
Regards,
Kamil
> +#
> +igt@xe_eudebug.*
> +igt@xe_exec_sip_eudebug@.*
> +igt@xe_live_ktest@xe_eudebug
> --
> 2.43.0
>
^ permalink raw reply [flat|nested] 8+ messages in thread