* [PATCH] tests/xe_exec_sip: increase timeout margin for tests
@ 2024-10-11 13:36 Andrzej Hajda
2024-10-11 15:50 ` ✓ Fi.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Andrzej Hajda @ 2024-10-11 13:36 UTC (permalink / raw)
To: igt-dev; +Cc: Kamil Konieczny, Andrzej Hajda
In case engine reset happens 4s timeout margin sometimes is not enough and test
fails. It happens mostly on LNL due to devcoredump creation.
On CI it does not pass 5s, lets increase it to 8s to be on safe side.
Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
---
tests/intel/xe_exec_sip.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/intel/xe_exec_sip.c b/tests/intel/xe_exec_sip.c
index 2294468c2983..50265c0c6a45 100644
--- a/tests/intel/xe_exec_sip.c
+++ b/tests/intel/xe_exec_sip.c
@@ -274,8 +274,8 @@ static void test_sip(enum shader_type shader_type, enum sip_type sip_type,
vm_id = xe_vm_create(fd, 0, 0);
- /* Get timeout for job, and add 4s to ensure timeout processes in subtest. */
- timeout = xe_sysfs_get_job_timeout_ms(fd, eci) + 4ull * MSEC_PER_SEC;
+ /* Get timeout for job, and add 8s to ensure timeout processes in subtest. */
+ timeout = xe_sysfs_get_job_timeout_ms(fd, eci) + 8ull * MSEC_PER_SEC;
timeout *= NSEC_PER_MSEC;
timeout *= igt_run_in_simulation() ? 10 : 1;
---
base-commit: cc3fa4e36bb0445565f40f989540b9deacb92e12
change-id: 20241011-xe_exec_sip_increase_timeout_margin-a64bcb49752d
Best regards,
--
Andrzej Hajda <andrzej.hajda@intel.com>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* ✓ Fi.CI.BAT: success for tests/xe_exec_sip: increase timeout margin for tests
2024-10-11 13:36 [PATCH] tests/xe_exec_sip: increase timeout margin for tests Andrzej Hajda
@ 2024-10-11 15:50 ` Patchwork
2024-10-11 16:27 ` ✓ CI.xeBAT: " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2024-10-11 15:50 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3206 bytes --]
== Series Details ==
Series: tests/xe_exec_sip: increase timeout margin for tests
URL : https://patchwork.freedesktop.org/series/139889/
State : success
== Summary ==
CI Bug Log - changes from IGT_8065 -> IGTPW_11903
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/index.html
Participating hosts (45 -> 44)
------------------------------
Missing (1): fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_11903 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live:
- bat-arls-2: [PASS][1] -> [ABORT][2] ([i915#12061] / [i915#12133])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8065/bat-arls-2/igt@i915_selftest@live.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/bat-arls-2/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- bat-arls-2: [PASS][3] -> [ABORT][4] ([i915#12061])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8065/bat-arls-2/igt@i915_selftest@live@workarounds.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/bat-arls-2/igt@i915_selftest@live@workarounds.html
* igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence:
- bat-dg2-11: [PASS][5] -> [SKIP][6] ([i915#9197]) +3 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8065/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
#### Possible fixes ####
* igt@i915_selftest@live@workarounds:
- bat-mtlp-6: [ABORT][7] ([i915#12216]) -> [PASS][8] +1 other test pass
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8065/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133
[i915#12216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12216
[i915#9197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8065 -> IGTPW_11903
* Linux: CI_DRM_15514 -> CI_DRM_15517
CI-20190529: 20190529
CI_DRM_15514: f3354eab2a45420cf38a67f6d7735d5dff53eb6f @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_15517: 20c57deec46e59d392ec6d4a23257f4bb5673982 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_11903: 8ee8da2b7ca829a8f6b1a92e68df029d02651f9a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8065: c727cc3fad56f16f1a9f35023ae5dd7111976fa3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/index.html
[-- Attachment #2: Type: text/html, Size: 3981 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ CI.xeBAT: success for tests/xe_exec_sip: increase timeout margin for tests
2024-10-11 13:36 [PATCH] tests/xe_exec_sip: increase timeout margin for tests Andrzej Hajda
2024-10-11 15:50 ` ✓ Fi.CI.BAT: success for " Patchwork
@ 2024-10-11 16:27 ` Patchwork
2024-10-11 20:35 ` ✗ CI.xeFULL: failure " Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2024-10-11 16:27 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3238 bytes --]
== Series Details ==
Series: tests/xe_exec_sip: increase timeout margin for tests
URL : https://patchwork.freedesktop.org/series/139889/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8065_BAT -> XEIGTPW_11903_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_11903_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_frontbuffer_tracking@basic:
- bat-adlp-7: [PASS][1] -> [FAIL][2] ([Intel XE#1861])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
* igt@xe_exec_fault_mode@twice-bindexecqueue-userptr:
- bat-dg2-oem2: NOTRUN -> [SKIP][3] ([Intel XE#288]) +32 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/bat-dg2-oem2/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr.html
* igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit:
- bat-adlp-7: [PASS][4] -> [INCOMPLETE][5] ([Intel XE#2874]) +1 other test incomplete
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- bat-dg2-oem2: NOTRUN -> [SKIP][6] ([Intel XE#2229])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/bat-dg2-oem2/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
#### Possible fixes ####
* igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit:
- bat-dg2-oem2: [INCOMPLETE][7] ([Intel XE#2874]) -> [PASS][8] +1 other test pass
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/bat-dg2-oem2/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/bat-dg2-oem2/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
[Intel XE#1861]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1861
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2874
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
Build changes
-------------
* IGT: IGT_8065 -> IGTPW_11903
* Linux: xe-2048-09a8c322287e106dca33e28fa7f1475255a9ef16 -> xe-2050-d2577be8b969257afb5f76964afc16ae4f6f7c07
IGTPW_11903: 8ee8da2b7ca829a8f6b1a92e68df029d02651f9a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8065: c727cc3fad56f16f1a9f35023ae5dd7111976fa3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2048-09a8c322287e106dca33e28fa7f1475255a9ef16: 09a8c322287e106dca33e28fa7f1475255a9ef16
xe-2050-d2577be8b969257afb5f76964afc16ae4f6f7c07: d2577be8b969257afb5f76964afc16ae4f6f7c07
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/index.html
[-- Attachment #2: Type: text/html, Size: 3995 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ CI.xeFULL: failure for tests/xe_exec_sip: increase timeout margin for tests
2024-10-11 13:36 [PATCH] tests/xe_exec_sip: increase timeout margin for tests Andrzej Hajda
2024-10-11 15:50 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-10-11 16:27 ` ✓ CI.xeBAT: " Patchwork
@ 2024-10-11 20:35 ` Patchwork
2024-10-14 8:35 ` Hajda, Andrzej
2024-10-12 9:45 ` ✗ Fi.CI.IGT: " Patchwork
2024-10-14 9:53 ` [PATCH] " Kamil Konieczny
4 siblings, 1 reply; 8+ messages in thread
From: Patchwork @ 2024-10-11 20:35 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 75268 bytes --]
== Series Details ==
Series: tests/xe_exec_sip: increase timeout margin for tests
URL : https://patchwork.freedesktop.org/series/139889/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8065_full -> XEIGTPW_11903_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_11903_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_11903_full, 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.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_11903_full:
### IGT changes ###
#### Possible regressions ####
* igt@core_setmaster@master-drop-set-user:
- shard-lnl: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-5/igt@core_setmaster@master-drop-set-user.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@core_setmaster@master-drop-set-user.html
* igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p:
- shard-lnl: [PASS][3] -> [DMESG-WARN][4] +1 other test dmesg-warn
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-2/igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-6/igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs-cc:
- shard-dg2-set2: NOTRUN -> [SKIP][5] +1 other test skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_pm_dc@dc5-dpms:
- shard-dg2-set2: [PASS][6] -> [SKIP][7] +2 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-434/igt@kms_pm_dc@dc5-dpms.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_pm_dc@dc5-dpms.html
* igt@xe_exec_compute_mode@many-userptr-unmap:
- shard-lnl: [PASS][8] -> [INCOMPLETE][9]
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-5/igt@xe_exec_compute_mode@many-userptr-unmap.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-8/igt@xe_exec_compute_mode@many-userptr-unmap.html
* igt@xe_pm_residency@idle-residency:
- shard-dg2-set2: [PASS][10] -> [FAIL][11] +1 other test fail
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-466/igt@xe_pm_residency@idle-residency.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-464/igt@xe_pm_residency@idle-residency.html
* igt@xe_wedged@wedged-mode-toggle:
- shard-dg2-set2: NOTRUN -> [ABORT][12]
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-434/igt@xe_wedged@wedged-mode-toggle.html
#### Warnings ####
* igt@kms_ccs@bad-pixel-format-y-tiled-ccs:
- shard-dg2-set2: [SKIP][13] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][14] +1 other test skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-464/igt@kms_ccs@bad-pixel-format-y-tiled-ccs.html
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_ccs@bad-pixel-format-y-tiled-ccs.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-pgflip-blt:
- shard-dg2-set2: [SKIP][15] ([Intel XE#651]) -> [SKIP][16] +3 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-pgflip-blt.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-blt:
- shard-dg2-set2: [SKIP][17] ([Intel XE#653]) -> [SKIP][18] +4 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-blt.html
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-blt.html
* igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area:
- shard-dg2-set2: [SKIP][19] ([Intel XE#1489]) -> [SKIP][20]
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-432/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr@psr2-dpms:
- shard-dg2-set2: [SKIP][21] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][22] +1 other test skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@kms_psr@psr2-dpms.html
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_psr@psr2-dpms.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@kms_async_flips@async-flip-suspend-resume@pipe-c-hdmi-a-3:
- {shard-bmg}: [PASS][23] -> [DMESG-WARN][24]
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-1/igt@kms_async_flips@async-flip-suspend-resume@pipe-c-hdmi-a-3.html
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-2/igt@kms_async_flips@async-flip-suspend-resume@pipe-c-hdmi-a-3.html
* igt@kms_chamelium_hpd@dp-hpd-storm-disable:
- {shard-bmg}: [SKIP][25] ([Intel XE#2252]) -> [SKIP][26] +2 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-1/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-5/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html
* igt@kms_cursor_crc@cursor-offscreen-32x32:
- {shard-bmg}: [SKIP][27] ([Intel XE#2320]) -> [SKIP][28]
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-6/igt@kms_cursor_crc@cursor-offscreen-32x32.html
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-5/igt@kms_cursor_crc@cursor-offscreen-32x32.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- {shard-bmg}: [PASS][29] -> [INCOMPLETE][30] +1 other test incomplete
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-8/igt@kms_plane@plane-panning-bottom-right-suspend.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-5/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-modifiers:
- {shard-bmg}: [PASS][31] -> [SKIP][32] +18 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-2/igt@kms_plane_scaling@plane-upscale-20x20-with-modifiers.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-5/igt@kms_plane_scaling@plane-upscale-20x20-with-modifiers.html
* igt@kms_rotation_crc@bad-tiling:
- {shard-bmg}: [SKIP][33] ([Intel XE#2329]) -> [SKIP][34]
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-6/igt@kms_rotation_crc@bad-tiling.html
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-5/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- {shard-bmg}: [SKIP][35] ([Intel XE#756]) -> [SKIP][36]
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-3/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-5/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
Known issues
------------
Here are the changes found in XEIGTPW_11903_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_hotunplug@hotrebind-lateclose:
- shard-dg2-set2: [PASS][37] -> [SKIP][38] ([Intel XE#1885])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-466/igt@core_hotunplug@hotrebind-lateclose.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@core_hotunplug@hotrebind-lateclose.html
* igt@kms_atomic_transition@modeset-transition-nonblocking-fencing:
- shard-lnl: [PASS][39] -> [SKIP][40] ([Intel XE#2423]) +7 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-4/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-b-dp-4:
- shard-dg2-set2: [PASS][41] -> [INCOMPLETE][42] ([Intel XE#1195]) +1 other test incomplete
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-466/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-b-dp-4.html
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-464/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-b-dp-4.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-0:
- shard-dg2-set2: NOTRUN -> [SKIP][43] ([Intel XE#2890])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@linear-16bpp-rotate-180:
- shard-dg2-set2: [PASS][44] -> [SKIP][45] ([Intel XE#2890])
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-464/igt@kms_big_fb@linear-16bpp-rotate-180.html
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_big_fb@linear-16bpp-rotate-180.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-90:
- shard-dg2-set2: NOTRUN -> [SKIP][46] ([Intel XE#316])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-dg2-set2: NOTRUN -> [SKIP][47] ([Intel XE#1124]) +3 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-433/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-dg2-set2: NOTRUN -> [SKIP][48] ([Intel XE#607])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-464/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-lnl: NOTRUN -> [SKIP][49] ([Intel XE#1124]) +2 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p:
- shard-dg2-set2: NOTRUN -> [SKIP][50] ([Intel XE#367]) +2 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-436/igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p.html
* igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p:
- shard-dg2-set2: NOTRUN -> [SKIP][51] ([Intel XE#2191])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-433/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html
* igt@kms_ccs@crc-primary-basic-yf-tiled-ccs@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][52] ([Intel XE#455] / [Intel XE#787]) +9 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-464/igt@kms_ccs@crc-primary-basic-yf-tiled-ccs@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][53] ([Intel XE#787]) +34 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-434/igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs@pipe-b-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][54] ([Intel XE#1195]) +1 other test incomplete
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-6.html
* igt@kms_chamelium_audio@dp-audio-edid:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#373]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-5/igt@kms_chamelium_audio@dp-audio-edid.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-dg2-set2: NOTRUN -> [SKIP][56] ([Intel XE#306])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-435/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_hpd@vga-hpd:
- shard-dg2-set2: NOTRUN -> [SKIP][57] ([Intel XE#373]) +6 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-466/igt@kms_chamelium_hpd@vga-hpd.html
* igt@kms_content_protection@legacy:
- shard-dg2-set2: NOTRUN -> [FAIL][58] ([Intel XE#1178]) +1 other test fail
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@uevent:
- shard-lnl: NOTRUN -> [SKIP][59] ([Intel XE#599])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#2321])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-7/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-sliding-64x21:
- shard-lnl: NOTRUN -> [SKIP][61] ([Intel XE#1424])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-4/igt@kms_cursor_crc@cursor-sliding-64x21.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
- shard-lnl: NOTRUN -> [SKIP][62] ([Intel XE#309])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-7/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg2-set2: NOTRUN -> [SKIP][63] ([Intel XE#455]) +10 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-464/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg2-set2: NOTRUN -> [SKIP][64] ([Intel XE#1137])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-433/igt@kms_feature_discovery@dp-mst.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-dg2-set2: [PASS][65] -> [SKIP][66] ([Intel XE#2423] / [i915#2575]) +17 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-433/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4:
- shard-dg2-set2: NOTRUN -> [FAIL][67] ([Intel XE#301]) +11 other tests fail
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-433/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a6-dp4:
- shard-dg2-set2: NOTRUN -> [FAIL][68] ([Intel XE#1204])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a6-dp4.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible@b-edp1:
- shard-lnl: [PASS][69] -> [FAIL][70] ([Intel XE#886]) +5 other tests fail
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-6/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-edp1.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-2/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-edp1.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2-set2: [PASS][71] -> [SKIP][72] ([Intel XE#2351]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][73] ([Intel XE#656]) +3 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][74] ([Intel XE#2351])
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render:
- shard-dg2-set2: NOTRUN -> [SKIP][75] ([Intel XE#651]) +22 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
- shard-lnl: NOTRUN -> [SKIP][76] ([Intel XE#1469])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-dg2-set2: NOTRUN -> [SKIP][77] ([Intel XE#1158])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-435/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][78] ([Intel XE#653]) +18 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_plane@plane-position-covered@pipe-a-plane-4:
- shard-lnl: [PASS][79] -> [DMESG-FAIL][80] ([Intel XE#324])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-5/igt@kms_plane@plane-position-covered@pipe-a-plane-4.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-8/igt@kms_plane@plane-position-covered@pipe-a-plane-4.html
* igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-3:
- shard-lnl: [PASS][81] -> [DMESG-WARN][82] ([Intel XE#324]) +1 other test dmesg-warn
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-5/igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-3.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-4/igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-3.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c:
- shard-dg2-set2: NOTRUN -> [SKIP][83] ([Intel XE#2763]) +5 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-436/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling:
- shard-dg2-set2: NOTRUN -> [SKIP][84] ([Intel XE#2763] / [Intel XE#455]) +3 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-435/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html
* igt@kms_pm_backlight@bad-brightness:
- shard-dg2-set2: NOTRUN -> [SKIP][85] ([Intel XE#870])
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_dc@dc5-dpms-negative:
- shard-lnl: NOTRUN -> [SKIP][86] ([Intel XE#1131])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-6/igt@kms_pm_dc@dc5-dpms-negative.html
* igt@kms_pm_dc@deep-pkgc:
- shard-dg2-set2: NOTRUN -> [SKIP][87] ([Intel XE#908])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-466/igt@kms_pm_dc@deep-pkgc.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][88] ([Intel XE#1489]) +4 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-436/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr@fbc-psr-sprite-plane-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][89] ([Intel XE#2850] / [Intel XE#929]) +10 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-433/igt@kms_psr@fbc-psr-sprite-plane-onoff.html
* igt@kms_psr@fbc-psr2-cursor-plane-onoff:
- shard-lnl: [PASS][90] -> [FAIL][91] ([Intel XE#2948]) +1 other test fail
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-5/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-4/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html
* igt@kms_psr@pr-suspend:
- shard-lnl: NOTRUN -> [SKIP][92] ([Intel XE#1406])
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-3/igt@kms_psr@pr-suspend.html
* igt@kms_psr@psr-no-drrs:
- shard-lnl: [PASS][93] -> [SKIP][94] ([Intel XE#2351]) +6 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-5/igt@kms_psr@psr-no-drrs.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_psr@psr-no-drrs.html
* igt@kms_psr@psr2-cursor-render@edp-1:
- shard-lnl: [PASS][95] -> [FAIL][96] ([Intel XE#1649]) +1 other test fail
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-5/igt@kms_psr@psr2-cursor-render@edp-1.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-2/igt@kms_psr@psr2-cursor-render@edp-1.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-dg2-set2: NOTRUN -> [SKIP][97] ([Intel XE#2939])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-463/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@bad-tiling:
- shard-dg2-set2: NOTRUN -> [SKIP][98] ([Intel XE#2423] / [i915#2575]) +1 other test skip
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-dg2-set2: NOTRUN -> [SKIP][99] ([Intel XE#327])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-463/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_rotation_crc@sprite-rotation-270:
- shard-lnl: NOTRUN -> [SKIP][100] ([Intel XE#1437])
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_rotation_crc@sprite-rotation-270.html
* igt@kms_writeback@writeback-check-output:
- shard-lnl: NOTRUN -> [SKIP][101] ([Intel XE#756])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-5/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-fb-id:
- shard-dg2-set2: NOTRUN -> [SKIP][102] ([Intel XE#756])
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-434/igt@kms_writeback@writeback-fb-id.html
* igt@xe_drm_fdinfo@parallel-utilization-single-idle:
- shard-dg2-set2: [PASS][103] -> [SKIP][104] ([Intel XE#1130]) +20 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-466/igt@xe_drm_fdinfo@parallel-utilization-single-idle.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@xe_drm_fdinfo@parallel-utilization-single-idle.html
* igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue:
- shard-lnl: [PASS][105] -> [FAIL][106] ([Intel XE#2667])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-7/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-7/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html
* igt@xe_eudebug_online@interrupt-all:
- shard-lnl: NOTRUN -> [SKIP][107] ([Intel XE#2905])
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-8/igt@xe_eudebug_online@interrupt-all.html
* igt@xe_evict@evict-mixed-threads-large:
- shard-dg2-set2: [PASS][108] -> [FAIL][109] ([Intel XE#1000])
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-463/igt@xe_evict@evict-mixed-threads-large.html
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-466/igt@xe_evict@evict-mixed-threads-large.html
* igt@xe_evict_ccs@evict-overcommit-parallel-nofree-reopen:
- shard-lnl: NOTRUN -> [SKIP][110] ([Intel XE#688]) +2 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-4/igt@xe_evict_ccs@evict-overcommit-parallel-nofree-reopen.html
* igt@xe_exec_balancer@many-parallel-userptr-invalidate-race:
- shard-lnl: [PASS][111] -> [SKIP][112] ([Intel XE#1130]) +22 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-8/igt@xe_exec_balancer@many-parallel-userptr-invalidate-race.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@xe_exec_balancer@many-parallel-userptr-invalidate-race.html
* igt@xe_exec_compute_mode@many-bindexecqueue:
- shard-dg2-set2: NOTRUN -> [SKIP][113] ([Intel XE#1130]) +6 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@xe_exec_compute_mode@many-bindexecqueue.html
* igt@xe_exec_fault_mode@once-invalid-userptr-fault:
- shard-dg2-set2: NOTRUN -> [SKIP][114] ([Intel XE#288]) +21 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-463/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html
* igt@xe_exec_mix_modes@exec-simple-batch-store-lr:
- shard-dg2-set2: NOTRUN -> [SKIP][115] ([Intel XE#2360])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-464/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html
* igt@xe_exec_reset@parallel-gt-reset:
- shard-dg2-set2: [PASS][116] -> [TIMEOUT][117] ([Intel XE#2105])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-464/igt@xe_exec_reset@parallel-gt-reset.html
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-464/igt@xe_exec_reset@parallel-gt-reset.html
* igt@xe_exec_sip_eudebug@breakpoint-writesip:
- shard-dg2-set2: NOTRUN -> [SKIP][118] ([Intel XE#2905]) +7 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-433/igt@xe_exec_sip_eudebug@breakpoint-writesip.html
* igt@xe_gt_freq@freq_reset_multiple:
- shard-lnl: [PASS][119] -> [DMESG-FAIL][120] ([Intel XE#1620])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-6/igt@xe_gt_freq@freq_reset_multiple.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@xe_gt_freq@freq_reset_multiple.html
* igt@xe_huc_copy@huc_copy:
- shard-dg2-set2: NOTRUN -> [SKIP][121] ([Intel XE#255])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-436/igt@xe_huc_copy@huc_copy.html
* igt@xe_live_ktest@xe_migrate:
- shard-lnl: [PASS][122] -> [FAIL][123] ([Intel XE#2909]) +1 other test fail
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-7/igt@xe_live_ktest@xe_migrate.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@xe_live_ktest@xe_migrate.html
* igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit:
- shard-dg2-set2: NOTRUN -> [FAIL][124] ([Intel XE#1999]) +2 other tests fail
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-434/igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit.html
* igt@xe_oa@closed-fd-and-unmapped-access:
- shard-dg2-set2: NOTRUN -> [SKIP][125] ([Intel XE#2541]) +3 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-433/igt@xe_oa@closed-fd-and-unmapped-access.html
* igt@xe_oa@oa-regs-whitelisted@rcs-0:
- shard-lnl: [PASS][126] -> [FAIL][127] ([Intel XE#2514]) +1 other test fail
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-2/igt@xe_oa@oa-regs-whitelisted@rcs-0.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-7/igt@xe_oa@oa-regs-whitelisted@rcs-0.html
* igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p:
- shard-dg2-set2: NOTRUN -> [FAIL][128] ([Intel XE#1173]) +3 other tests fail
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p.html
* igt@xe_pm@d3cold-mmap-system:
- shard-lnl: NOTRUN -> [SKIP][129] ([Intel XE#2284] / [Intel XE#366])
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-3/igt@xe_pm@d3cold-mmap-system.html
* igt@xe_pm@d3cold-multiple-execs:
- shard-dg2-set2: NOTRUN -> [SKIP][130] ([Intel XE#2284] / [Intel XE#366])
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-463/igt@xe_pm@d3cold-multiple-execs.html
* igt@xe_pm@d3hot-multiple-execs:
- shard-lnl: [PASS][131] -> [TIMEOUT][132] ([Intel XE#1358] / [Intel XE#1620] / [Intel XE#2574])
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-1/igt@xe_pm@d3hot-multiple-execs.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-8/igt@xe_pm@d3hot-multiple-execs.html
* igt@xe_pm@s2idle-mocs:
- shard-dg2-set2: [PASS][133] -> [ABORT][134] ([Intel XE#1794])
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-435/igt@xe_pm@s2idle-mocs.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@xe_pm@s2idle-mocs.html
* igt@xe_pm@s4-basic-exec:
- shard-lnl: [PASS][135] -> [ABORT][136] ([Intel XE#1358] / [Intel XE#1607] / [Intel XE#1794])
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-3/igt@xe_pm@s4-basic-exec.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-2/igt@xe_pm@s4-basic-exec.html
* igt@xe_pm@s4-d3hot-basic-exec:
- shard-lnl: [PASS][137] -> [ABORT][138] ([Intel XE#1358] / [Intel XE#1607])
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-8/igt@xe_pm@s4-d3hot-basic-exec.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-2/igt@xe_pm@s4-d3hot-basic-exec.html
* igt@xe_query@multigpu-query-uc-fw-version-guc:
- shard-dg2-set2: NOTRUN -> [SKIP][139] ([Intel XE#944]) +2 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-433/igt@xe_query@multigpu-query-uc-fw-version-guc.html
* igt@xe_vm@munmap-style-unbind-userptr-either-side-full:
- shard-lnl: NOTRUN -> [SKIP][140] ([Intel XE#1130])
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@xe_vm@munmap-style-unbind-userptr-either-side-full.html
#### Possible fixes ####
* igt@kms_async_flips@async-flip-suspend-resume@pipe-d-dp-2:
- {shard-bmg}: [DMESG-WARN][141] -> [PASS][142]
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-1/igt@kms_async_flips@async-flip-suspend-resume@pipe-d-dp-2.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-2/igt@kms_async_flips@async-flip-suspend-resume@pipe-d-dp-2.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear:
- shard-lnl: [FAIL][143] ([Intel XE#911]) -> [PASS][144] +3 other tests pass
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
* igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing:
- shard-dg2-set2: [INCOMPLETE][145] ([Intel XE#1195]) -> [PASS][146] +2 other tests pass
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-464/igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-463/igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:
- {shard-bmg}: [SKIP][147] ([Intel XE#2231]) -> [PASS][148] +1 other test pass
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-lnl: [FAIL][149] ([Intel XE#1659]) -> [PASS][150]
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- {shard-bmg}: [FAIL][151] ([Intel XE#1659]) -> [PASS][152]
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-64bpp-rotate-180:
- shard-dg2-set2: [DMESG-WARN][153] ([Intel XE#877]) -> [PASS][154] +1 other test pass
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-466/igt@kms_big_fb@linear-64bpp-rotate-180.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-436/igt@kms_big_fb@linear-64bpp-rotate-180.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
- {shard-bmg}: [SKIP][155] ([Intel XE#2231] / [Intel XE#2890]) -> [PASS][156]
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-8/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
- shard-dg2-set2: [INCOMPLETE][157] ([Intel XE#1195] / [Intel XE#1727]) -> [PASS][158]
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
* igt@kms_cursor_crc@cursor-onscreen-256x256:
- {shard-bmg}: [INCOMPLETE][159] -> [PASS][160] +1 other test pass
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-4/igt@kms_cursor_crc@cursor-onscreen-256x256.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-4/igt@kms_cursor_crc@cursor-onscreen-256x256.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- {shard-bmg}: [DMESG-WARN][161] ([Intel XE#2791] / [Intel XE#877]) -> [PASS][162]
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-7/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-toggle:
- {shard-bmg}: [DMESG-WARN][163] ([Intel XE#877]) -> [PASS][164]
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
* igt@kms_cursor_legacy@nonblocking-modeset-vs-cursor-atomic:
- shard-dg2-set2: [SKIP][165] ([Intel XE#2423] / [i915#2575]) -> [PASS][166] +9 other tests pass
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@kms_cursor_legacy@nonblocking-modeset-vs-cursor-atomic.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-436/igt@kms_cursor_legacy@nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-dg2-set2: [ABORT][167] ([Intel XE#2625]) -> [PASS][168]
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-432/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-433/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@cd-hdmi-a6-dp4:
- shard-dg2-set2: [ABORT][169] -> [PASS][170]
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-432/igt@kms_flip@2x-flip-vs-suspend-interruptible@cd-hdmi-a6-dp4.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-433/igt@kms_flip@2x-flip-vs-suspend-interruptible@cd-hdmi-a6-dp4.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@c-dp2:
- {shard-bmg}: [FAIL][171] -> [PASS][172]
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-2/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-dp2.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-dp2.html
* igt@kms_flip@flip-vs-expired-vblank@a-dp2:
- {shard-bmg}: [FAIL][173] ([Intel XE#301]) -> [PASS][174] +2 other tests pass
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-4/igt@kms_flip@flip-vs-expired-vblank@a-dp2.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-7/igt@kms_flip@flip-vs-expired-vblank@a-dp2.html
* igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a6:
- shard-dg2-set2: [FAIL][175] ([Intel XE#301]) -> [PASS][176] +6 other tests pass
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-464/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a6.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a6.html
* igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a6:
- shard-dg2-set2: [FAIL][177] -> [PASS][178] +2 other tests pass
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-464/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a6.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a6.html
* igt@kms_flip@plain-flip-ts-check-interruptible:
- shard-lnl: [FAIL][179] ([Intel XE#886]) -> [PASS][180] +2 other tests pass
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-4/igt@kms_flip@plain-flip-ts-check-interruptible.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-8/igt@kms_flip@plain-flip-ts-check-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-dg2-set2: [SKIP][181] -> [PASS][182] +2 other tests pass
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-436/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling:
- shard-dg2-set2: [SKIP][183] ([Intel XE#2351]) -> [PASS][184]
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-433/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt:
- shard-dg2-set2: [SKIP][185] ([Intel XE#2890]) -> [PASS][186]
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_plane@plane-position-covered@pipe-a-plane-2:
- shard-lnl: [DMESG-FAIL][187] ([Intel XE#324]) -> [PASS][188]
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-5/igt@kms_plane@plane-position-covered@pipe-a-plane-2.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-8/igt@kms_plane@plane-position-covered@pipe-a-plane-2.html
* igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3:
- shard-lnl: [DMESG-WARN][189] ([Intel XE#324]) -> [PASS][190] +6 other tests pass
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-5/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-4/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format:
- {shard-bmg}: [SKIP][191] -> [PASS][192] +7 other tests pass
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-8/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-7/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: [FAIL][193] ([Intel XE#718]) -> [PASS][194]
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-7/igt@kms_pm_dc@dc5-dpms.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-8/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg2-set2: [SKIP][195] ([Intel XE#2446]) -> [PASS][196]
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-463/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@universal-planes-dpms@plane-41:
- shard-lnl: [DMESG-WARN][197] -> [PASS][198]
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-6/igt@kms_pm_rpm@universal-planes-dpms@plane-41.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-2/igt@kms_pm_rpm@universal-planes-dpms@plane-41.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
- shard-lnl: [FAIL][199] ([Intel XE#899]) -> [PASS][200] +2 other tests pass
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-4/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
* igt@kms_vrr@flipline:
- shard-lnl: [FAIL][201] ([Intel XE#2443]) -> [PASS][202] +1 other test pass
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-2/igt@kms_vrr@flipline.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-6/igt@kms_vrr@flipline.html
* igt@xe_exec_compute_mode@many-bindexecqueue-userptr-invalidate-race:
- shard-lnl: [FAIL][203] ([Intel XE#2754]) -> [PASS][204]
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-4/igt@xe_exec_compute_mode@many-bindexecqueue-userptr-invalidate-race.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-7/igt@xe_exec_compute_mode@many-bindexecqueue-userptr-invalidate-race.html
* igt@xe_pm@s2idle-vm-bind-prefetch:
- shard-dg2-set2: [ABORT][205] ([Intel XE#1694]) -> [PASS][206]
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-432/igt@xe_pm@s2idle-vm-bind-prefetch.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-435/igt@xe_pm@s2idle-vm-bind-prefetch.html
* igt@xe_pm@s3-d3hot-basic-exec:
- shard-dg2-set2: [ABORT][207] ([Intel XE#1358] / [Intel XE#1794]) -> [PASS][208]
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-432/igt@xe_pm@s3-d3hot-basic-exec.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-463/igt@xe_pm@s3-d3hot-basic-exec.html
* igt@xe_pm@s4-vm-bind-userptr:
- shard-lnl: [ABORT][209] ([Intel XE#1794]) -> [PASS][210]
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-2/igt@xe_pm@s4-vm-bind-userptr.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-3/igt@xe_pm@s4-vm-bind-userptr.html
* igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout:
- {shard-bmg}: [SKIP][211] ([Intel XE#1130]) -> [PASS][212] +20 other tests pass
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-8/igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-7/igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout.html
* igt@xe_vm@large-misaligned-binds-536870912:
- shard-dg2-set2: [SKIP][213] ([Intel XE#1130]) -> [PASS][214] +17 other tests pass
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@xe_vm@large-misaligned-binds-536870912.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-433/igt@xe_vm@large-misaligned-binds-536870912.html
#### Warnings ####
* igt@kms_big_fb@y-tiled-64bpp-rotate-90:
- shard-dg2-set2: [SKIP][215] ([Intel XE#1124]) -> [SKIP][216] ([Intel XE#2351])
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-434/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb:
- shard-dg2-set2: [SKIP][217] ([Intel XE#2351]) -> [SKIP][218] ([Intel XE#619])
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@kms_big_fb@y-tiled-addfb.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-464/igt@kms_big_fb@y-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-lnl: [SKIP][219] ([Intel XE#1124]) -> [SKIP][220] ([Intel XE#2351])
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_bw@linear-tiling-4-displays-3840x2160p:
- shard-lnl: [SKIP][221] ([Intel XE#1512]) -> [SKIP][222] ([Intel XE#2423])
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-6/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
- shard-dg2-set2: [SKIP][223] -> [SKIP][224] ([Intel XE#2907])
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-463/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs:
- shard-lnl: [SKIP][225] ([Intel XE#2887]) -> [SKIP][226] ([Intel XE#2351])
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-3/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs.html
* igt@kms_chamelium_audio@dp-audio:
- shard-dg2-set2: [SKIP][227] ([Intel XE#373]) -> [SKIP][228] ([Intel XE#2423] / [i915#2575]) +2 other tests skip
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-466/igt@kms_chamelium_audio@dp-audio.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode:
- shard-dg2-set2: [SKIP][229] ([Intel XE#2423] / [i915#2575]) -> [SKIP][230] ([Intel XE#373])
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-436/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode:
- shard-lnl: [SKIP][231] ([Intel XE#373]) -> [SKIP][232] ([Intel XE#2423]) +2 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-1/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html
* igt@kms_cursor_crc@cursor-offscreen-32x32:
- shard-dg2-set2: [SKIP][233] ([Intel XE#455]) -> [SKIP][234] ([Intel XE#2423] / [i915#2575])
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-433/igt@kms_cursor_crc@cursor-offscreen-32x32.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_cursor_crc@cursor-offscreen-32x32.html
* igt@kms_cursor_crc@cursor-random-32x32:
- shard-dg2-set2: [SKIP][235] ([Intel XE#2423] / [i915#2575]) -> [SKIP][236] ([Intel XE#455]) +1 other test skip
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@kms_cursor_crc@cursor-random-32x32.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-464/igt@kms_cursor_crc@cursor-random-32x32.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic:
- shard-lnl: [SKIP][237] ([Intel XE#309]) -> [SKIP][238] ([Intel XE#2423])
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-2/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-lnl: [SKIP][239] ([Intel XE#323]) -> [SKIP][240] ([Intel XE#2423])
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-lnl: [SKIP][241] ([Intel XE#307]) -> [SKIP][242] ([Intel XE#2423])
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-7/igt@kms_display_modes@mst-extended-mode-negative.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-lnl: [SKIP][243] ([Intel XE#1421]) -> [SKIP][244] ([Intel XE#2423]) +1 other test skip
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-5/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling:
- shard-dg2-set2: [SKIP][245] ([Intel XE#455]) -> [SKIP][246] ([Intel XE#2351])
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling:
- shard-lnl: [SKIP][247] ([Intel XE#1397] / [Intel XE#1745]) -> [SKIP][248] ([Intel XE#2351])
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-7/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render:
- shard-lnl: [SKIP][249] ([Intel XE#656]) -> [SKIP][250] ([Intel XE#2351]) +5 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-blt:
- shard-dg2-set2: [SKIP][251] -> [SKIP][252] ([Intel XE#651])
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-blt.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff:
- shard-lnl: [SKIP][253] ([Intel XE#651]) -> [SKIP][254] ([Intel XE#2351]) +2 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-5/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff.html
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-onoff:
- shard-dg2-set2: [SKIP][255] ([Intel XE#651]) -> [SKIP][256] ([Intel XE#2351])
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-onoff.html
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-pri-indfb-multidraw:
- shard-dg2-set2: [SKIP][257] ([Intel XE#2351]) -> [SKIP][258] ([Intel XE#653]) +1 other test skip
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-2p-pri-indfb-multidraw.html
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-2p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-render:
- shard-dg2-set2: [SKIP][259] ([Intel XE#653]) -> [SKIP][260] ([Intel XE#2351])
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-render.html
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-blt:
- shard-dg2-set2: [SKIP][261] ([Intel XE#2890]) -> [SKIP][262] ([Intel XE#653]) +1 other test skip
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-blt.html
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render:
- shard-dg2-set2: [SKIP][263] ([Intel XE#653]) -> [SKIP][264] ([Intel XE#2890])
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-lnl: [SKIP][265] ([Intel XE#2927]) -> [SKIP][266] ([Intel XE#2351])
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-2/igt@kms_joiner@basic-ultra-joiner.html
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers:
- shard-lnl: [SKIP][267] ([Intel XE#2763]) -> [SKIP][268] ([Intel XE#2423])
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-7/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-dg2-set2: [SKIP][269] -> [SKIP][270] ([Intel XE#2938])
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@kms_pm_backlight@brightness-with-dpms.html
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-466/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf:
- shard-dg2-set2: [SKIP][271] -> [SKIP][272] ([Intel XE#1489]) +1 other test skip
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-436/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr@fbc-pr-sprite-render:
- shard-lnl: [SKIP][273] ([Intel XE#1406]) -> [SKIP][274] ([Intel XE#2351])
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-1/igt@kms_psr@fbc-pr-sprite-render.html
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@kms_psr@fbc-pr-sprite-render.html
* igt@kms_psr@pr-cursor-plane-move:
- shard-dg2-set2: [SKIP][275] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][276] ([Intel XE#2351])
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@kms_psr@pr-cursor-plane-move.html
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_psr@pr-cursor-plane-move.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-dg2-set2: [SKIP][277] ([Intel XE#756]) -> [SKIP][278] ([Intel XE#2423] / [i915#2575])
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-463/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@xe_compute@ccs-mode-basic:
- shard-dg2-set2: [SKIP][279] ([Intel XE#1130]) -> [FAIL][280] ([Intel XE#1050])
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@xe_compute@ccs-mode-basic.html
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-463/igt@xe_compute@ccs-mode-basic.html
* igt@xe_create@create-big-vram:
- shard-lnl: [SKIP][281] ([Intel XE#1062]) -> [SKIP][282] ([Intel XE#1130])
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-7/igt@xe_create@create-big-vram.html
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@xe_create@create-big-vram.html
* igt@xe_eudebug@basic-vm-bind-discovery:
- shard-dg2-set2: [SKIP][283] ([Intel XE#1130]) -> [SKIP][284] ([Intel XE#2905]) +2 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@xe_eudebug@basic-vm-bind-discovery.html
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-464/igt@xe_eudebug@basic-vm-bind-discovery.html
* igt@xe_eudebug_online@interrupt-all:
- shard-dg2-set2: [SKIP][285] ([Intel XE#2905]) -> [SKIP][286] ([Intel XE#1130]) +1 other test skip
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-463/igt@xe_eudebug_online@interrupt-all.html
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@xe_eudebug_online@interrupt-all.html
* igt@xe_evict@evict-beng-large-multi-vm-cm:
- shard-dg2-set2: [FAIL][287] ([Intel XE#1600]) -> [SKIP][288] ([Intel XE#1130])
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-435/igt@xe_evict@evict-beng-large-multi-vm-cm.html
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@xe_evict@evict-beng-large-multi-vm-cm.html
* igt@xe_evict@evict-beng-mixed-threads-small:
- shard-lnl: [SKIP][289] ([Intel XE#688]) -> [SKIP][290] ([Intel XE#1130])
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-7/igt@xe_evict@evict-beng-mixed-threads-small.html
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@xe_evict@evict-beng-mixed-threads-small.html
* igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate:
- shard-lnl: [SKIP][291] ([Intel XE#1392]) -> [SKIP][292] ([Intel XE#1130])
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-6/igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate.html
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate.html
* igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-imm:
- shard-dg2-set2: [SKIP][293] ([Intel XE#1130]) -> [SKIP][294] ([Intel XE#288]) +2 other tests skip
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-imm.html
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-436/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-imm.html
* igt@xe_exec_fault_mode@twice-bindexecqueue-userptr:
- shard-dg2-set2: [SKIP][295] ([Intel XE#288]) -> [SKIP][296] ([Intel XE#1130]) +4 other tests skip
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-433/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr.html
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- shard-lnl: [SKIP][297] ([Intel XE#2229]) -> [FAIL][298] ([Intel XE#2909])
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-7/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
* igt@xe_mmap@small-bar:
- shard-dg2-set2: [SKIP][299] ([Intel XE#512]) -> [SKIP][300] ([Intel XE#1130])
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-433/igt@xe_mmap@small-bar.html
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@xe_mmap@small-bar.html
* igt@xe_oa@stress-open-close:
- shard-dg2-set2: [SKIP][301] ([Intel XE#2541]) -> [SKIP][302] ([Intel XE#1130])
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-433/igt@xe_oa@stress-open-close.html
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@xe_oa@stress-open-close.html
* igt@xe_pm@d3hot-mmap-vram:
- shard-lnl: [SKIP][303] ([Intel XE#1948]) -> [SKIP][304] ([Intel XE#1130])
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-1/igt@xe_pm@d3hot-mmap-vram.html
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@xe_pm@d3hot-mmap-vram.html
* igt@xe_pm@vram-d3cold-threshold:
- shard-dg2-set2: [SKIP][305] ([Intel XE#579]) -> [SKIP][306] ([Intel XE#1130])
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-463/igt@xe_pm@vram-d3cold-threshold.html
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@xe_pm@vram-d3cold-threshold.html
* igt@xe_query@multigpu-query-hwconfig:
- shard-dg2-set2: [SKIP][307] ([Intel XE#1130]) -> [SKIP][308] ([Intel XE#944])
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@xe_query@multigpu-query-hwconfig.html
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-463/igt@xe_query@multigpu-query-hwconfig.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1000]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000
[Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033
[Intel XE#1050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1050
[Intel XE#1062]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1062
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130
[Intel XE#1131]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1131
[Intel XE#1137]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137
[Intel XE#1158]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1158
[Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195
[Intel XE#1204]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1204
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[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#1437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[Intel XE#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1620]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1620
[Intel XE#1649]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1649
[Intel XE#1659]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659
[Intel XE#1694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1694
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#1885]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1885
[Intel XE#1948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1948
[Intel XE#1999]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1999
[Intel XE#2105]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2105
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231
[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#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[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#2329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2329
[Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423
[Intel XE#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443
[Intel XE#2446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2446
[Intel XE#2514]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255
[Intel XE#2574]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2574
[Intel XE#2625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2625
[Intel XE#2667]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2667
[Intel XE#2754]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2754
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2791]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2791
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2890]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890
[Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905
[Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907
[Intel XE#2909]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2909
[Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927
[Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938
[Intel XE#2939]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2939
[Intel XE#2948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2948
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324
[Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327
[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#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/512
[Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
[Intel XE#586]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/586
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899
[Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908
[Intel XE#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
Build changes
-------------
* IGT: IGT_8065 -> IGTPW_11903
* Linux: xe-2048-09a8c322287e106dca33e28fa7f1475255a9ef16 -> xe-2050-d2577be8b969257afb5f76964afc16ae4f6f7c07
IGTPW_11903: 8ee8da2b7ca829a8f6b1a92e68df029d02651f9a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8065: c727cc3fad56f16f1a9f35023ae5dd7111976fa3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2048-09a8c322287e106dca33e28fa7f1475255a9ef16: 09a8c322287e106dca33e28fa7f1475255a9ef16
xe-2050-d2577be8b969257afb5f76964afc16ae4f6f7c07: d2577be8b969257afb5f76964afc16ae4f6f7c07
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/index.html
[-- Attachment #2: Type: text/html, Size: 88029 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ Fi.CI.IGT: failure for tests/xe_exec_sip: increase timeout margin for tests
2024-10-11 13:36 [PATCH] tests/xe_exec_sip: increase timeout margin for tests Andrzej Hajda
` (2 preceding siblings ...)
2024-10-11 20:35 ` ✗ CI.xeFULL: failure " Patchwork
@ 2024-10-12 9:45 ` Patchwork
2024-10-14 8:36 ` Hajda, Andrzej
2024-10-14 9:53 ` [PATCH] " Kamil Konieczny
4 siblings, 1 reply; 8+ messages in thread
From: Patchwork @ 2024-10-12 9:45 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 100272 bytes --]
== Series Details ==
Series: tests/xe_exec_sip: increase timeout margin for tests
URL : https://patchwork.freedesktop.org/series/139889/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_15517_full -> IGTPW_11903_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_11903_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_11903_full, 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_11903/index.html
Participating hosts (8 -> 8)
------------------------------
Additional (1): shard-glk-0
Missing (1): shard-glk
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_11903_full:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@perf:
- shard-snb: [PASS][1] -> [ABORT][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-snb7/igt@i915_selftest@perf.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb6/igt@i915_selftest@perf.html
* igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size:
- shard-mtlp: [PASS][3] -> [INCOMPLETE][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-7/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
* igt@kms_flip@flip-vs-wf_vblank-interruptible@d-hdmi-a3:
- shard-dg1: NOTRUN -> [FAIL][5]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@kms_flip@flip-vs-wf_vblank-interruptible@d-hdmi-a3.html
* igt@kms_plane@pixel-format:
- shard-rkl: [PASS][6] -> [ABORT][7] +1 other test abort
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-rkl-3/igt@kms_plane@pixel-format.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@kms_plane@pixel-format.html
* igt@kms_psr@psr-sprite-blt@edp-1:
- shard-mtlp: NOTRUN -> [FAIL][8] +1 other test fail
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-5/igt@kms_psr@psr-sprite-blt@edp-1.html
* igt@kms_psr@psr2-dpms:
- shard-mtlp: [PASS][9] -> [FAIL][10] +1 other test fail
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-7/igt@kms_psr@psr2-dpms.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-8/igt@kms_psr@psr2-dpms.html
Known issues
------------
Here are the changes found in IGTPW_11903_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@device_reset@unbind-cold-reset-rebind:
- shard-tglu: NOTRUN -> [SKIP][11] ([i915#11078])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-10/igt@device_reset@unbind-cold-reset-rebind.html
* igt@drm_fdinfo@virtual-busy-idle-all:
- shard-dg2: NOTRUN -> [SKIP][12] ([i915#8414])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-10/igt@drm_fdinfo@virtual-busy-idle-all.html
- shard-dg1: NOTRUN -> [SKIP][13] ([i915#8414]) +1 other test skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-19/igt@drm_fdinfo@virtual-busy-idle-all.html
* igt@fbdev@unaligned-read:
- shard-dg2: [PASS][14] -> [SKIP][15] ([i915#2582])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-5/igt@fbdev@unaligned-read.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@fbdev@unaligned-read.html
* igt@gem_busy@close-race:
- shard-dg2: NOTRUN -> [FAIL][16] ([i915#12297])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-6/igt@gem_busy@close-race.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-tglu: NOTRUN -> [SKIP][17] ([i915#9323])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-7/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-tglu: NOTRUN -> [SKIP][18] ([i915#6335])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-7/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_ctx_engines@invalid-engines:
- shard-rkl: NOTRUN -> [FAIL][19] ([i915#12065])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-3/igt@gem_ctx_engines@invalid-engines.html
- shard-mtlp: [PASS][20] -> [FAIL][21] ([i915#12031])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-5/igt@gem_ctx_engines@invalid-engines.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-1/igt@gem_ctx_engines@invalid-engines.html
* igt@gem_ctx_persistence@heartbeat-many:
- shard-dg2: NOTRUN -> [SKIP][22] ([i915#8555])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-10/igt@gem_ctx_persistence@heartbeat-many.html
* igt@gem_ctx_persistence@hostile:
- shard-rkl: [PASS][23] -> [FAIL][24] ([i915#11980])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-rkl-3/igt@gem_ctx_persistence@hostile.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@gem_ctx_persistence@hostile.html
* igt@gem_ctx_sseu@engines:
- shard-tglu: NOTRUN -> [SKIP][25] ([i915#280])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-9/igt@gem_ctx_sseu@engines.html
* igt@gem_eio@reset-stress:
- shard-dg1: [PASS][26] -> [FAIL][27] ([i915#5784])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-18/igt@gem_eio@reset-stress.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-19/igt@gem_eio@reset-stress.html
* igt@gem_exec_balancer@parallel-dmabuf-import-out-fence:
- shard-rkl: NOTRUN -> [SKIP][28] ([i915#4525])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html
* igt@gem_exec_balancer@sliced:
- shard-dg2: NOTRUN -> [SKIP][29] ([i915#4812])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-4/igt@gem_exec_balancer@sliced.html
* igt@gem_exec_capture@capture:
- shard-mtlp: NOTRUN -> [FAIL][30] ([i915#11965]) +1 other test fail
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-5/igt@gem_exec_capture@capture.html
* igt@gem_exec_capture@capture-invisible:
- shard-rkl: NOTRUN -> [SKIP][31] ([i915#6334]) +1 other test skip
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@gem_exec_capture@capture-invisible.html
- shard-tglu: NOTRUN -> [SKIP][32] ([i915#6334]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-7/igt@gem_exec_capture@capture-invisible.html
* igt@gem_exec_fair@basic-pace-share:
- shard-tglu: [PASS][33] -> [FAIL][34] ([i915#2842]) +1 other test fail
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-tglu-2/igt@gem_exec_fair@basic-pace-share.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-9/igt@gem_exec_fair@basic-pace-share.html
* igt@gem_exec_fair@basic-throttle:
- shard-dg2: NOTRUN -> [SKIP][35] ([i915#3539])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-10/igt@gem_exec_fair@basic-throttle.html
* igt@gem_exec_flush@basic-uc-pro-default:
- shard-dg2: NOTRUN -> [SKIP][36] ([i915#3539] / [i915#4852]) +1 other test skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-4/igt@gem_exec_flush@basic-uc-pro-default.html
* igt@gem_exec_flush@basic-uc-rw-default:
- shard-dg1: NOTRUN -> [SKIP][37] ([i915#3539] / [i915#4852]) +3 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@gem_exec_flush@basic-uc-rw-default.html
* igt@gem_exec_reloc@basic-cpu-wc:
- shard-dg1: NOTRUN -> [SKIP][38] ([i915#3281]) +8 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@gem_exec_reloc@basic-cpu-wc.html
* igt@gem_exec_reloc@basic-gtt-cpu-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][39] ([i915#3281]) +4 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-1/igt@gem_exec_reloc@basic-gtt-cpu-noreloc.html
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#3281]) +9 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@gem_exec_reloc@basic-gtt-cpu-noreloc.html
* igt@gem_exec_reloc@basic-write-read:
- shard-rkl: NOTRUN -> [SKIP][41] ([i915#3281]) +2 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-4/igt@gem_exec_reloc@basic-write-read.html
* igt@gem_exec_suspend@basic-s0@smem:
- shard-dg2: [PASS][42] -> [INCOMPLETE][43] ([i915#11441]) +1 other test incomplete
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@gem_exec_suspend@basic-s0@smem.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@gem_exec_suspend@basic-s0@smem.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4613])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@smem-oom:
- shard-tglu: NOTRUN -> [SKIP][45] ([i915#4613]) +4 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_madvise@dontneed-before-pwrite:
- shard-dg2: NOTRUN -> [SKIP][46] ([i915#3282]) +1 other test skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@gem_madvise@dontneed-before-pwrite.html
- shard-dg1: NOTRUN -> [SKIP][47] ([i915#3282]) +1 other test skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-19/igt@gem_madvise@dontneed-before-pwrite.html
* igt@gem_mmap@short-mmap:
- shard-dg2: NOTRUN -> [SKIP][48] ([i915#4083])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@gem_mmap@short-mmap.html
* igt@gem_mmap_gtt@basic-small-bo:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#4077]) +7 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@gem_mmap_gtt@basic-small-bo.html
* igt@gem_mmap_gtt@basic-wc:
- shard-dg1: NOTRUN -> [SKIP][50] ([i915#4077]) +5 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@gem_mmap_gtt@basic-wc.html
* igt@gem_mmap_wc@copy:
- shard-dg1: NOTRUN -> [SKIP][51] ([i915#4083]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@gem_mmap_wc@copy.html
- shard-mtlp: NOTRUN -> [SKIP][52] ([i915#4083])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-6/igt@gem_mmap_wc@copy.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-rkl: NOTRUN -> [SKIP][53] ([i915#3282]) +4 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_pwrite@basic-exhaustion:
- shard-tglu: NOTRUN -> [WARN][54] ([i915#2658])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@reject-modify-context-protection-off-2:
- shard-rkl: NOTRUN -> [SKIP][55] ([i915#4270])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-1/igt@gem_pxp@reject-modify-context-protection-off-2.html
* igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
- shard-dg2: NOTRUN -> [SKIP][56] ([i915#4270]) +4 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
* igt@gem_pxp@verify-pxp-stale-ctx-execution:
- shard-dg1: NOTRUN -> [SKIP][57] ([i915#4270]) +1 other test skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@gem_pxp@verify-pxp-stale-ctx-execution.html
- shard-tglu: NOTRUN -> [SKIP][58] ([i915#4270]) +2 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-8/igt@gem_pxp@verify-pxp-stale-ctx-execution.html
- shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4270])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-5/igt@gem_pxp@verify-pxp-stale-ctx-execution.html
* igt@gem_render_copy@y-tiled-ccs-to-y-tiled:
- shard-dg2: NOTRUN -> [SKIP][60] ([i915#5190] / [i915#8428]) +2 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-6/igt@gem_render_copy@y-tiled-ccs-to-y-tiled.html
* igt@gem_render_tiled_blits@basic:
- shard-mtlp: NOTRUN -> [SKIP][61] ([i915#4079])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@gem_render_tiled_blits@basic.html
- shard-dg2: NOTRUN -> [SKIP][62] ([i915#4079])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@gem_render_tiled_blits@basic.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-rkl: NOTRUN -> [SKIP][63] ([i915#8411]) +1 other test skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_set_tiling_vs_blt@untiled-to-tiled:
- shard-dg1: NOTRUN -> [SKIP][64] ([i915#4079]) +1 other test skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
* igt@gem_tiled_partial_pwrite_pread@writes:
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#4077]) +1 other test skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@gem_tiled_partial_pwrite_pread@writes.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-rkl: NOTRUN -> [SKIP][66] ([i915#3297]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-3/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@invalid-mmap-offset-unsync:
- shard-tglu: NOTRUN -> [SKIP][67] ([i915#3297]) +2 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-3/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
- shard-dg1: NOTRUN -> [SKIP][68] ([i915#3297])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
- shard-dg1: NOTRUN -> [SKIP][69] ([i915#3297] / [i915#4880])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
* igt@gem_userptr_blits@relocations:
- shard-rkl: NOTRUN -> [SKIP][70] ([i915#3281] / [i915#3297])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-3/igt@gem_userptr_blits@relocations.html
- shard-dg1: NOTRUN -> [SKIP][71] ([i915#3281] / [i915#3297])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-15/igt@gem_userptr_blits@relocations.html
* igt@gen9_exec_parse@bb-chained:
- shard-rkl: NOTRUN -> [SKIP][72] ([i915#2527]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@gen9_exec_parse@bb-chained.html
- shard-tglu: NOTRUN -> [SKIP][73] ([i915#2527] / [i915#2856]) +2 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@gen9_exec_parse@bb-chained.html
* igt@gen9_exec_parse@unaligned-access:
- shard-dg2: NOTRUN -> [SKIP][74] ([i915#2856]) +3 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-3/igt@gen9_exec_parse@unaligned-access.html
- shard-dg1: NOTRUN -> [SKIP][75] ([i915#2527]) +1 other test skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@gen9_exec_parse@unaligned-access.html
- shard-mtlp: NOTRUN -> [SKIP][76] ([i915#2856]) +1 other test skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@gen9_exec_parse@unaligned-access.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-rkl: NOTRUN -> [ABORT][77] ([i915#9820])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-7/igt@i915_module_load@reload-with-fault-injection.html
- shard-tglu: NOTRUN -> [ABORT][78] ([i915#10887] / [i915#9820])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-8/igt@i915_module_load@reload-with-fault-injection.html
- shard-mtlp: [PASS][79] -> [ABORT][80] ([i915#10131] / [i915#10887] / [i915#9820])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_module_load@resize-bar:
- shard-rkl: NOTRUN -> [SKIP][81] ([i915#6412])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@i915_module_load@resize-bar.html
- shard-dg1: NOTRUN -> [SKIP][82] ([i915#7178])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-19/igt@i915_module_load@resize-bar.html
- shard-tglu: NOTRUN -> [SKIP][83] ([i915#6412])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-9/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-basic-api:
- shard-tglu: NOTRUN -> [SKIP][84] ([i915#8399])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-10/igt@i915_pm_freq_api@freq-basic-api.html
- shard-rkl: NOTRUN -> [SKIP][85] ([i915#8399])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@i915_pm_freq_api@freq-basic-api.html
* igt@i915_pm_freq_mult@media-freq@gt0:
- shard-dg1: NOTRUN -> [SKIP][86] ([i915#6590]) +1 other test skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@i915_pm_freq_mult@media-freq@gt0.html
- shard-tglu: NOTRUN -> [SKIP][87] ([i915#6590]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-8/igt@i915_pm_freq_mult@media-freq@gt0.html
* igt@i915_pm_rps@basic-api:
- shard-dg1: NOTRUN -> [SKIP][88] ([i915#11681] / [i915#6621])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-15/igt@i915_pm_rps@basic-api.html
- shard-dg2: NOTRUN -> [SKIP][89] ([i915#11681] / [i915#6621])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-1/igt@i915_pm_rps@basic-api.html
* igt@i915_pm_rps@reset:
- shard-snb: [PASS][90] -> [INCOMPLETE][91] ([i915#7790])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-snb2/igt@i915_pm_rps@reset.html
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb6/igt@i915_pm_rps@reset.html
* igt@i915_query@hwconfig_table:
- shard-tglu: NOTRUN -> [SKIP][92] ([i915#6245])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@i915_query@hwconfig_table.html
- shard-rkl: NOTRUN -> [SKIP][93] ([i915#6245])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-4/igt@i915_query@hwconfig_table.html
* igt@i915_selftest@perf@engine_cs:
- shard-snb: [PASS][94] -> [ABORT][95] ([i915#11703])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-snb7/igt@i915_selftest@perf@engine_cs.html
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb6/igt@i915_selftest@perf@engine_cs.html
* igt@intel_hwmon@hwmon-write:
- shard-tglu: NOTRUN -> [SKIP][96] ([i915#7707])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@intel_hwmon@hwmon-write.html
* igt@kms_addfb_basic@clobberred-modifier:
- shard-dg2: NOTRUN -> [SKIP][97] ([i915#4212]) +1 other test skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@kms_addfb_basic@clobberred-modifier.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg1: NOTRUN -> [SKIP][98] ([i915#9531])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-17/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-tglu: NOTRUN -> [SKIP][99] ([i915#1769] / [i915#3555])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-270:
- shard-tglu: NOTRUN -> [SKIP][100] ([i915#5286]) +4 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-rkl: NOTRUN -> [SKIP][101] ([i915#5286])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][102] ([i915#3638])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-18/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][103] ([i915#3638])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][104] ([i915#5190] / [i915#9197]) +2 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][105] ([i915#4538] / [i915#5190]) +6 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][106] ([i915#4538]) +3 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
- shard-mtlp: NOTRUN -> [SKIP][107] +7 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][108] ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-tglu: NOTRUN -> [SKIP][109] ([i915#12313]) +2 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][110] ([i915#12313])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-3/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][111] ([i915#6095]) +120 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][112] ([i915#6095]) +19 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-1/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-c-edp-1.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][113] ([i915#10307] / [i915#6095]) +149 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-3.html
* igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs:
- shard-dg2: NOTRUN -> [SKIP][114] ([i915#12313]) +1 other test skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
- shard-dg1: NOTRUN -> [SKIP][115] ([i915#12313]) +1 other test skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][116] ([i915#6095]) +70 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-c-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][117] ([i915#6095]) +69 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-c-hdmi-a-1.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-tglu: NOTRUN -> [SKIP][118] ([i915#3742])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-7/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][119] ([i915#7213]) +3 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2.html
* igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][120] ([i915#4087]) +3 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-1/igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3.html
* igt@kms_chamelium_edid@dp-edid-read:
- shard-mtlp: NOTRUN -> [SKIP][121] ([i915#7828])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-5/igt@kms_chamelium_edid@dp-edid-read.html
* igt@kms_chamelium_frames@hdmi-crc-single:
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#7828]) +1 other test skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-1/igt@kms_chamelium_frames@hdmi-crc-single.html
* igt@kms_chamelium_hpd@dp-hpd-storm:
- shard-dg2: NOTRUN -> [SKIP][123] ([i915#7828]) +4 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_chamelium_hpd@dp-hpd-storm.html
* igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
- shard-tglu: NOTRUN -> [SKIP][124] ([i915#7828]) +8 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-7/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
* igt@kms_chamelium_hpd@hdmi-hpd-storm-disable:
- shard-dg1: NOTRUN -> [SKIP][125] ([i915#7828]) +5 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-19/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html
* igt@kms_content_protection@atomic-dpms:
- shard-dg2: NOTRUN -> [SKIP][126] ([i915#7118] / [i915#9424])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-4/igt@kms_content_protection@atomic-dpms.html
- shard-dg1: NOTRUN -> [SKIP][127] ([i915#7116] / [i915#9424])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg2: NOTRUN -> [SKIP][128] ([i915#3299]) +1 other test skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-1/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-dg1: NOTRUN -> [SKIP][129] ([i915#3299]) +1 other test skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@legacy:
- shard-tglu: NOTRUN -> [SKIP][130] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) +1 other test skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-8/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@lic-type-0:
- shard-tglu: NOTRUN -> [SKIP][131] ([i915#6944] / [i915#9424]) +2 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@kms_content_protection@lic-type-0.html
- shard-mtlp: NOTRUN -> [SKIP][132] ([i915#6944] / [i915#9424]) +1 other test skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-5/igt@kms_content_protection@lic-type-0.html
- shard-dg1: NOTRUN -> [SKIP][133] ([i915#9424]) +1 other test skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@lic-type-1:
- shard-rkl: NOTRUN -> [SKIP][134] ([i915#9424])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@kms_content_protection@lic-type-1.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-rkl: NOTRUN -> [SKIP][135] ([i915#11453]) +1 other test skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-32x10:
- shard-rkl: NOTRUN -> [SKIP][136] ([i915#3555]) +2 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-1/igt@kms_cursor_crc@cursor-onscreen-32x10.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg1: NOTRUN -> [SKIP][137] ([i915#11453]) +1 other test skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-mtlp: NOTRUN -> [SKIP][138] ([i915#11453])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-1/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-tglu: NOTRUN -> [SKIP][139] ([i915#11453]) +1 other test skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-3/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
- shard-dg2: NOTRUN -> [SKIP][140] ([i915#11453])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
- shard-snb: [PASS][141] -> [SKIP][142] +4 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-snb5/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb5/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-dg1: NOTRUN -> [SKIP][143] ([i915#4103] / [i915#4213]) +1 other test skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-17/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
- shard-tglu: NOTRUN -> [SKIP][144] ([i915#4103])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
- shard-mtlp: NOTRUN -> [SKIP][145] ([i915#4213])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size:
- shard-dg2: [PASS][146] -> [SKIP][147] ([i915#9197]) +32 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-3/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
- shard-mtlp: NOTRUN -> [SKIP][148] ([i915#9809]) +2 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-dg2: NOTRUN -> [SKIP][149] ([i915#4103] / [i915#4213]) +1 other test skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-tglu: NOTRUN -> [SKIP][150] ([i915#9723])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg2: NOTRUN -> [SKIP][151] ([i915#8588])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@kms_display_modes@mst-extended-mode-negative.html
- shard-rkl: NOTRUN -> [SKIP][152] ([i915#8588])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-3/igt@kms_display_modes@mst-extended-mode-negative.html
- shard-tglu: NOTRUN -> [SKIP][153] ([i915#8588])
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-2/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_draw_crc@draw-method-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][154] ([i915#8812])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-15/igt@kms_draw_crc@draw-method-mmap-gtt.html
- shard-dg2: NOTRUN -> [SKIP][155] ([i915#8812])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-1/igt@kms_draw_crc@draw-method-mmap-gtt.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-dg2: NOTRUN -> [SKIP][156] ([i915#9197]) +14 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_dsc@dsc-fractional-bpp.html
- shard-rkl: NOTRUN -> [SKIP][157] ([i915#3840])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@kms_dsc@dsc-fractional-bpp.html
- shard-mtlp: NOTRUN -> [SKIP][158] ([i915#3840] / [i915#9688])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-8/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-with-bpc:
- shard-tglu: NOTRUN -> [SKIP][159] ([i915#3555] / [i915#3840]) +2 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-rkl: NOTRUN -> [SKIP][160] ([i915#3555] / [i915#3840]) +1 other test skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-mtlp: NOTRUN -> [SKIP][161] ([i915#3555] / [i915#3840]) +1 other test skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@kms_dsc@dsc-with-output-formats.html
- shard-dg2: NOTRUN -> [SKIP][162] ([i915#3555] / [i915#3840])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-3/igt@kms_dsc@dsc-with-output-formats.html
- shard-dg1: NOTRUN -> [SKIP][163] ([i915#3555] / [i915#3840]) +2 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1:
- shard-snb: [PASS][164] -> [FAIL][165] ([i915#2122]) +1 other test fail
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-snb7/igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1.html
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb1/igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1.html
* igt@kms_flip@2x-modeset-vs-vblank-race:
- shard-dg2: NOTRUN -> [SKIP][166] +15 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_flip@2x-modeset-vs-vblank-race.html
- shard-dg1: NOTRUN -> [SKIP][167] ([i915#9934]) +3 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-19/igt@kms_flip@2x-modeset-vs-vblank-race.html
* igt@kms_flip@2x-nonexisting-fb-interruptible:
- shard-tglu: NOTRUN -> [SKIP][168] ([i915#3637]) +6 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-8/igt@kms_flip@2x-nonexisting-fb-interruptible.html
* igt@kms_flip@blocking-wf_vblank@a-hdmi-a1:
- shard-tglu: [PASS][169] -> [FAIL][170] ([i915#2122]) +1 other test fail
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-tglu-10/igt@kms_flip@blocking-wf_vblank@a-hdmi-a1.html
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-7/igt@kms_flip@blocking-wf_vblank@a-hdmi-a1.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-dg1: NOTRUN -> [INCOMPLETE][171] ([i915#4839] / [i915#6113])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-19/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a4:
- shard-dg1: NOTRUN -> [INCOMPLETE][172] ([i915#6113])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-19/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a4.html
* igt@kms_flip@flip-vs-wf_vblank-interruptible:
- shard-dg1: [PASS][173] -> [FAIL][174] ([i915#10826])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-19/igt@kms_flip@flip-vs-wf_vblank-interruptible.html
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@kms_flip@flip-vs-wf_vblank-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling:
- shard-dg2: [PASS][175] -> [SKIP][176] ([i915#3555]) +2 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling.html
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][177] ([i915#2587] / [i915#2672]) +4 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling:
- shard-mtlp: NOTRUN -> [SKIP][178] ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
- shard-dg2: NOTRUN -> [SKIP][179] ([i915#2672] / [i915#3555])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][180] ([i915#2587] / [i915#2672]) +3 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][181] ([i915#2672] / [i915#8813]) +1 other test skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling:
- shard-dg2: NOTRUN -> [SKIP][182] ([i915#3555] / [i915#5190])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][183] ([i915#2672] / [i915#3555]) +1 other test skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html
- shard-dg1: NOTRUN -> [SKIP][184] ([i915#2672] / [i915#3555]) +3 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][185] ([i915#2672]) +1 other test skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-dg2: NOTRUN -> [SKIP][186] ([i915#3555]) +3 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/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-tglu: NOTRUN -> [SKIP][187] ([i915#2672] / [i915#3555]) +4 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][188] ([i915#2672]) +1 other test skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move:
- shard-dg2: [PASS][189] -> [SKIP][190] ([i915#5354]) +16 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][191] ([i915#1825]) +21 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][192] ([i915#8708]) +10 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-stridechange:
- shard-dg2: [PASS][193] -> [FAIL][194] ([i915#6880])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-stridechange.html
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-stridechange.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-dg1: NOTRUN -> [SKIP][195] ([i915#5439]) +1 other test skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][196] ([i915#8708]) +8 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-rte:
- shard-rkl: NOTRUN -> [SKIP][197] ([i915#3023]) +12 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][198] +29 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][199] ([i915#8708]) +2 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][200] +98 other tests skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
- shard-dg2: NOTRUN -> [SKIP][201] ([i915#3458]) +8 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-pgflip-blt:
- shard-mtlp: NOTRUN -> [SKIP][202] ([i915#1825]) +13 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][203] ([i915#5354]) +25 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][204] ([i915#3458]) +11 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu.html
* igt@kms_hdmi_inject@inject-audio:
- shard-mtlp: NOTRUN -> [SKIP][205] ([i915#433])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-1/igt@kms_hdmi_inject@inject-audio.html
- shard-dg2: NOTRUN -> [SKIP][206] ([i915#433])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@kms_hdmi_inject@inject-audio.html
- shard-rkl: NOTRUN -> [SKIP][207] ([i915#433])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-3/igt@kms_hdmi_inject@inject-audio.html
- shard-dg1: NOTRUN -> [SKIP][208] ([i915#433])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@kms_hdmi_inject@inject-audio.html
- shard-tglu: NOTRUN -> [SKIP][209] ([i915#433])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-2/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-tglu: NOTRUN -> [SKIP][210] ([i915#3555] / [i915#8228]) +3 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-10/igt@kms_hdr@bpc-switch-suspend.html
- shard-rkl: NOTRUN -> [SKIP][211] ([i915#3555] / [i915#8228])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-mtlp: NOTRUN -> [SKIP][212] ([i915#3555] / [i915#8228]) +1 other test skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_hdr@static-toggle-dpms:
- shard-dg1: NOTRUN -> [SKIP][213] ([i915#3555] / [i915#8228])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-17/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-dg2: [PASS][214] -> [SKIP][215] ([i915#12388])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-10/igt@kms_joiner@basic-force-big-joiner.html
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][216] ([i915#10656])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-dg1: NOTRUN -> [SKIP][217] ([i915#10656])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-tglu: NOTRUN -> [SKIP][218] ([i915#10656])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-7/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-mtlp: NOTRUN -> [SKIP][219] ([i915#10656])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-dg2: NOTRUN -> [SKIP][220] ([i915#10656])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-tglu: NOTRUN -> [SKIP][221] ([i915#12339])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@kms_joiner@invalid-modeset-ultra-joiner.html
- shard-rkl: NOTRUN -> [SKIP][222] ([i915#12339])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@kms_joiner@invalid-modeset-ultra-joiner.html
- shard-dg1: NOTRUN -> [SKIP][223] ([i915#12339])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-mtlp: NOTRUN -> [SKIP][224] ([i915#4816])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
- shard-dg2: NOTRUN -> [SKIP][225] ([i915#4816])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
- shard-rkl: NOTRUN -> [SKIP][226] ([i915#4816])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
- shard-dg1: NOTRUN -> [SKIP][227] ([i915#1839])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
- shard-tglu: NOTRUN -> [SKIP][228] ([i915#1839]) +1 other test skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@legacy:
- shard-tglu: NOTRUN -> [SKIP][229] ([i915#6301])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@kms_panel_fitting@legacy.html
* igt@kms_plane@plane-panning-top-left:
- shard-dg2: [PASS][230] -> [SKIP][231] ([i915#8825])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-4/igt@kms_plane@plane-panning-top-left.html
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane@plane-panning-top-left.html
* igt@kms_plane_alpha_blend@coverage-7efc:
- shard-dg2: [PASS][232] -> [SKIP][233] ([i915#7294]) +1 other test skip
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-3/igt@kms_plane_alpha_blend@coverage-7efc.html
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_alpha_blend@coverage-7efc.html
* igt@kms_plane_lowres@tiling-4:
- shard-mtlp: NOTRUN -> [SKIP][234] ([i915#10226] / [i915#3555] / [i915#8821])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-8/igt@kms_plane_lowres@tiling-4.html
* igt@kms_plane_lowres@tiling-4@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][235] ([i915#11614] / [i915#3582]) +3 other tests skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-8/igt@kms_plane_lowres@tiling-4@pipe-b-edp-1.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-dg2: NOTRUN -> [SKIP][236] ([i915#5354] / [i915#9423])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-tglu: NOTRUN -> [FAIL][237] ([i915#8292]) +1 other test fail
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@kms_plane_scaling@intel-max-src-size.html
- shard-mtlp: NOTRUN -> [SKIP][238] ([i915#6953])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-6/igt@kms_plane_scaling@intel-max-src-size.html
- shard-dg2: NOTRUN -> [SKIP][239] ([i915#6953] / [i915#9423])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-3/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [FAIL][240] ([i915#8292]) +1 other test fail
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-18/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation:
- shard-dg2: [PASS][241] -> [SKIP][242] ([i915#12247] / [i915#8152] / [i915#9423])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation.html
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-b:
- shard-dg2: [PASS][243] -> [SKIP][244] ([i915#12247]) +11 other tests skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-b.html
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-b.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][245] ([i915#12247]) +2 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format:
- shard-dg2: [PASS][246] -> [SKIP][247] ([i915#8152] / [i915#9423])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-1/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format.html
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d:
- shard-dg1: NOTRUN -> [SKIP][248] ([i915#12247]) +9 other tests skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5:
- shard-tglu: NOTRUN -> [SKIP][249] ([i915#12247] / [i915#6953]) +2 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-10/igt@kms_plane_scaling@planes-downscale-factor-0-5.html
- shard-mtlp: NOTRUN -> [SKIP][250] ([i915#12247] / [i915#6953]) +1 other test skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-8/igt@kms_plane_scaling@planes-downscale-factor-0-5.html
- shard-dg2: NOTRUN -> [SKIP][251] ([i915#12247] / [i915#6953] / [i915#8152] / [i915#9423])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-a:
- shard-dg2: NOTRUN -> [SKIP][252] ([i915#12247]) +2 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-a.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b:
- shard-snb: NOTRUN -> [SKIP][253] +43 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb6/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-d:
- shard-dg2: NOTRUN -> [SKIP][254] ([i915#12247] / [i915#8152])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-d.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
- shard-dg2: [PASS][255] -> [SKIP][256] ([i915#12247] / [i915#3555] / [i915#6953] / [i915#8152] / [i915#9423])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
- shard-tglu: NOTRUN -> [SKIP][257] ([i915#12247] / [i915#3555] / [i915#6953])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-10/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d:
- shard-dg2: [PASS][258] -> [SKIP][259] ([i915#12247] / [i915#8152]) +1 other test skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d.html
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-d:
- shard-mtlp: NOTRUN -> [SKIP][260] ([i915#12247]) +7 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-1/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-d.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25:
- shard-dg2: [PASS][261] -> [SKIP][262] ([i915#3555] / [i915#6953] / [i915#8152] / [i915#9423])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@kms_plane_scaling@planes-upscale-factor-0-25.html
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-d:
- shard-tglu: NOTRUN -> [SKIP][263] ([i915#12247]) +30 other tests skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-d.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25@pipe-d:
- shard-dg2: [PASS][264] -> [SKIP][265] ([i915#8152]) +1 other test skip
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@kms_plane_scaling@planes-upscale-factor-0-25@pipe-d.html
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25@pipe-d.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-dg2: NOTRUN -> [SKIP][266] ([i915#9685]) +1 other test skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@kms_pm_dc@dc3co-vpb-simulation.html
- shard-rkl: NOTRUN -> [SKIP][267] ([i915#9685])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-3/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc5-psr:
- shard-dg1: NOTRUN -> [SKIP][268] ([i915#9685])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-rkl: NOTRUN -> [SKIP][269] ([i915#3828])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-4/igt@kms_pm_lpsp@kms-lpsp.html
- shard-dg1: NOTRUN -> [SKIP][270] ([i915#9340])
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-18/igt@kms_pm_lpsp@kms-lpsp.html
- shard-tglu: NOTRUN -> [SKIP][271] ([i915#3828])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@drm-resources-equal:
- shard-dg2: [PASS][272] -> [SKIP][273] ([i915#3547])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-1/igt@kms_pm_rpm@drm-resources-equal.html
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_pm_rpm@drm-resources-equal.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-dg2: NOTRUN -> [SKIP][274] ([i915#9519])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_prime@d3hot:
- shard-rkl: NOTRUN -> [SKIP][275] ([i915#6524])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-7/igt@kms_prime@d3hot.html
- shard-tglu: NOTRUN -> [SKIP][276] ([i915#6524]) +1 other test skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-8/igt@kms_prime@d3hot.html
* igt@kms_properties@crtc-properties-legacy:
- shard-dg2: [PASS][277] -> [SKIP][278] ([i915#11521]) +1 other test skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-8/igt@kms_properties@crtc-properties-legacy.html
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_properties@crtc-properties-legacy.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf:
- shard-tglu: NOTRUN -> [SKIP][279] ([i915#11520]) +12 other tests skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-3/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf:
- shard-dg2: NOTRUN -> [SKIP][280] ([i915#11520]) +6 other tests skip
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf:
- shard-mtlp: NOTRUN -> [SKIP][281] ([i915#12316]) +3 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][282] ([i915#11520]) +4 other tests skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-3/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
- shard-snb: NOTRUN -> [SKIP][283] ([i915#11520]) +1 other test skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb1/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb:
- shard-dg1: NOTRUN -> [SKIP][284] ([i915#11520]) +7 other tests skip
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr@fbc-psr-primary-render:
- shard-dg1: NOTRUN -> [SKIP][285] ([i915#1072] / [i915#9732]) +17 other tests skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@kms_psr@fbc-psr-primary-render.html
* igt@kms_psr@fbc-psr2-no-drrs:
- shard-tglu: NOTRUN -> [SKIP][286] ([i915#9732]) +22 other tests skip
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-9/igt@kms_psr@fbc-psr2-no-drrs.html
* igt@kms_psr@pr-no-drrs:
- shard-mtlp: NOTRUN -> [SKIP][287] ([i915#9688]) +7 other tests skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-7/igt@kms_psr@pr-no-drrs.html
* igt@kms_psr@psr2-cursor-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][288] ([i915#1072] / [i915#9732]) +10 other tests skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@kms_psr@psr2-cursor-mmap-gtt.html
* igt@kms_psr@psr2-primary-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][289] ([i915#1072] / [i915#9732]) +20 other tests skip
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_psr@psr2-primary-mmap-gtt.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-tglu: NOTRUN -> [SKIP][290] ([i915#9685]) +2 other tests skip
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@exhaust-fences:
- shard-dg1: NOTRUN -> [SKIP][291] ([i915#4884])
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-17/igt@kms_rotation_crc@exhaust-fences.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- shard-rkl: NOTRUN -> [SKIP][292] ([i915#5289])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-dg2: NOTRUN -> [SKIP][293] ([i915#5190])
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-dg2: NOTRUN -> [SKIP][294] ([i915#11131] / [i915#5190])
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
- shard-tglu: NOTRUN -> [SKIP][295] ([i915#5289]) +2 other tests skip
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_setmode@basic:
- shard-snb: [PASS][296] -> [FAIL][297] ([i915#5465]) +2 other tests fail
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-snb5/igt@kms_setmode@basic.html
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb2/igt@kms_setmode@basic.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-dg1: NOTRUN -> [SKIP][298] ([i915#3555]) +2 other tests skip
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@kms_setmode@clone-exclusive-crtc.html
- shard-tglu: NOTRUN -> [SKIP][299] ([i915#3555]) +3 other tests skip
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-7/igt@kms_setmode@clone-exclusive-crtc.html
- shard-mtlp: NOTRUN -> [SKIP][300] ([i915#3555] / [i915#8809])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg2: NOTRUN -> [SKIP][301] ([i915#8623])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_tiled_display@basic-test-pattern.html
- shard-rkl: NOTRUN -> [SKIP][302] ([i915#8623])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-1/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-tglu: NOTRUN -> [SKIP][303] ([i915#8623])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-2/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@flip-basic-fastset:
- shard-tglu: NOTRUN -> [SKIP][304] ([i915#9906]) +1 other test skip
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@kms_vrr@flip-basic-fastset.html
- shard-dg2: NOTRUN -> [SKIP][305] ([i915#9906])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-10/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@negative-basic:
- shard-tglu: NOTRUN -> [SKIP][306] ([i915#3555] / [i915#9906])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@kms_vrr@negative-basic.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-dg2: NOTRUN -> [SKIP][307] ([i915#2437] / [i915#9412])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_writeback@writeback-pixel-formats.html
- shard-dg1: NOTRUN -> [SKIP][308] ([i915#2437] / [i915#9412])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-17/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf@blocking@0-rcs0:
- shard-tglu: [PASS][309] -> [FAIL][310] ([i915#10538]) +1 other test fail
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-tglu-2/igt@perf@blocking@0-rcs0.html
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@perf@blocking@0-rcs0.html
* igt@perf_pmu@cpu-hotplug:
- shard-mtlp: NOTRUN -> [SKIP][311] ([i915#8850])
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-8/igt@perf_pmu@cpu-hotplug.html
- shard-dg2: NOTRUN -> [SKIP][312] ([i915#8850])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@perf_pmu@cpu-hotplug.html
* igt@perf_pmu@module-unload:
- shard-dg2: NOTRUN -> [FAIL][313] ([i915#11823])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@perf_pmu@module-unload.html
* igt@prime_vgem@basic-fence-read:
- shard-mtlp: NOTRUN -> [SKIP][314] ([i915#3708])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@basic-write:
- shard-dg2: NOTRUN -> [SKIP][315] ([i915#3291] / [i915#3708]) +1 other test skip
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-10/igt@prime_vgem@basic-write.html
- shard-rkl: NOTRUN -> [SKIP][316] ([i915#3291] / [i915#3708]) +1 other test skip
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-7/igt@prime_vgem@basic-write.html
- shard-dg1: NOTRUN -> [SKIP][317] ([i915#3708]) +1 other test skip
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@prime_vgem@basic-write.html
- shard-mtlp: NOTRUN -> [SKIP][318] ([i915#10216] / [i915#3708])
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@prime_vgem@basic-write.html
* igt@prime_vgem@coherency-gtt:
- shard-dg2: NOTRUN -> [SKIP][319] ([i915#3708] / [i915#4077])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@prime_vgem@coherency-gtt.html
* igt@tools_test@sysfs_l3_parity:
- shard-rkl: NOTRUN -> [SKIP][320] +12 other tests skip
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@tools_test@sysfs_l3_parity.html
- shard-dg1: NOTRUN -> [SKIP][321] ([i915#4818])
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-18/igt@tools_test@sysfs_l3_parity.html
- shard-mtlp: NOTRUN -> [SKIP][322] ([i915#4818])
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-8/igt@tools_test@sysfs_l3_parity.html
- shard-dg2: NOTRUN -> [SKIP][323] ([i915#4818])
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@tools_test@sysfs_l3_parity.html
#### Possible fixes ####
* igt@gem_ccs@suspend-resume:
- shard-dg2: [INCOMPLETE][324] ([i915#7297]) -> [PASS][325]
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@gem_ccs@suspend-resume.html
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-lmem0-lmem0:
- shard-dg2: [INCOMPLETE][326] ([i915#12392] / [i915#7297]) -> [PASS][327]
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-lmem0-lmem0.html
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-lmem0-lmem0.html
* igt@gem_ctx_isolation@preservation-s3:
- shard-dg2: [INCOMPLETE][328] ([i915#12353]) -> [PASS][329] +1 other test pass
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@gem_ctx_isolation@preservation-s3.html
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@gem_ctx_isolation@preservation-s3.html
* igt@gem_eio@kms:
- shard-dg2: [FAIL][330] ([i915#5784]) -> [PASS][331]
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-1/igt@gem_eio@kms.html
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@gem_eio@kms.html
* igt@gem_eio@unwedge-stress:
- shard-dg1: [FAIL][332] ([i915#5784]) -> [PASS][333]
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-16/igt@gem_eio@unwedge-stress.html
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_big@single:
- shard-tglu: [ABORT][334] ([i915#11713]) -> [PASS][335]
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-tglu-6/igt@gem_exec_big@single.html
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@gem_exec_big@single.html
* igt@gem_exec_fair@basic-pace:
- shard-rkl: [FAIL][336] ([i915#2842]) -> [PASS][337] +3 other tests pass
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-rkl-4/igt@gem_exec_fair@basic-pace.html
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-6/igt@gem_exec_fair@basic-pace.html
* igt@gem_exec_suspend@basic-s0@smem:
- shard-tglu: [ABORT][338] -> [PASS][339] +1 other test pass
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-tglu-6/igt@gem_exec_suspend@basic-s0@smem.html
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@gem_exec_suspend@basic-s0@smem.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg1: [ABORT][340] ([i915#9820]) -> [PASS][341]
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-15/igt@i915_module_load@reload-with-fault-injection.html
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-dg1: [DMESG-WARN][342] ([i915#4423]) -> [PASS][343]
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-18/igt@i915_pm_rpm@system-suspend-execbuf.html
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@i915_selftest@live@workarounds:
- shard-mtlp: [ABORT][344] ([i915#12216]) -> [PASS][345] +1 other test pass
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-1/igt@i915_selftest@live@workarounds.html
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-5/igt@i915_selftest@live@workarounds.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs:
- shard-dg2: [SKIP][346] ([i915#9197]) -> [PASS][347] +19 other tests pass
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs.html
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs.html
* igt@kms_cursor_legacy@single-move:
- shard-dg1: [INCOMPLETE][348] -> [PASS][349] +1 other test pass
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-19/igt@kms_cursor_legacy@single-move.html
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-18/igt@kms_cursor_legacy@single-move.html
* igt@kms_flip@flip-vs-absolute-wf_vblank:
- shard-mtlp: [FAIL][350] ([i915#2122]) -> [PASS][351] +2 other tests pass
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-3/igt@kms_flip@flip-vs-absolute-wf_vblank.html
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@kms_flip@flip-vs-absolute-wf_vblank.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible:
- shard-rkl: [FAIL][352] ([i915#2122]) -> [PASS][353]
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-rkl-4/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-1/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-vga1:
- shard-snb: [FAIL][354] ([i915#2122]) -> [PASS][355] +5 other tests pass
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-snb2/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-vga1.html
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb4/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-vga1.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@c-hdmi-a1:
- shard-tglu: [FAIL][356] ([i915#2122]) -> [PASS][357] +2 other tests pass
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-tglu-4/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@c-hdmi-a1.html
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-9/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@c-hdmi-a1.html
* igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a4:
- shard-dg1: [FAIL][358] ([i915#2122]) -> [PASS][359] +2 other tests pass
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-14/igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a4.html
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a4.html
* igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1:
- shard-mtlp: [FAIL][360] ([i915#11989]) -> [PASS][361]
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-3/igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1.html
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1.html
* igt@kms_flip@flip-vs-suspend:
- shard-tglu: [INCOMPLETE][362] ([i915#6113]) -> [PASS][363]
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-tglu-2/igt@kms_flip@flip-vs-suspend.html
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip@flip-vs-suspend@b-hdmi-a1:
- shard-tglu: [INCOMPLETE][364] -> [PASS][365]
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-tglu-2/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html
* igt@kms_flip@plain-flip-fb-recreate:
- shard-dg2: [FAIL][366] ([i915#2122]) -> [PASS][367]
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@kms_flip@plain-flip-fb-recreate.html
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-10/igt@kms_flip@plain-flip-fb-recreate.html
* igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw:
- shard-dg2: [FAIL][368] ([i915#6880]) -> [PASS][369]
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu:
- shard-dg2: [SKIP][370] ([i915#5354]) -> [PASS][371] +3 other tests pass
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu.html
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt:
- shard-snb: [SKIP][372] -> [PASS][373] +2 other tests pass
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-dg2: [INCOMPLETE][374] -> [PASS][375]
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-4/igt@kms_pipe_crc_basic@suspend-read-crc.html
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-10/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_plane_scaling@invalid-num-scalers:
- shard-dg2: [SKIP][376] ([i915#3555] / [i915#6953] / [i915#8152] / [i915#9423]) -> [PASS][377]
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_plane_scaling@invalid-num-scalers.html
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_plane_scaling@invalid-num-scalers.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation:
- shard-dg2: [SKIP][378] ([i915#3555] / [i915#8152] / [i915#9423]) -> [PASS][379]
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-d:
- shard-dg2: [SKIP][380] ([i915#12247] / [i915#8152]) -> [PASS][381] +1 other test pass
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-d.html
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-d.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5:
- shard-dg2: [SKIP][382] ([i915#6953] / [i915#8152] / [i915#9423]) -> [PASS][383]
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b:
- shard-dg2: [SKIP][384] ([i915#12247]) -> [PASS][385] +5 other tests pass
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-dg2: [SKIP][386] ([i915#9519]) -> [PASS][387] +2 other tests pass
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-4/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-1/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-rkl: [SKIP][388] ([i915#9519]) -> [PASS][389] +3 other tests pass
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@perf_pmu@all-busy-idle-check-all:
- shard-mtlp: [FAIL][390] ([i915#11943]) -> [PASS][391]
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-2/igt@perf_pmu@all-busy-idle-check-all.html
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-6/igt@perf_pmu@all-busy-idle-check-all.html
#### Warnings ####
* igt@gem_madvise@dontneed-before-pwrite:
- shard-mtlp: [INCOMPLETE][392] ([i915#2295]) -> [SKIP][393] ([i915#3282])
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-8/igt@gem_madvise@dontneed-before-pwrite.html
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@gem_madvise@dontneed-before-pwrite.html
* igt@kms_async_flips@invalid-async-flip:
- shard-dg2: [SKIP][394] ([i915#6228]) -> [SKIP][395] ([i915#9197])
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-5/igt@kms_async_flips@invalid-async-flip.html
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_async_flips@invalid-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-dg1: [SKIP][396] ([i915#4538] / [i915#5286]) -> [SKIP][397] ([i915#4423] / [i915#4538] / [i915#5286])
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-18/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-dg2: [SKIP][398] -> [SKIP][399] ([i915#9197]) +4 other tests skip
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-8/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-180:
- shard-dg2: [SKIP][400] ([i915#5190] / [i915#9197]) -> [SKIP][401] ([i915#4538] / [i915#5190]) +4 other tests skip
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
- shard-dg2: [SKIP][402] ([i915#4538] / [i915#5190]) -> [SKIP][403] ([i915#5190] / [i915#9197]) +6 other tests skip
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-11/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs:
- shard-dg2: [SKIP][404] ([i915#10307] / [i915#6095]) -> [SKIP][405] ([i915#9197]) +11 other tests skip
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-1/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs.html
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs:
- shard-dg2: [SKIP][406] ([i915#9197]) -> [SKIP][407] ([i915#12313])
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-dg2: [SKIP][408] ([i915#11616] / [i915#7213]) -> [SKIP][409] ([i915#9197])
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@kms_cdclk@mode-transition-all-outputs.html
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_content_protection@atomic:
- shard-dg2: [SKIP][410] ([i915#7118] / [i915#9424]) -> [SKIP][411] ([i915#9197])
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-1/igt@kms_content_protection@atomic.html
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@lic-type-1:
- shard-dg2: [SKIP][412] ([i915#9424]) -> [SKIP][413] ([i915#9197])
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-3/igt@kms_content_protection@lic-type-1.html
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_content_protection@lic-type-1.html
* igt@kms_content_protection@mei-interface:
- shard-dg1: [SKIP][414] ([i915#9424]) -> [SKIP][415] ([i915#9433])
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-17/igt@kms_content_protection@mei-interface.html
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@kms_content_protection@mei-interface.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-dg2: [SKIP][416] ([i915#11453]) -> [SKIP][417] ([i915#9197]) +2 other tests skip
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-1/igt@kms_cursor_crc@cursor-onscreen-512x512.html
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-32x10:
- shard-dg2: [SKIP][418] ([i915#9197]) -> [SKIP][419] ([i915#3555]) +1 other test skip
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_cursor_crc@cursor-random-32x10.html
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-10/igt@kms_cursor_crc@cursor-random-32x10.html
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy:
- shard-dg2: [SKIP][420] ([i915#5354]) -> [SKIP][421] ([i915#9197]) +1 other test skip
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-7/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2: [SKIP][422] ([i915#9197]) -> [SKIP][423] ([i915#4103] / [i915#4213])
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-dg2: [SKIP][424] ([i915#9197]) -> [SKIP][425] ([i915#5354])
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-dg2: [SKIP][426] ([i915#4103] / [i915#4213]) -> [SKIP][427] ([i915#9197]) +1 other test skip
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-dg2: [SKIP][428] ([i915#9197]) -> [SKIP][429] ([i915#3840])
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg2: [SKIP][430] ([i915#3555] / [i915#3840]) -> [SKIP][431] ([i915#9197]) +1 other test skip
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-8/igt@kms_dsc@dsc-with-bpc-formats.html
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling:
- shard-dg2: [SKIP][432] ([i915#2672] / [i915#3555] / [i915#5190]) -> [SKIP][433] ([i915#3555] / [i915#5190]) +1 other test skip
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-10/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-dg2: [SKIP][434] ([i915#3555]) -> [SKIP][435] ([i915#2672] / [i915#3555])
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc:
- shard-dg2: [SKIP][436] ([i915#8708]) -> [SKIP][437] ([i915#5354]) +12 other tests skip
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc.html
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-dg2: [SKIP][438] ([i915#10055]) -> [SKIP][439] ([i915#5354])
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite:
- shard-dg2: [SKIP][440] ([i915#3458]) -> [SKIP][441] ([i915#10433] / [i915#3458]) +2 other tests skip
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite.html
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt:
- shard-dg2: [SKIP][442] ([i915#5354]) -> [SKIP][443] ([i915#8708]) +3 other tests skip
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt.html
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-dg2: [SKIP][444] ([i915#4342] / [i915#5354]) -> [SKIP][445] ([i915#9766])
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
- shard-dg2: [SKIP][446] ([i915#10433] / [i915#3458]) -> [SKIP][447] ([i915#3458]) +1 other test skip
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-fullscreen:
- shard-dg2: [SKIP][448] ([i915#5354]) -> [SKIP][449] ([i915#3458]) +1 other test skip
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-fullscreen.html
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@psr-1p-rte:
- shard-dg2: [SKIP][450] ([i915#3458]) -> [SKIP][451] ([i915#5354]) +15 other tests skip
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-1p-rte.html
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-1p-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-pwrite:
- shard-dg1: [SKIP][452] ([i915#4423]) -> [SKIP][453]
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-18/igt@kms_frontbuffer
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/index.html
[-- Attachment #2: Type: text/html, Size: 108440 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ✗ CI.xeFULL: failure for tests/xe_exec_sip: increase timeout margin for tests
2024-10-11 20:35 ` ✗ CI.xeFULL: failure " Patchwork
@ 2024-10-14 8:35 ` Hajda, Andrzej
0 siblings, 0 replies; 8+ messages in thread
From: Hajda, Andrzej @ 2024-10-14 8:35 UTC (permalink / raw)
To: igt-dev, I915-ci-infra
W dniu 11.10.2024 o 22:35, Patchwork pisze:
> Project List - Patchwork *Patch Details*
> *Series:* tests/xe_exec_sip: increase timeout margin for tests
> *URL:* https://patchwork.freedesktop.org/series/139889/
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/index.html
>
>
> CI Bug Log - changes from XEIGT_8065_full -> XEIGTPW_11903_full
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with XEIGTPW_11903_full absolutely need
> to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in XEIGTPW_11903_full, 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.
>
>
> Participating hosts (4 -> 4)
>
> No changes in participating hosts
>
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in
> XEIGTPW_11903_full:
>
>
> IGT changes
>
The change affects ONLY igt@xe_exec_sip@*. So all 'regressions' reported
below seems incorrect.
Regards
Andrzej
> Possible regressions
>
> *
>
> igt@core_setmaster@master-drop-set-user:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-5/igt@core_setmaster@master-drop-set-user.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-1/igt@core_setmaster@master-drop-set-user.html>
> *
>
> igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-2/igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-6/igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p.html>
> +1 other test dmesg-warn
> *
>
> igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs-cc:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs-cc.html>
> +1 other test skip
> *
>
> igt@kms_pm_dc@dc5-dpms:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-434/igt@kms_pm_dc@dc5-dpms.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_pm_dc@dc5-dpms.html>
> +2 other tests skip
> *
>
> igt@xe_exec_compute_mode@many-userptr-unmap:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-lnl-5/igt@xe_exec_compute_mode@many-userptr-unmap.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-lnl-8/igt@xe_exec_compute_mode@many-userptr-unmap.html>
> *
>
> igt@xe_pm_residency@idle-residency:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-466/igt@xe_pm_residency@idle-residency.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-464/igt@xe_pm_residency@idle-residency.html>
> +1 other test fail
> *
>
> igt@xe_wedged@wedged-mode-toggle:
>
> o shard-dg2-set2: NOTRUN -> ABORT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-434/igt@xe_wedged@wedged-mode-toggle.html>
>
>
> Warnings
>
> *
>
> igt@kms_ccs@bad-pixel-format-y-tiled-ccs:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-464/igt@kms_ccs@bad-pixel-format-y-tiled-ccs.html>
> (Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> /
> Intel XE#787
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_ccs@bad-pixel-format-y-tiled-ccs.html>
> +1 other test skip
> *
>
> igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-pgflip-blt:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-pgflip-blt.html>
> (Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-pgflip-blt.html>
> +3 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-blt:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-blt.html>
> (Intel XE#653
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-blt.html>
> +4 other tests skip
> *
>
> igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-432/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html>
> (Intel XE#1489
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html>
> *
>
> igt@kms_psr@psr2-dpms:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-dg2-436/igt@kms_psr@psr2-dpms.html>
> (Intel XE#2850
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850> /
> Intel XE#929
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-dg2-432/igt@kms_psr@psr2-dpms.html>
> +1 other test skip
>
>
> Suppressed
>
> The following results come from untrusted machines, tests, or statuses.
> They do not affect the overall result.
>
> *
>
> igt@kms_async_flips@async-flip-suspend-resume@pipe-c-hdmi-a-3:
>
> o {shard-bmg}: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-1/igt@kms_async_flips@async-flip-suspend-resume@pipe-c-hdmi-a-3.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-2/igt@kms_async_flips@async-flip-suspend-resume@pipe-c-hdmi-a-3.html>
> *
>
> igt@kms_chamelium_hpd@dp-hpd-storm-disable:
>
> o {shard-bmg}: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-1/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html>
> (Intel XE#2252
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-5/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html>
> +2 other tests skip
> *
>
> igt@kms_cursor_crc@cursor-offscreen-32x32:
>
> o {shard-bmg}: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-6/igt@kms_cursor_crc@cursor-offscreen-32x32.html>
> (Intel XE#2320
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-5/igt@kms_cursor_crc@cursor-offscreen-32x32.html>
> *
>
> igt@kms_plane@plane-panning-bottom-right-suspend:
>
> o {shard-bmg}: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-8/igt@kms_plane@plane-panning-bottom-right-suspend.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-5/igt@kms_plane@plane-panning-bottom-right-suspend.html>
> +1 other test incomplete
> *
>
> igt@kms_plane_scaling@plane-upscale-20x20-with-modifiers:
>
> o {shard-bmg}: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-2/igt@kms_plane_scaling@plane-upscale-20x20-with-modifiers.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-5/igt@kms_plane_scaling@plane-upscale-20x20-with-modifiers.html>
> +18 other tests skip
> *
>
> igt@kms_rotation_crc@bad-tiling:
>
> o {shard-bmg}: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-6/igt@kms_rotation_crc@bad-tiling.html>
> (Intel XE#2329
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2329>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-5/igt@kms_rotation_crc@bad-tiling.html>
> *
>
> igt@kms_writeback@writeback-fb-id-xrgb2101010:
>
> o {shard-bmg}: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8065/shard-bmg-3/igt@kms_writeback@writeback-fb-id-xrgb2101010.html>
> (Intel XE#756
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/756>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11903/shard-bmg-5/igt@kms_writeback@writeback-fb-id-xrgb2101010.html>
>
>
...
>
>
> Build changes
>
> * IGT: IGT_8065 -> IGTPW_11903
> * Linux: xe-2048-09a8c322287e106dca33e28fa7f1475255a9ef16 ->
> xe-2050-d2577be8b969257afb5f76964afc16ae4f6f7c07
>
> IGTPW_11903: 8ee8da2b7ca829a8f6b1a92e68df029d02651f9a @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> IGT_8065: c727cc3fad56f16f1a9f35023ae5dd7111976fa3 @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> xe-2048-09a8c322287e106dca33e28fa7f1475255a9ef16:
> 09a8c322287e106dca33e28fa7f1475255a9ef16
> xe-2050-d2577be8b969257afb5f76964afc16ae4f6f7c07:
> d2577be8b969257afb5f76964afc16ae4f6f7c07
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ✗ Fi.CI.IGT: failure for tests/xe_exec_sip: increase timeout margin for tests
2024-10-12 9:45 ` ✗ Fi.CI.IGT: " Patchwork
@ 2024-10-14 8:36 ` Hajda, Andrzej
0 siblings, 0 replies; 8+ messages in thread
From: Hajda, Andrzej @ 2024-10-14 8:36 UTC (permalink / raw)
To: igt-dev, I915-ci-infra
W dniu 12.10.2024 o 11:45, Patchwork pisze:
> Project List - Patchwork *Patch Details*
> *Series:* tests/xe_exec_sip: increase timeout margin for tests
> *URL:* https://patchwork.freedesktop.org/series/139889/
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/index.html
>
>
> CI Bug Log - changes from CI_DRM_15517_full -> IGTPW_11903_full
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with IGTPW_11903_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_11903_full, 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_11903/index.html
>
>
> Participating hosts (8 -> 8)
>
> Additional (1): shard-glk-0
> Missing (1): shard-glk
>
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in
> IGTPW_11903_full:
>
>
> IGT changes
>
>
> Possible regressions
>
> *
>
> igt@i915_selftest@perf:
>
> o shard-snb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-snb7/igt@i915_selftest@perf.html>
> -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb6/igt@i915_selftest@perf.html>
> *
>
> igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size:
>
> o shard-mtlp: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-7/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html>
> *
>
> igt@kms_flip@flip-vs-wf_vblank-interruptible@d-hdmi-a3:
>
> o shard-dg1: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@kms_flip@flip-vs-wf_vblank-interruptible@d-hdmi-a3.html>
> *
>
> igt@kms_plane@pixel-format:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-rkl-3/igt@kms_plane@pixel-format.html>
> -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@kms_plane@pixel-format.html>
> +1 other test abort
> *
>
> igt@kms_psr@psr-sprite-blt@edp-1:
>
> o shard-mtlp: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-5/igt@kms_psr@psr-sprite-blt@edp-1.html>
> +1 other test fail
> *
>
> igt@kms_psr@psr2-dpms:
>
> o shard-mtlp: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-7/igt@kms_psr@psr2-dpms.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-8/igt@kms_psr@psr2-dpms.html>
> +1 other test fail
>
The change affects ONLY igt@xe_exec_sip@*. So all 'regressions' reported
here seems incorrect.
Regards
Andrzej
> *
>
>
> Known issues
>
> Here are the changes found in IGTPW_11903_full that come from known
> issues:
>
>
> IGT changes
>
>
> Issues hit
>
> *
>
> igt@device_reset@unbind-cold-reset-rebind:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-10/igt@device_reset@unbind-cold-reset-rebind.html>
> ([i915#11078])
> *
>
> igt@drm_fdinfo@virtual-busy-idle-all:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-10/igt@drm_fdinfo@virtual-busy-idle-all.html>
> ([i915#8414])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-19/igt@drm_fdinfo@virtual-busy-idle-all.html>
> ([i915#8414]) +1 other test skip
> *
>
> igt@fbdev@unaligned-read:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-5/igt@fbdev@unaligned-read.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@fbdev@unaligned-read.html>
> ([i915#2582])
> *
>
> igt@gem_busy@close-race:
>
> o shard-dg2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-6/igt@gem_busy@close-race.html>
> ([i915#12297])
> *
>
> igt@gem_ccs@ctrl-surf-copy-new-ctx:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-7/igt@gem_ccs@ctrl-surf-copy-new-ctx.html>
> ([i915#9323])
> *
>
> igt@gem_create@create-ext-cpu-access-sanity-check:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-7/igt@gem_create@create-ext-cpu-access-sanity-check.html>
> ([i915#6335])
> *
>
> igt@gem_ctx_engines@invalid-engines:
>
> o shard-rkl: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-3/igt@gem_ctx_engines@invalid-engines.html>
> ([i915#12065])
> o shard-mtlp: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-5/igt@gem_ctx_engines@invalid-engines.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-1/igt@gem_ctx_engines@invalid-engines.html>
> ([i915#12031])
> *
>
> igt@gem_ctx_persistence@heartbeat-many:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-10/igt@gem_ctx_persistence@heartbeat-many.html>
> ([i915#8555])
> *
>
> igt@gem_ctx_persistence@hostile:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-rkl-3/igt@gem_ctx_persistence@hostile.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@gem_ctx_persistence@hostile.html>
> ([i915#11980])
> *
>
> igt@gem_ctx_sseu@engines:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-9/igt@gem_ctx_sseu@engines.html>
> ([i915#280])
> *
>
> igt@gem_eio@reset-stress:
>
> o shard-dg1: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-18/igt@gem_eio@reset-stress.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-19/igt@gem_eio@reset-stress.html>
> ([i915#5784])
> *
>
> igt@gem_exec_balancer@parallel-dmabuf-import-out-fence:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html>
> ([i915#4525])
> *
>
> igt@gem_exec_balancer@sliced:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-4/igt@gem_exec_balancer@sliced.html>
> ([i915#4812])
> *
>
> igt@gem_exec_capture@capture:
>
> o shard-mtlp: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-5/igt@gem_exec_capture@capture.html>
> ([i915#11965]) +1 other test fail
> *
>
> igt@gem_exec_capture@capture-invisible:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@gem_exec_capture@capture-invisible.html>
> ([i915#6334]) +1 other test skip
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-7/igt@gem_exec_capture@capture-invisible.html>
> ([i915#6334]) +1 other test skip
> *
>
> igt@gem_exec_fair@basic-pace-share:
>
> o shard-tglu: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-tglu-2/igt@gem_exec_fair@basic-pace-share.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-9/igt@gem_exec_fair@basic-pace-share.html>
> ([i915#2842]) +1 other test fail
> *
>
> igt@gem_exec_fair@basic-throttle:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-10/igt@gem_exec_fair@basic-throttle.html>
> ([i915#3539])
> *
>
> igt@gem_exec_flush@basic-uc-pro-default:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-4/igt@gem_exec_flush@basic-uc-pro-default.html>
> ([i915#3539] / [i915#4852]) +1 other test skip
> *
>
> igt@gem_exec_flush@basic-uc-rw-default:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@gem_exec_flush@basic-uc-rw-default.html>
> ([i915#3539] / [i915#4852]) +3 other tests skip
> *
>
> igt@gem_exec_reloc@basic-cpu-wc:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@gem_exec_reloc@basic-cpu-wc.html>
> ([i915#3281]) +8 other tests skip
> *
>
> igt@gem_exec_reloc@basic-gtt-cpu-noreloc:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-1/igt@gem_exec_reloc@basic-gtt-cpu-noreloc.html>
> ([i915#3281]) +4 other tests skip
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@gem_exec_reloc@basic-gtt-cpu-noreloc.html>
> ([i915#3281]) +9 other tests skip
> *
>
> igt@gem_exec_reloc@basic-write-read:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-4/igt@gem_exec_reloc@basic-write-read.html>
> ([i915#3281]) +2 other tests skip
> *
>
> igt@gem_exec_suspend@basic-s0@smem:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@gem_exec_suspend@basic-s0@smem.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@gem_exec_suspend@basic-s0@smem.html>
> ([i915#11441]) +1 other test incomplete
> *
>
> igt@gem_lmem_evict@dontneed-evict-race:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@gem_lmem_evict@dontneed-evict-race.html>
> ([i915#4613])
> *
>
> igt@gem_lmem_swapping@smem-oom:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@gem_lmem_swapping@smem-oom.html>
> ([i915#4613]) +4 other tests skip
> *
>
> igt@gem_madvise@dontneed-before-pwrite:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@gem_madvise@dontneed-before-pwrite.html>
> ([i915#3282]) +1 other test skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-19/igt@gem_madvise@dontneed-before-pwrite.html>
> ([i915#3282]) +1 other test skip
> *
>
> igt@gem_mmap@short-mmap:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@gem_mmap@short-mmap.html>
> ([i915#4083])
> *
>
> igt@gem_mmap_gtt@basic-small-bo:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@gem_mmap_gtt@basic-small-bo.html>
> ([i915#4077]) +7 other tests skip
> *
>
> igt@gem_mmap_gtt@basic-wc:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@gem_mmap_gtt@basic-wc.html>
> ([i915#4077]) +5 other tests skip
> *
>
> igt@gem_mmap_wc@copy:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@gem_mmap_wc@copy.html>
> ([i915#4083]) +1 other test skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-6/igt@gem_mmap_wc@copy.html>
> ([i915#4083])
> *
>
> igt@gem_partial_pwrite_pread@writes-after-reads:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@gem_partial_pwrite_pread@writes-after-reads.html>
> ([i915#3282]) +4 other tests skip
> *
>
> igt@gem_pwrite@basic-exhaustion:
>
> o shard-tglu: NOTRUN -> WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@gem_pwrite@basic-exhaustion.html>
> ([i915#2658])
> *
>
> igt@gem_pxp@reject-modify-context-protection-off-2:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-1/igt@gem_pxp@reject-modify-context-protection-off-2.html>
> ([i915#4270])
> *
>
> igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html>
> ([i915#4270]) +4 other tests skip
> *
>
> igt@gem_pxp@verify-pxp-stale-ctx-execution:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@gem_pxp@verify-pxp-stale-ctx-execution.html>
> ([i915#4270]) +1 other test skip
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-8/igt@gem_pxp@verify-pxp-stale-ctx-execution.html>
> ([i915#4270]) +2 other tests skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-5/igt@gem_pxp@verify-pxp-stale-ctx-execution.html>
> ([i915#4270])
> *
>
> igt@gem_render_copy@y-tiled-ccs-to-y-tiled:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-6/igt@gem_render_copy@y-tiled-ccs-to-y-tiled.html>
> ([i915#5190] / [i915#8428]) +2 other tests skip
> *
>
> igt@gem_render_tiled_blits@basic:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@gem_render_tiled_blits@basic.html>
> ([i915#4079])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@gem_render_tiled_blits@basic.html>
> ([i915#4079])
> *
>
> igt@gem_set_tiling_vs_blt@tiled-to-untiled:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html>
> ([i915#8411]) +1 other test skip
> *
>
> igt@gem_set_tiling_vs_blt@untiled-to-tiled:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html>
> ([i915#4079]) +1 other test skip
> *
>
> igt@gem_tiled_partial_pwrite_pread@writes:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@gem_tiled_partial_pwrite_pread@writes.html>
> ([i915#4077]) +1 other test skip
> *
>
> igt@gem_userptr_blits@create-destroy-unsync:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-3/igt@gem_userptr_blits@create-destroy-unsync.html>
> ([i915#3297]) +1 other test skip
> *
>
> igt@gem_userptr_blits@invalid-mmap-offset-unsync:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-3/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html>
> ([i915#3297]) +2 other tests skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html>
> ([i915#3297])
> *
>
> igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html>
> ([i915#3297] / [i915#4880])
> *
>
> igt@gem_userptr_blits@relocations:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-3/igt@gem_userptr_blits@relocations.html>
> ([i915#3281] / [i915#3297])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-15/igt@gem_userptr_blits@relocations.html>
> ([i915#3281] / [i915#3297])
> *
>
> igt@gen9_exec_parse@bb-chained:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@gen9_exec_parse@bb-chained.html>
> ([i915#2527]) +1 other test skip
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@gen9_exec_parse@bb-chained.html>
> ([i915#2527] / [i915#2856]) +2 other tests skip
> *
>
> igt@gen9_exec_parse@unaligned-access:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-3/igt@gen9_exec_parse@unaligned-access.html>
> ([i915#2856]) +3 other tests skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@gen9_exec_parse@unaligned-access.html>
> ([i915#2527]) +1 other test skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@gen9_exec_parse@unaligned-access.html>
> ([i915#2856]) +1 other test skip
> *
>
> igt@i915_module_load@reload-with-fault-injection:
>
> o shard-rkl: NOTRUN -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-7/igt@i915_module_load@reload-with-fault-injection.html>
> ([i915#9820])
> o shard-tglu: NOTRUN -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-8/igt@i915_module_load@reload-with-fault-injection.html>
> ([i915#10887] / [i915#9820])
> o shard-mtlp: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html>
> -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html>
> ([i915#10131] / [i915#10887] / [i915#9820])
> *
>
> igt@i915_module_load@resize-bar:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@i915_module_load@resize-bar.html>
> ([i915#6412])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-19/igt@i915_module_load@resize-bar.html>
> ([i915#7178])
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-9/igt@i915_module_load@resize-bar.html>
> ([i915#6412])
> *
>
> igt@i915_pm_freq_api@freq-basic-api:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-10/igt@i915_pm_freq_api@freq-basic-api.html>
> ([i915#8399])
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@i915_pm_freq_api@freq-basic-api.html>
> ([i915#8399])
> *
>
> igt@i915_pm_freq_mult@media-freq@gt0:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@i915_pm_freq_mult@media-freq@gt0.html>
> ([i915#6590]) +1 other test skip
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-8/igt@i915_pm_freq_mult@media-freq@gt0.html>
> ([i915#6590]) +1 other test skip
> *
>
> igt@i915_pm_rps@basic-api:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-15/igt@i915_pm_rps@basic-api.html>
> ([i915#11681] / [i915#6621])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-1/igt@i915_pm_rps@basic-api.html>
> ([i915#11681] / [i915#6621])
> *
>
> igt@i915_pm_rps@reset:
>
> o shard-snb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-snb2/igt@i915_pm_rps@reset.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb6/igt@i915_pm_rps@reset.html>
> ([i915#7790])
> *
>
> igt@i915_query@hwconfig_table:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@i915_query@hwconfig_table.html>
> ([i915#6245])
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-4/igt@i915_query@hwconfig_table.html>
> ([i915#6245])
> *
>
> igt@i915_selftest@perf@engine_cs:
>
> o shard-snb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-snb7/igt@i915_selftest@perf@engine_cs.html>
> -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb6/igt@i915_selftest@perf@engine_cs.html>
> ([i915#11703])
> *
>
> igt@intel_hwmon@hwmon-write:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@intel_hwmon@hwmon-write.html>
> ([i915#7707])
> *
>
> igt@kms_addfb_basic@clobberred-modifier:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@kms_addfb_basic@clobberred-modifier.html>
> ([i915#4212]) +1 other test skip
> *
>
> igt@kms_atomic@plane-primary-overlay-mutable-zpos:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-17/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html>
> ([i915#9531])
> *
>
> igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html>
> ([i915#1769] / [i915#3555])
> *
>
> igt@kms_big_fb@4-tiled-32bpp-rotate-270:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html>
> ([i915#5286]) +4 other tests skip
> *
>
> igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html>
> ([i915#5286])
> *
>
> igt@kms_big_fb@x-tiled-32bpp-rotate-270:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-18/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html>
> ([i915#3638])
> *
>
> igt@kms_big_fb@x-tiled-64bpp-rotate-270:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html>
> ([i915#3638])
> *
>
> igt@kms_big_fb@y-tiled-8bpp-rotate-180:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html>
> ([i915#5190] / [i915#9197]) +2 other tests skip
> *
>
> igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html>
> ([i915#4538] / [i915#5190]) +6 other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-64bpp-rotate-90:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html>
> ([i915#4538]) +3 other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html>
> +7 other tests skip
> *
>
> igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1.html>
> ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip
> *
>
> igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html>
> ([i915#12313]) +2 other tests skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-3/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html>
> ([i915#12313])
> *
>
> igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4.html>
> ([i915#6095]) +120 other tests skip
> *
>
> igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-c-edp-1:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-1/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-c-edp-1.html>
> ([i915#6095]) +19 other tests skip
> *
>
> igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-3:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-3.html>
> ([i915#10307] / [i915#6095]) +149 other tests skip
> *
>
> igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html>
> ([i915#12313]) +1 other test skip
> *
>
> igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html>
> ([i915#12313]) +1 other test skip
> *
>
> igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1.html>
> ([i915#6095]) +70 other tests skip
> *
>
> igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-c-hdmi-a-1:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-c-hdmi-a-1.html>
> ([i915#6095]) +69 other tests skip
> *
>
> igt@kms_cdclk@mode-transition-all-outputs:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-7/igt@kms_cdclk@mode-transition-all-outputs.html>
> ([i915#3742])
> *
>
> igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2.html>
> ([i915#7213]) +3 other tests skip
> *
>
> igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-1/igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3.html>
> ([i915#4087]) +3 other tests skip
> *
>
> igt@kms_chamelium_edid@dp-edid-read:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-5/igt@kms_chamelium_edid@dp-edid-read.html>
> ([i915#7828])
> *
>
> igt@kms_chamelium_frames@hdmi-crc-single:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-1/igt@kms_chamelium_frames@hdmi-crc-single.html>
> ([i915#7828]) +1 other test skip
> *
>
> igt@kms_chamelium_hpd@dp-hpd-storm:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_chamelium_hpd@dp-hpd-storm.html>
> ([i915#7828]) +4 other tests skip
> *
>
> igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-7/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html>
> ([i915#7828]) +8 other tests skip
> *
>
> igt@kms_chamelium_hpd@hdmi-hpd-storm-disable:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-19/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html>
> ([i915#7828]) +5 other tests skip
> *
>
> igt@kms_content_protection@atomic-dpms:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-4/igt@kms_content_protection@atomic-dpms.html>
> ([i915#7118] / [i915#9424])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@kms_content_protection@atomic-dpms.html>
> ([i915#7116] / [i915#9424])
> *
>
> igt@kms_content_protection@dp-mst-lic-type-0:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-1/igt@kms_content_protection@dp-mst-lic-type-0.html>
> ([i915#3299]) +1 other test skip
> *
>
> igt@kms_content_protection@dp-mst-type-1:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@kms_content_protection@dp-mst-type-1.html>
> ([i915#3299]) +1 other test skip
> *
>
> igt@kms_content_protection@legacy:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-8/igt@kms_content_protection@legacy.html>
> ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) +1
> other test skip
> *
>
> igt@kms_content_protection@lic-type-0:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@kms_content_protection@lic-type-0.html>
> ([i915#6944] / [i915#9424]) +2 other tests skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-5/igt@kms_content_protection@lic-type-0.html>
> ([i915#6944] / [i915#9424]) +1 other test skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@kms_content_protection@lic-type-0.html>
> ([i915#9424]) +1 other test skip
> *
>
> igt@kms_content_protection@lic-type-1:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@kms_content_protection@lic-type-1.html>
> ([i915#9424])
> *
>
> igt@kms_cursor_crc@cursor-offscreen-512x512:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@kms_cursor_crc@cursor-offscreen-512x512.html>
> ([i915#11453]) +1 other test skip
> *
>
> igt@kms_cursor_crc@cursor-onscreen-32x10:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-1/igt@kms_cursor_crc@cursor-onscreen-32x10.html>
> ([i915#3555]) +2 other tests skip
> *
>
> igt@kms_cursor_crc@cursor-random-512x512:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@kms_cursor_crc@cursor-random-512x512.html>
> ([i915#11453]) +1 other test skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-1/igt@kms_cursor_crc@cursor-random-512x512.html>
> ([i915#11453])
> *
>
> igt@kms_cursor_crc@cursor-rapid-movement-512x170:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-3/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html>
> ([i915#11453]) +1 other test skip
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html>
> ([i915#11453])
> *
>
> igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
>
> o shard-snb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-snb5/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb5/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html>
> +4 other tests skip
> *
>
> igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-17/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html>
> ([i915#4103] / [i915#4213]) +1 other test skip
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html>
> ([i915#4103])
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html>
> ([i915#4213])
> *
>
> igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-3/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html>
> ([i915#9197]) +32 other tests skip
> *
>
> igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html>
> ([i915#9809]) +2 other tests skip
> *
>
> igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html>
> ([i915#4103] / [i915#4213]) +1 other test skip
> *
>
> igt@kms_dirtyfb@psr-dirtyfb-ioctl:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html>
> ([i915#9723])
> *
>
> igt@kms_display_modes@mst-extended-mode-negative:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@kms_display_modes@mst-extended-mode-negative.html>
> ([i915#8588])
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-3/igt@kms_display_modes@mst-extended-mode-negative.html>
> ([i915#8588])
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-2/igt@kms_display_modes@mst-extended-mode-negative.html>
> ([i915#8588])
> *
>
> igt@kms_draw_crc@draw-method-mmap-gtt:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-15/igt@kms_draw_crc@draw-method-mmap-gtt.html>
> ([i915#8812])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-1/igt@kms_draw_crc@draw-method-mmap-gtt.html>
> ([i915#8812])
> *
>
> igt@kms_dsc@dsc-fractional-bpp:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_dsc@dsc-fractional-bpp.html>
> ([i915#9197]) +14 other tests skip
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@kms_dsc@dsc-fractional-bpp.html>
> ([i915#3840])
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-8/igt@kms_dsc@dsc-fractional-bpp.html>
> ([i915#3840] / [i915#9688])
> *
>
> igt@kms_dsc@dsc-with-bpc:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@kms_dsc@dsc-with-bpc.html>
> ([i915#3555] / [i915#3840]) +2 other tests skip
> *
>
> igt@kms_dsc@dsc-with-bpc-formats:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@kms_dsc@dsc-with-bpc-formats.html>
> ([i915#3555] / [i915#3840]) +1 other test skip
> *
>
> igt@kms_dsc@dsc-with-output-formats:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@kms_dsc@dsc-with-output-formats.html>
> ([i915#3555] / [i915#3840]) +1 other test skip
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-3/igt@kms_dsc@dsc-with-output-formats.html>
> ([i915#3555] / [i915#3840])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@kms_dsc@dsc-with-output-formats.html>
> ([i915#3555] / [i915#3840]) +2 other tests skip
> *
>
> igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1:
>
> o shard-snb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-snb7/igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb1/igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1.html>
> ([i915#2122]) +1 other test fail
> *
>
> igt@kms_flip@2x-modeset-vs-vblank-race:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_flip@2x-modeset-vs-vblank-race.html>
> +15 other tests skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-19/igt@kms_flip@2x-modeset-vs-vblank-race.html>
> ([i915#9934]) +3 other tests skip
> *
>
> igt@kms_flip@2x-nonexisting-fb-interruptible:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-8/igt@kms_flip@2x-nonexisting-fb-interruptible.html>
> ([i915#3637]) +6 other tests skip
> *
>
> igt@kms_flip@blocking-wf_vblank@a-hdmi-a1:
>
> o shard-tglu: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-tglu-10/igt@kms_flip@blocking-wf_vblank@a-hdmi-a1.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-7/igt@kms_flip@blocking-wf_vblank@a-hdmi-a1.html>
> ([i915#2122]) +1 other test fail
> *
>
> igt@kms_flip@flip-vs-suspend-interruptible:
>
> o shard-dg1: NOTRUN -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-19/igt@kms_flip@flip-vs-suspend-interruptible.html>
> ([i915#4839] / [i915#6113])
> *
>
> igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a4:
>
> o shard-dg1: NOTRUN -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-19/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a4.html>
> ([i915#6113])
> *
>
> igt@kms_flip@flip-vs-wf_vblank-interruptible:
>
> o shard-dg1: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-19/igt@kms_flip@flip-vs-wf_vblank-interruptible.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@kms_flip@flip-vs-wf_vblank-interruptible.html>
> ([i915#10826])
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling.html>
> ([i915#3555]) +2 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html>
> ([i915#2587] / [i915#2672]) +4 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html>
> ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html>
> ([i915#2672] / [i915#3555])
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html>
> ([i915#2587] / [i915#2672]) +3 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html>
> ([i915#2672] / [i915#8813]) +1 other test skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling.html>
> ([i915#3555] / [i915#5190])
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html>
> ([i915#2672] / [i915#3555]) +1 other test skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html>
> ([i915#2672] / [i915#3555]) +3 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode.html>
> ([i915#2672]) +1 other test skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html>
> ([i915#3555]) +3 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html>
> ([i915#2672] / [i915#3555]) +4 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html>
> ([i915#2672]) +1 other test skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html>
> ([i915#5354]) +16 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html>
> ([i915#1825]) +21 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html>
> ([i915#8708]) +10 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-stridechange:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-stridechange.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-stridechange.html>
> ([i915#6880])
> *
>
> igt@kms_frontbuffer_tracking@fbc-tiling-4:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@kms_frontbuffer_tracking@fbc-tiling-4.html>
> ([i915#5439]) +1 other test skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html>
> ([i915#8708]) +8 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-1p-rte:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html>
> ([i915#3023]) +12 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html>
> +29 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html>
> ([i915#8708]) +2 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu.html>
> +98 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html>
> ([i915#3458]) +8 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-pgflip-blt:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-pgflip-blt.html>
> ([i915#1825]) +13 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt.html>
> ([i915#5354]) +25 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu.html>
> ([i915#3458]) +11 other tests skip
> *
>
> igt@kms_hdmi_inject@inject-audio:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-1/igt@kms_hdmi_inject@inject-audio.html>
> ([i915#433])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@kms_hdmi_inject@inject-audio.html>
> ([i915#433])
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-3/igt@kms_hdmi_inject@inject-audio.html>
> ([i915#433])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@kms_hdmi_inject@inject-audio.html>
> ([i915#433])
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-2/igt@kms_hdmi_inject@inject-audio.html>
> ([i915#433])
> *
>
> igt@kms_hdr@bpc-switch-suspend:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-10/igt@kms_hdr@bpc-switch-suspend.html>
> ([i915#3555] / [i915#8228]) +3 other tests skip
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@kms_hdr@bpc-switch-suspend.html>
> ([i915#3555] / [i915#8228])
> *
>
> igt@kms_hdr@invalid-metadata-sizes:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@kms_hdr@invalid-metadata-sizes.html>
> ([i915#3555] / [i915#8228]) +1 other test skip
> *
>
> igt@kms_hdr@static-toggle-dpms:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-17/igt@kms_hdr@static-toggle-dpms.html>
> ([i915#3555] / [i915#8228])
> *
>
> igt@kms_joiner@basic-force-big-joiner:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-10/igt@kms_joiner@basic-force-big-joiner.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_joiner@basic-force-big-joiner.html>
> ([i915#12388])
> *
>
> igt@kms_joiner@invalid-modeset-big-joiner:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@kms_joiner@invalid-modeset-big-joiner.html>
> ([i915#10656])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@kms_joiner@invalid-modeset-big-joiner.html>
> ([i915#10656])
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-7/igt@kms_joiner@invalid-modeset-big-joiner.html>
> ([i915#10656])
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@kms_joiner@invalid-modeset-big-joiner.html>
> ([i915#10656])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_joiner@invalid-modeset-big-joiner.html>
> ([i915#10656])
> *
>
> igt@kms_joiner@invalid-modeset-ultra-joiner:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@kms_joiner@invalid-modeset-ultra-joiner.html>
> ([i915#12339])
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@kms_joiner@invalid-modeset-ultra-joiner.html>
> ([i915#12339])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@kms_joiner@invalid-modeset-ultra-joiner.html>
> ([i915#12339])
> *
>
> igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html>
> ([i915#4816])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html>
> ([i915#4816])
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html>
> ([i915#4816])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html>
> ([i915#1839])
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html>
> ([i915#1839]) +1 other test skip
> *
>
> igt@kms_panel_fitting@legacy:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@kms_panel_fitting@legacy.html>
> ([i915#6301])
> *
>
> igt@kms_plane@plane-panning-top-left:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-4/igt@kms_plane@plane-panning-top-left.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane@plane-panning-top-left.html>
> ([i915#8825])
> *
>
> igt@kms_plane_alpha_blend@coverage-7efc:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-3/igt@kms_plane_alpha_blend@coverage-7efc.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_alpha_blend@coverage-7efc.html>
> ([i915#7294]) +1 other test skip
> *
>
> igt@kms_plane_lowres@tiling-4:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-8/igt@kms_plane_lowres@tiling-4.html>
> ([i915#10226] / [i915#3555] / [i915#8821])
> *
>
> igt@kms_plane_lowres@tiling-4@pipe-b-edp-1:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-8/igt@kms_plane_lowres@tiling-4@pipe-b-edp-1.html>
> ([i915#11614] / [i915#3582]) +3 other tests skip
> *
>
> igt@kms_plane_scaling@2x-scaler-multi-pipe:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_plane_scaling@2x-scaler-multi-pipe.html>
> ([i915#5354] / [i915#9423])
> *
>
> igt@kms_plane_scaling@intel-max-src-size:
>
> o shard-tglu: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@kms_plane_scaling@intel-max-src-size.html>
> ([i915#8292]) +1 other test fail
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-6/igt@kms_plane_scaling@intel-max-src-size.html>
> ([i915#6953])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-3/igt@kms_plane_scaling@intel-max-src-size.html>
> ([i915#6953] / [i915#9423])
> *
>
> igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4:
>
> o shard-dg1: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-18/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html>
> ([i915#8292]) +1 other test fail
> *
>
> igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation.html>
> ([i915#12247] / [i915#8152] / [i915#9423])
> *
>
> igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-b:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-b.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-b.html>
> ([i915#12247]) +11 other tests skip
> *
>
> igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html>
> ([i915#12247]) +2 other tests skip
> *
>
> igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-1/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format.html>
> ([i915#8152] / [i915#9423])
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d.html>
> ([i915#12247]) +9 other tests skip
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-5:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-10/igt@kms_plane_scaling@planes-downscale-factor-0-5.html>
> ([i915#12247] / [i915#6953]) +2 other tests skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-8/igt@kms_plane_scaling@planes-downscale-factor-0-5.html>
> ([i915#12247] / [i915#6953]) +1 other test skip
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5.html>
> ([i915#12247] / [i915#6953] / [i915#8152] / [i915#9423])
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-a:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-a.html>
> ([i915#12247]) +2 other tests skip
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b:
>
> o shard-snb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb6/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b.html>
> +43 other tests skip
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-d:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-d.html>
> ([i915#12247] / [i915#8152])
> *
>
> igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html>
> ([i915#12247] / [i915#3555] / [i915#6953] / [i915#8152] /
> [i915#9423])
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-10/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html>
> ([i915#12247] / [i915#3555] / [i915#6953])
> *
>
> igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d.html>
> ([i915#12247] / [i915#8152]) +1 other test skip
> *
>
> igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-d:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-1/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-d.html>
> ([i915#12247]) +7 other tests skip
> *
>
> igt@kms_plane_scaling@planes-upscale-factor-0-25:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@kms_plane_scaling@planes-upscale-factor-0-25.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25.html>
> ([i915#3555] / [i915#6953] / [i915#8152] / [i915#9423])
> *
>
> igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-d:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-d.html>
> ([i915#12247]) +30 other tests skip
> *
>
> igt@kms_plane_scaling@planes-upscale-factor-0-25@pipe-d:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@kms_plane_scaling@planes-upscale-factor-0-25@pipe-d.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25@pipe-d.html>
> ([i915#8152]) +1 other test skip
> *
>
> igt@kms_pm_dc@dc3co-vpb-simulation:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@kms_pm_dc@dc3co-vpb-simulation.html>
> ([i915#9685]) +1 other test skip
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-3/igt@kms_pm_dc@dc3co-vpb-simulation.html>
> ([i915#9685])
> *
>
> igt@kms_pm_dc@dc5-psr:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@kms_pm_dc@dc5-psr.html>
> ([i915#9685])
> *
>
> igt@kms_pm_lpsp@kms-lpsp:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-4/igt@kms_pm_lpsp@kms-lpsp.html>
> ([i915#3828])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-18/igt@kms_pm_lpsp@kms-lpsp.html>
> ([i915#9340])
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@kms_pm_lpsp@kms-lpsp.html>
> ([i915#3828])
> *
>
> igt@kms_pm_rpm@drm-resources-equal:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-1/igt@kms_pm_rpm@drm-resources-equal.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_pm_rpm@drm-resources-equal.html>
> ([i915#3547])
> *
>
> igt@kms_pm_rpm@modeset-lpsp:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_pm_rpm@modeset-lpsp.html>
> ([i915#9519])
> *
>
> igt@kms_prime@d3hot:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-7/igt@kms_prime@d3hot.html>
> ([i915#6524])
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-8/igt@kms_prime@d3hot.html>
> ([i915#6524]) +1 other test skip
> *
>
> igt@kms_properties@crtc-properties-legacy:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-8/igt@kms_properties@crtc-properties-legacy.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_properties@crtc-properties-legacy.html>
> ([i915#11521]) +1 other test skip
> *
>
> igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-3/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html>
> ([i915#11520]) +12 other tests skip
> *
>
> igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html>
> ([i915#11520]) +6 other tests skip
> *
>
> igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html>
> ([i915#12316]) +3 other tests skip
> *
>
> igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-3/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html>
> ([i915#11520]) +4 other tests skip
> *
>
> igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
>
> o shard-snb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb1/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html>
> ([i915#11520]) +1 other test skip
> *
>
> igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-16/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html>
> ([i915#11520]) +7 other tests skip
> *
>
> igt@kms_psr@fbc-psr-primary-render:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@kms_psr@fbc-psr-primary-render.html>
> ([i915#1072] / [i915#9732]) +17 other tests skip
> *
>
> igt@kms_psr@fbc-psr2-no-drrs:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-9/igt@kms_psr@fbc-psr2-no-drrs.html>
> ([i915#9732]) +22 other tests skip
> *
>
> igt@kms_psr@pr-no-drrs:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-7/igt@kms_psr@pr-no-drrs.html>
> ([i915#9688]) +7 other tests skip
> *
>
> igt@kms_psr@psr2-cursor-mmap-gtt:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@kms_psr@psr2-cursor-mmap-gtt.html>
> ([i915#1072] / [i915#9732]) +10 other tests skip
> *
>
> igt@kms_psr@psr2-primary-mmap-gtt:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_psr@psr2-primary-mmap-gtt.html>
> ([i915#1072] / [i915#9732]) +20 other tests skip
> *
>
> igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html>
> ([i915#9685]) +2 other tests skip
> *
>
> igt@kms_rotation_crc@exhaust-fences:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-17/igt@kms_rotation_crc@exhaust-fences.html>
> ([i915#4884])
> *
>
> igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-5/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html>
> ([i915#5289])
> *
>
> igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html>
> ([i915#5190])
> *
>
> igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html>
> ([i915#11131] / [i915#5190])
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html>
> ([i915#5289]) +2 other tests skip
> *
>
> igt@kms_setmode@basic:
>
> o shard-snb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-snb5/igt@kms_setmode@basic.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb2/igt@kms_setmode@basic.html>
> ([i915#5465]) +2 other tests fail
> *
>
> igt@kms_setmode@clone-exclusive-crtc:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@kms_setmode@clone-exclusive-crtc.html>
> ([i915#3555]) +2 other tests skip
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-7/igt@kms_setmode@clone-exclusive-crtc.html>
> ([i915#3555]) +3 other tests skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@kms_setmode@clone-exclusive-crtc.html>
> ([i915#3555] / [i915#8809])
> *
>
> igt@kms_tiled_display@basic-test-pattern:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_tiled_display@basic-test-pattern.html>
> ([i915#8623])
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-1/igt@kms_tiled_display@basic-test-pattern.html>
> ([i915#8623])
> *
>
> igt@kms_tiled_display@basic-test-pattern-with-chamelium:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-2/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html>
> ([i915#8623])
> *
>
> igt@kms_vrr@flip-basic-fastset:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@kms_vrr@flip-basic-fastset.html>
> ([i915#9906]) +1 other test skip
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-10/igt@kms_vrr@flip-basic-fastset.html>
> ([i915#9906])
> *
>
> igt@kms_vrr@negative-basic:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@kms_vrr@negative-basic.html>
> ([i915#3555] / [i915#9906])
> *
>
> igt@kms_writeback@writeback-pixel-formats:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_writeback@writeback-pixel-formats.html>
> ([i915#2437] / [i915#9412])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-17/igt@kms_writeback@writeback-pixel-formats.html>
> ([i915#2437] / [i915#9412])
> *
>
> igt@perf@blocking@0-rcs0:
>
> o shard-tglu: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-tglu-2/igt@perf@blocking@0-rcs0.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@perf@blocking@0-rcs0.html>
> ([i915#10538]) +1 other test fail
> *
>
> igt@perf_pmu@cpu-hotplug:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-8/igt@perf_pmu@cpu-hotplug.html>
> ([i915#8850])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@perf_pmu@cpu-hotplug.html>
> ([i915#8850])
> *
>
> igt@perf_pmu@module-unload:
>
> o shard-dg2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@perf_pmu@module-unload.html>
> ([i915#11823])
> *
>
> igt@prime_vgem@basic-fence-read:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@prime_vgem@basic-fence-read.html>
> ([i915#3708])
> *
>
> igt@prime_vgem@basic-write:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-10/igt@prime_vgem@basic-write.html>
> ([i915#3291] / [i915#3708]) +1 other test skip
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-7/igt@prime_vgem@basic-write.html>
> ([i915#3291] / [i915#3708]) +1 other test skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@prime_vgem@basic-write.html>
> ([i915#3708]) +1 other test skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@prime_vgem@basic-write.html>
> ([i915#10216] / [i915#3708])
> *
>
> igt@prime_vgem@coherency-gtt:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@prime_vgem@coherency-gtt.html>
> ([i915#3708] / [i915#4077])
> *
>
> igt@tools_test@sysfs_l3_parity:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-2/igt@tools_test@sysfs_l3_parity.html>
> +12 other tests skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-18/igt@tools_test@sysfs_l3_parity.html>
> ([i915#4818])
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-8/igt@tools_test@sysfs_l3_parity.html>
> ([i915#4818])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@tools_test@sysfs_l3_parity.html>
> ([i915#4818])
>
>
> Possible fixes
>
> *
>
> igt@gem_ccs@suspend-resume:
>
> o shard-dg2: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@gem_ccs@suspend-resume.html>
> ([i915#7297]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@gem_ccs@suspend-resume.html>
> *
>
> igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-lmem0-lmem0:
>
> o shard-dg2: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-lmem0-lmem0.html>
> ([i915#12392] / [i915#7297]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-8/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-lmem0-lmem0.html>
> *
>
> igt@gem_ctx_isolation@preservation-s3:
>
> o shard-dg2: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@gem_ctx_isolation@preservation-s3.html>
> ([i915#12353]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@gem_ctx_isolation@preservation-s3.html>
> +1 other test pass
> *
>
> igt@gem_eio@kms:
>
> o shard-dg2: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-1/igt@gem_eio@kms.html>
> ([i915#5784]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@gem_eio@kms.html>
> *
>
> igt@gem_eio@unwedge-stress:
>
> o shard-dg1: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-16/igt@gem_eio@unwedge-stress.html>
> ([i915#5784]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@gem_eio@unwedge-stress.html>
> *
>
> igt@gem_exec_big@single:
>
> o shard-tglu: ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-tglu-6/igt@gem_exec_big@single.html>
> ([i915#11713]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-4/igt@gem_exec_big@single.html>
> *
>
> igt@gem_exec_fair@basic-pace:
>
> o shard-rkl: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-rkl-4/igt@gem_exec_fair@basic-pace.html>
> ([i915#2842]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-6/igt@gem_exec_fair@basic-pace.html>
> +3 other tests pass
> *
>
> igt@gem_exec_suspend@basic-s0@smem:
>
> o shard-tglu: ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-tglu-6/igt@gem_exec_suspend@basic-s0@smem.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-6/igt@gem_exec_suspend@basic-s0@smem.html>
> +1 other test pass
> *
>
> igt@i915_module_load@reload-with-fault-injection:
>
> o shard-dg1: ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-15/igt@i915_module_load@reload-with-fault-injection.html>
> ([i915#9820]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@i915_module_load@reload-with-fault-injection.html>
> *
>
> igt@i915_pm_rpm@system-suspend-execbuf:
>
> o shard-dg1: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-18/igt@i915_pm_rpm@system-suspend-execbuf.html>
> ([i915#4423]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@i915_pm_rpm@system-suspend-execbuf.html>
> *
>
> igt@i915_selftest@live@workarounds:
>
> o shard-mtlp: ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-1/igt@i915_selftest@live@workarounds.html>
> ([i915#12216]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-5/igt@i915_selftest@live@workarounds.html>
> +1 other test pass
> *
>
> igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs.html>
> ([i915#9197]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs.html>
> +19 other tests pass
> *
>
> igt@kms_cursor_legacy@single-move:
>
> o shard-dg1: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-19/igt@kms_cursor_legacy@single-move.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-18/igt@kms_cursor_legacy@single-move.html>
> +1 other test pass
> *
>
> igt@kms_flip@flip-vs-absolute-wf_vblank:
>
> o shard-mtlp: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-3/igt@kms_flip@flip-vs-absolute-wf_vblank.html>
> ([i915#2122]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@kms_flip@flip-vs-absolute-wf_vblank.html>
> +2 other tests pass
> *
>
> igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible:
>
> o shard-rkl: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-rkl-4/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html>
> ([i915#2122]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-1/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html>
> *
>
> igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-vga1:
>
> o shard-snb: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-snb2/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-vga1.html>
> ([i915#2122]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb4/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-vga1.html>
> +5 other tests pass
> *
>
> igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@c-hdmi-a1:
>
> o shard-tglu: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-tglu-4/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@c-hdmi-a1.html>
> ([i915#2122]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-9/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@c-hdmi-a1.html>
> +2 other tests pass
> *
>
> igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a4:
>
> o shard-dg1: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-14/igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a4.html>
> ([i915#2122]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-14/igt@kms_flip@flip-vs-absolute-wf_vblank@a-hdmi-a4.html>
> +2 other tests pass
> *
>
> igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1:
>
> o shard-mtlp: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-3/igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1.html>
> ([i915#11989]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-4/igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1.html>
> *
>
> igt@kms_flip@flip-vs-suspend:
>
> o shard-tglu: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-tglu-2/igt@kms_flip@flip-vs-suspend.html>
> ([i915#6113]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@kms_flip@flip-vs-suspend.html>
> *
>
> igt@kms_flip@flip-vs-suspend@b-hdmi-a1:
>
> o shard-tglu: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-tglu-2/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-tglu-5/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html>
> *
>
> igt@kms_flip@plain-flip-fb-recreate:
>
> o shard-dg2: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@kms_flip@plain-flip-fb-recreate.html>
> ([i915#2122]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-10/igt@kms_flip@plain-flip-fb-recreate.html>
> *
>
> igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw:
>
> o shard-dg2: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html>
> ([i915#6880]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html>
> *
>
> igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu.html>
> ([i915#5354]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu.html>
> +3 other tests pass
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt:
>
> o shard-snb: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html>
> +2 other tests pass
> *
>
> igt@kms_pipe_crc_basic@suspend-read-crc:
>
> o shard-dg2: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-4/igt@kms_pipe_crc_basic@suspend-read-crc.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-10/igt@kms_pipe_crc_basic@suspend-read-crc.html>
> *
>
> igt@kms_plane_scaling@invalid-num-scalers:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_plane_scaling@invalid-num-scalers.html>
> ([i915#3555] / [i915#6953] / [i915#8152] / [i915#9423]) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_plane_scaling@invalid-num-scalers.html>
> *
>
> igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html>
> ([i915#3555] / [i915#8152] / [i915#9423]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html>
> *
>
> igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-d:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-d.html>
> ([i915#12247] / [i915#8152]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-d.html>
> +1 other test pass
> *
>
> igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html>
> ([i915#6953] / [i915#8152] / [i915#9423]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html>
> *
>
> igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html>
> ([i915#12247]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html>
> +5 other tests pass
> *
>
> igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-4/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html>
> ([i915#9519]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-1/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html>
> +2 other tests pass
> *
>
> igt@kms_pm_rpm@modeset-non-lpsp-stress:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html>
> ([i915#9519]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp-stress.html>
> +3 other tests pass
> *
>
> igt@perf_pmu@all-busy-idle-check-all:
>
> o shard-mtlp: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-2/igt@perf_pmu@all-busy-idle-check-all.html>
> ([i915#11943]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-6/igt@perf_pmu@all-busy-idle-check-all.html>
>
>
> Warnings
>
> *
>
> igt@gem_madvise@dontneed-before-pwrite:
>
> o shard-mtlp: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-mtlp-8/igt@gem_madvise@dontneed-before-pwrite.html>
> ([i915#2295]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-mtlp-2/igt@gem_madvise@dontneed-before-pwrite.html>
> ([i915#3282])
> *
>
> igt@kms_async_flips@invalid-async-flip:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-5/igt@kms_async_flips@invalid-async-flip.html>
> ([i915#6228]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_async_flips@invalid-async-flip.html>
> ([i915#9197])
> *
>
> igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
>
> o shard-dg1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-18/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html>
> ([i915#4538] / [i915#5286]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-12/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html>
> ([i915#4423] / [i915#4538] / [i915#5286])
> *
>
> igt@kms_big_fb@x-tiled-64bpp-rotate-270:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-8/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html>
> ([i915#9197]) +4 other tests skip
> *
>
> igt@kms_big_fb@y-tiled-32bpp-rotate-180:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html>
> ([i915#5190] / [i915#9197]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html>
> ([i915#4538] / [i915#5190]) +4 other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-11/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html>
> ([i915#4538] / [i915#5190]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html>
> ([i915#5190] / [i915#9197]) +6 other tests skip
> *
>
> igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-1/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs.html>
> ([i915#10307] / [i915#6095]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs.html>
> ([i915#9197]) +11 other tests skip
> *
>
> igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html>
> ([i915#9197]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html>
> ([i915#12313])
> *
>
> igt@kms_cdclk@mode-transition-all-outputs:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-6/igt@kms_cdclk@mode-transition-all-outputs.html>
> ([i915#11616] / [i915#7213]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_cdclk@mode-transition-all-outputs.html>
> ([i915#9197])
> *
>
> igt@kms_content_protection@atomic:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-1/igt@kms_content_protection@atomic.html>
> ([i915#7118] / [i915#9424]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_content_protection@atomic.html>
> ([i915#9197])
> *
>
> igt@kms_content_protection@lic-type-1:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-3/igt@kms_content_protection@lic-type-1.html>
> ([i915#9424]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_content_protection@lic-type-1.html>
> ([i915#9197])
> *
>
> igt@kms_content_protection@mei-interface:
>
> o shard-dg1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-17/igt@kms_content_protection@mei-interface.html>
> ([i915#9424]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg1-13/igt@kms_content_protection@mei-interface.html>
> ([i915#9433])
> *
>
> igt@kms_cursor_crc@cursor-onscreen-512x512:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-1/igt@kms_cursor_crc@cursor-onscreen-512x512.html>
> ([i915#11453]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_cursor_crc@cursor-onscreen-512x512.html>
> ([i915#9197]) +2 other tests skip
> *
>
> igt@kms_cursor_crc@cursor-random-32x10:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_cursor_crc@cursor-random-32x10.html>
> ([i915#9197]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-10/igt@kms_cursor_crc@cursor-random-32x10.html>
> ([i915#3555]) +1 other test skip
> *
>
> igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-7/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html>
> ([i915#5354]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html>
> ([i915#9197]) +1 other test skip
> *
>
> igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html>
> ([i915#9197]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html>
> ([i915#4103] / [i915#4213])
> *
>
> igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html>
> ([i915#9197]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html>
> ([i915#5354])
> *
>
> igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html>
> ([i915#4103] / [i915#4213]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html>
> ([i915#9197]) +1 other test skip
> *
>
> igt@kms_dsc@dsc-fractional-bpp-with-bpc:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html>
> ([i915#9197]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html>
> ([i915#3840])
> *
>
> igt@kms_dsc@dsc-with-bpc-formats:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-8/igt@kms_dsc@dsc-with-bpc-formats.html>
> ([i915#3555] / [i915#3840]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_dsc@dsc-with-bpc-formats.html>
> ([i915#9197]) +1 other test skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-10/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html>
> ([i915#2672] / [i915#3555] / [i915#5190]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html>
> ([i915#3555] / [i915#5190]) +1 other test skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html>
> ([i915#3555]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-7/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html>
> ([i915#2672] / [i915#3555])
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc.html>
> ([i915#8708]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc.html>
> ([i915#5354]) +12 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-tiling-y:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-tiling-y.html>
> ([i915#10055]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-tiling-y.html>
> ([i915#5354])
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite.html>
> ([i915#3458]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite.html>
> ([i915#10433] / [i915#3458]) +2 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt.html>
> ([i915#5354]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt.html>
> ([i915#8708]) +3 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@pipe-fbc-rte:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html>
> ([i915#4342] / [i915#5354]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-11/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html>
> ([i915#9766])
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html>
> ([i915#10433] / [i915#3458]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html>
> ([i915#3458]) +1 other test skip
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-fullscreen:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-fullscreen.html>
> ([i915#5354]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-fullscreen.html>
> ([i915#3458]) +1 other test skip
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-rte:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-1p-rte.html>
> ([i915#3458]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11903/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-1p-rte.html>
> ([i915#5354]) +15 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-pwrite:
>
> o shard-dg1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15517/shard-dg1-18/igt@kms_frontbuffer>
> ([i915#4423]) -> [SKIP][453]
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] tests/xe_exec_sip: increase timeout margin for tests
2024-10-11 13:36 [PATCH] tests/xe_exec_sip: increase timeout margin for tests Andrzej Hajda
` (3 preceding siblings ...)
2024-10-12 9:45 ` ✗ Fi.CI.IGT: " Patchwork
@ 2024-10-14 9:53 ` Kamil Konieczny
4 siblings, 0 replies; 8+ messages in thread
From: Kamil Konieczny @ 2024-10-14 9:53 UTC (permalink / raw)
To: igt-dev; +Cc: Andrzej Hajda
Hi Andrzej,
On 2024-10-11 at 15:36:22 +0200, Andrzej Hajda wrote:
> In case engine reset happens 4s timeout margin sometimes is not enough and test
> fails. It happens mostly on LNL due to devcoredump creation.
Could that mension about 'devcoredump creation time' be also put in comment
in a test?
> On CI it does not pass 5s, lets increase it to 8s to be on safe side.
>
> Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
With or without it,
Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> ---
> tests/intel/xe_exec_sip.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/intel/xe_exec_sip.c b/tests/intel/xe_exec_sip.c
> index 2294468c2983..50265c0c6a45 100644
> --- a/tests/intel/xe_exec_sip.c
> +++ b/tests/intel/xe_exec_sip.c
> @@ -274,8 +274,8 @@ static void test_sip(enum shader_type shader_type, enum sip_type sip_type,
>
> vm_id = xe_vm_create(fd, 0, 0);
>
> - /* Get timeout for job, and add 4s to ensure timeout processes in subtest. */
> - timeout = xe_sysfs_get_job_timeout_ms(fd, eci) + 4ull * MSEC_PER_SEC;
> + /* Get timeout for job, and add 8s to ensure timeout processes in subtest. */
> + timeout = xe_sysfs_get_job_timeout_ms(fd, eci) + 8ull * MSEC_PER_SEC;
> timeout *= NSEC_PER_MSEC;
> timeout *= igt_run_in_simulation() ? 10 : 1;
>
>
> ---
> base-commit: cc3fa4e36bb0445565f40f989540b9deacb92e12
> change-id: 20241011-xe_exec_sip_increase_timeout_margin-a64bcb49752d
>
> Best regards,
> --
> Andrzej Hajda <andrzej.hajda@intel.com>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-10-14 9:53 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-11 13:36 [PATCH] tests/xe_exec_sip: increase timeout margin for tests Andrzej Hajda
2024-10-11 15:50 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-10-11 16:27 ` ✓ CI.xeBAT: " Patchwork
2024-10-11 20:35 ` ✗ CI.xeFULL: failure " Patchwork
2024-10-14 8:35 ` Hajda, Andrzej
2024-10-12 9:45 ` ✗ Fi.CI.IGT: " Patchwork
2024-10-14 8:36 ` Hajda, Andrzej
2024-10-14 9:53 ` [PATCH] " Kamil Konieczny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox