* [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds
@ 2025-02-06 15:21 Peter Senna Tschudin
2025-02-06 21:06 ` ✓ Xe.CI.BAT: success for " Patchwork
` (8 more replies)
0 siblings, 9 replies; 26+ messages in thread
From: Peter Senna Tschudin @ 2025-02-06 15:21 UTC (permalink / raw)
To: igt-dev
Cc: Peter Senna Tschudin, juha-pekka.heikkila, katarzyna.piecielska,
ryszard.knop, ewelina.musial, adrinael, mateusz.grabski,
konrad.b.brodzik
Commit ddfde25f16ba ("runner: Add support for aborting on network
failure") introduced a 20 second deadline for the DUT’s network
to recover after a suspend/resume cycle. If the network isn’t
back up within that time, igt_runner aborts the test run to save logs
and prevent potential log loss from an imminent power cycle.
This deadline was set to accommodate our internal CI system, which
checks for DUT network connectivity every 5 seconds and retries up
to 3 times at 20 second intervals. If it fails 3 consecutive checks,
it triggers a power cycle on the DUT.
Although our internal CI system can be configured with a longer
wait time, extending it further would unnecessarily prolong tests
in cases of DUT hangs.
Bumping the deadline to 40 seconds keeps the abort mechanism safely
within our internal CI system retry window while improving chances
of preventing a premature abort. For upstream testing on Jenkins,
the deadlines vary from 16 and 25 minutes, and this change has
no impact.
CC: juha-pekka.heikkila@intel.com
CC: katarzyna.piecielska@intel.com
CC: ryszard.knop@intel.com
CC: ewelina.musial@intel.com
CC: adrinael@adrinael.net
CC: mateusz.grabski@intel.com
CC: konrad.b.brodzik@intel.com
Signed-off-by: Peter Senna Tschudin <peter.senna@linux.intel.com>
---
runner/executor.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/runner/executor.c b/runner/executor.c
index 999e7f719..2abb18732 100644
--- a/runner/executor.c
+++ b/runner/executor.c
@@ -218,11 +218,11 @@ static bool load_ping_config_from_env(void)
/*
* On some hosts, getting network back up after suspend takes
- * upwards of 10 seconds. 20 seconds should be enough to see
+ * upwards of 10 seconds. 40 seconds should be enough to see
* if network comes back at all, and hopefully not too long to
* make external monitoring freak out.
*/
-#define PING_ABORT_DEADLINE 20
+#define PING_ABORT_DEADLINE 40
static bool can_ping(void)
{
--
2.34.1
^ permalink raw reply related [flat|nested] 26+ messages in thread
* ✓ Xe.CI.BAT: success for Bump aborting on network failure deadline to 40 seconds
2025-02-06 15:21 [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds Peter Senna Tschudin
@ 2025-02-06 21:06 ` Patchwork
2025-02-07 2:00 ` ✗ Xe.CI.Full: failure " Patchwork
` (7 subsequent siblings)
8 siblings, 0 replies; 26+ messages in thread
From: Patchwork @ 2025-02-06 21:06 UTC (permalink / raw)
To: Peter Senna Tschudin; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1169 bytes --]
== Series Details ==
Series: Bump aborting on network failure deadline to 40 seconds
URL : https://patchwork.freedesktop.org/series/144424/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8224_BAT -> XEIGTPW_12556_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (8 -> 8)
------------------------------
No changes in participating hosts
Changes
-------
No changes found
Build changes
-------------
* IGT: IGT_8224 -> IGTPW_12556
* Linux: xe-2601-a7df3eccb725a8d72f8f3ed87ee7ad9419b17380 -> xe-2612-2aff25306def7c151be69b338bc1f5a27733c93e
IGTPW_12556: cf4929858c0ef642848681d32d9b3d8ffb3c366e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8224: c659b986ba648584d36b3cfece897bc84a33dcbb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2601-a7df3eccb725a8d72f8f3ed87ee7ad9419b17380: a7df3eccb725a8d72f8f3ed87ee7ad9419b17380
xe-2612-2aff25306def7c151be69b338bc1f5a27733c93e: 2aff25306def7c151be69b338bc1f5a27733c93e
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/index.html
[-- Attachment #2: Type: text/html, Size: 1728 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* ✗ Xe.CI.Full: failure for Bump aborting on network failure deadline to 40 seconds
2025-02-06 15:21 [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds Peter Senna Tschudin
2025-02-06 21:06 ` ✓ Xe.CI.BAT: success for " Patchwork
@ 2025-02-07 2:00 ` Patchwork
2025-02-07 7:51 ` Peter Senna Tschudin
2025-02-07 14:00 ` ✓ Xe.CI.BAT: success " Patchwork
` (6 subsequent siblings)
8 siblings, 1 reply; 26+ messages in thread
From: Patchwork @ 2025-02-07 2:00 UTC (permalink / raw)
To: Peter Senna Tschudin; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 131887 bytes --]
== Series Details ==
Series: Bump aborting on network failure deadline to 40 seconds
URL : https://patchwork.freedesktop.org/series/144424/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8224_full -> XEIGTPW_12556_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_12556_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12556_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_12556_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_flip@plain-flip-ts-check@a-edp1:
- shard-lnl: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-8/igt@kms_flip@plain-flip-ts-check@a-edp1.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@kms_flip@plain-flip-ts-check@a-edp1.html
* igt@xe_module_load@reload-no-display:
- shard-dg2-set2: [PASS][3] -> [FAIL][4] +1 other test fail
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@xe_module_load@reload-no-display.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_module_load@reload-no-display.html
Known issues
------------
Here are the changes found in XEIGTPW_12556_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@fbdev@info:
- shard-dg2-set2: [PASS][5] -> [SKIP][6] ([Intel XE#2134]) +1 other test skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@fbdev@info.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@fbdev@info.html
* igt@fbdev@pan:
- shard-dg2-set2: NOTRUN -> [SKIP][7] ([Intel XE#2134])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@fbdev@pan.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-dg2-set2: NOTRUN -> [SKIP][8] ([Intel XE#623])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- shard-lnl: NOTRUN -> [SKIP][9] ([Intel XE#1466])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#2233])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-6-4-mc-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][11] ([Intel XE#3767]) +15 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-6-4-mc-ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-6-4-mc-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][12] ([Intel XE#2550] / [Intel XE#3767]) +15 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-6-4-mc-ccs.html
* igt@kms_async_flips@invalid-async-flip-atomic:
- shard-lnl: NOTRUN -> [SKIP][13] ([Intel XE#3768])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@kms_async_flips@invalid-async-flip-atomic.html
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#3768])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@kms_async_flips@invalid-async-flip-atomic.html
* igt@kms_atomic_transition@modeset-transition-nonblocking-fencing:
- shard-dg2-set2: [PASS][15] -> [DMESG-WARN][16] ([Intel XE#1033]) +30 other tests dmesg-warn
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-lnl: NOTRUN -> [SKIP][17] ([Intel XE#3658])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-270:
- shard-dg2-set2: NOTRUN -> [SKIP][18] ([Intel XE#316])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2327]) +3 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#1407]) +3 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-addfb:
- shard-bmg: NOTRUN -> [DMESG-WARN][21] ([Intel XE#4172]) +7 other tests dmesg-warn
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_big_fb@x-tiled-addfb.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0:
- shard-dg2-set2: NOTRUN -> [SKIP][22] ([Intel XE#1124]) +9 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180:
- shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#1124]) +14 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#1124]) +13 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
* igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p:
- shard-bmg: [PASS][25] -> [SKIP][26] ([Intel XE#2314] / [Intel XE#2894])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-1/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-2-displays-2560x1440p:
- shard-dg2-set2: NOTRUN -> [SKIP][27] ([Intel XE#367])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-3-displays-2160x1440p:
- shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#367])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@kms_bw@linear-tiling-3-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-4-displays-3840x2160p:
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#367])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#1512]) +1 other test skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html
* igt@kms_ccs@bad-rotation-90-y-tiled-ccs:
- shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#2887]) +13 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_ccs@bad-rotation-90-y-tiled-ccs.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][32] ([Intel XE#455] / [Intel XE#787]) +21 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][33] ([Intel XE#2907]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs:
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#3432])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs.html
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#3432])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][36] ([Intel XE#787]) +118 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-6.html
* igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs:
- shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#2887]) +16 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-2/igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
- shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#2669]) +3 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#2724]) +1 other test skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_cdclk@mode-transition-all-outputs.html
- shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#314])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@plane-scaling:
- shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#1152]) +3 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@kms_cdclk@plane-scaling.html
* igt@kms_cdclk@plane-scaling@pipe-b-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][42] ([Intel XE#1152]) +3 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html
* igt@kms_chamelium_audio@hdmi-audio-edid:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#2252]) +9 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_chamelium_audio@hdmi-audio-edid.html
* igt@kms_chamelium_color@ctm-blue-to-red:
- shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#306])
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-2/igt@kms_chamelium_color@ctm-blue-to-red.html
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#2325])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_chamelium_color@ctm-blue-to-red.html
* igt@kms_chamelium_color@ctm-negative:
- shard-dg2-set2: NOTRUN -> [SKIP][46] ([Intel XE#306])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_chamelium_color@ctm-negative.html
* igt@kms_chamelium_hpd@dp-hpd:
- shard-lnl: NOTRUN -> [SKIP][47] ([Intel XE#373]) +12 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-3/igt@kms_chamelium_hpd@dp-hpd.html
* igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
- shard-dg2-set2: NOTRUN -> [SKIP][48] ([Intel XE#373]) +7 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
* igt@kms_content_protection@atomic-dpms:
- shard-dg2-set2: NOTRUN -> [FAIL][49] ([Intel XE#1178]) +1 other test fail
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@atomic@pipe-a-dp-4:
- shard-dg2-set2: NOTRUN -> [DMESG-FAIL][50] ([Intel XE#1033])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_content_protection@atomic@pipe-a-dp-4.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-dg2-set2: NOTRUN -> [SKIP][51] ([Intel XE#307])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_content_protection@dp-mst-type-0.html
- shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#307]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@kms_content_protection@dp-mst-type-0.html
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#2390]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@srm@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][54] ([Intel XE#1178]) +3 other tests fail
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_content_protection@srm@pipe-a-dp-2.html
* igt@kms_content_protection@type1:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#3278]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@kms_content_protection@type1.html
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#2341])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-offscreen-128x42:
- shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#2320]) +4 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@kms_cursor_crc@cursor-offscreen-128x42.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-dg2-set2: NOTRUN -> [SKIP][58] ([Intel XE#308])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-lnl: NOTRUN -> [SKIP][59] ([Intel XE#2321]) +3 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@kms_cursor_crc@cursor-onscreen-512x170.html
- shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#2321]) +2 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-random-64x21:
- shard-lnl: NOTRUN -> [SKIP][61] ([Intel XE#1424]) +4 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@kms_cursor_crc@cursor-random-64x21.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
- shard-dg2-set2: [PASS][62] -> [SKIP][63] ([Intel XE#4208] / [i915#2575]) +105 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-lnl: NOTRUN -> [SKIP][64] ([Intel XE#309]) +6 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#2291])
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
- shard-bmg: [PASS][66] -> [SKIP][67] ([Intel XE#2291]) +2 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-lnl: NOTRUN -> [SKIP][68] ([Intel XE#323])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
- shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#2286])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
- shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#4210])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-bmg: NOTRUN -> [SKIP][71] ([Intel XE#2244]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-dg2-set2: NOTRUN -> [SKIP][72] ([Intel XE#455]) +14 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
- shard-lnl: NOTRUN -> [SKIP][73] ([Intel XE#2244]) +1 other test skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-bmg: NOTRUN -> [SKIP][74] ([Intel XE#776])
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-lnl: NOTRUN -> [SKIP][75] ([Intel XE#1421]) +2 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-bmg: [PASS][76] -> [SKIP][77] ([Intel XE#2316]) +3 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3:
- shard-bmg: NOTRUN -> [FAIL][78] ([Intel XE#3321]) +5 other tests fail
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-panning-interruptible:
- shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#2316])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_flip@2x-flip-vs-panning-interruptible.html
* igt@kms_flip@basic-flip-vs-dpms:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][80] ([Intel XE#2955])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_flip@basic-flip-vs-dpms.html
* igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3:
- shard-bmg: [PASS][81] -> [FAIL][82] ([Intel XE#3321])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3.html
* igt@kms_flip@flip-vs-suspend-interruptible@c-dp4:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][83] ([Intel XE#2049] / [Intel XE#2597])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_flip@flip-vs-suspend-interruptible@c-dp4.html
* igt@kms_flip@plain-flip-ts-check:
- shard-lnl: [PASS][84] -> [INCOMPLETE][85] ([Intel XE#2049])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-8/igt@kms_flip@plain-flip-ts-check.html
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@kms_flip@plain-flip-ts-check.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-lnl: NOTRUN -> [SKIP][86] ([Intel XE#1401] / [Intel XE#1745]) +2 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][87] ([Intel XE#1401]) +2 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling:
- shard-dg2-set2: [PASS][88] -> [SKIP][89] ([Intel XE#4208]) +246 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling:
- shard-bmg: NOTRUN -> [SKIP][90] ([Intel XE#2293] / [Intel XE#2380]) +3 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][91] ([Intel XE#2293]) +3 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-lnl: NOTRUN -> [SKIP][92] ([Intel XE#352]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][93] ([Intel XE#651]) +17 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][94] ([Intel XE#4141]) +13 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2-set2: NOTRUN -> [SKIP][95] ([Intel XE#2351] / [Intel XE#4208]) +27 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
- shard-dg2-set2: [PASS][96] -> [SKIP][97] ([Intel XE#2351] / [Intel XE#4208]) +10 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-indfb-draw-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][98] ([Intel XE#651]) +18 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render:
- shard-dg2-set2: NOTRUN -> [SKIP][99] ([Intel XE#4208]) +214 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][100] ([Intel XE#2311]) +24 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][101] ([Intel XE#653]) +14 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][102] ([Intel XE#2312]) +15 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][103] ([Intel XE#2313]) +21 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-lnl: NOTRUN -> [SKIP][104] ([Intel XE#1469])
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
- shard-bmg: NOTRUN -> [SKIP][105] ([Intel XE#2352])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][106] ([Intel XE#656]) +48 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-lnl: NOTRUN -> [SKIP][107] ([Intel XE#605])
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@kms_getfb@getfb-reject-ccs.html
- shard-bmg: NOTRUN -> [SKIP][108] ([Intel XE#2502])
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdr@static-toggle-dpms:
- shard-lnl: NOTRUN -> [SKIP][109] ([Intel XE#1503])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-bmg: [PASS][110] -> [SKIP][111] ([Intel XE#3012])
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-5/igt@kms_joiner@basic-force-big-joiner.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-bmg: NOTRUN -> [SKIP][112] ([Intel XE#4090])
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
- shard-lnl: NOTRUN -> [SKIP][113] ([Intel XE#4090])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][114] ([Intel XE#1033]) +26 other tests dmesg-warn
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
* igt@kms_plane_lowres@tiling-y:
- shard-lnl: NOTRUN -> [SKIP][115] ([Intel XE#599])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@kms_plane_lowres@tiling-y.html
- shard-bmg: NOTRUN -> [SKIP][116] ([Intel XE#2393])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b:
- shard-dg2-set2: NOTRUN -> [SKIP][117] ([Intel XE#2763]) +8 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-d:
- shard-dg2-set2: NOTRUN -> [SKIP][118] ([Intel XE#2763] / [Intel XE#455]) +4 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][119] ([Intel XE#1033] / [Intel XE#2566])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-a:
- shard-lnl: NOTRUN -> [SKIP][120] ([Intel XE#2763]) +27 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-2/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-a.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25:
- shard-dg2-set2: [PASS][121] -> [DMESG-WARN][122] ([Intel XE#1033] / [Intel XE#2566]) +1 other test dmesg-warn
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_plane_scaling@planes-upscale-factor-0-25.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5:
- shard-bmg: NOTRUN -> [SKIP][123] ([Intel XE#2763]) +19 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
* igt@kms_pm_backlight@basic-brightness:
- shard-dg2-set2: NOTRUN -> [SKIP][124] ([Intel XE#870])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-bmg: NOTRUN -> [SKIP][125] ([Intel XE#870])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: NOTRUN -> [FAIL][126] ([Intel XE#718])
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-lnl: NOTRUN -> [SKIP][127] ([Intel XE#1439] / [Intel XE#836])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-lnl: NOTRUN -> [SKIP][128] ([Intel XE#1439] / [Intel XE#3141])
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
- shard-lnl: NOTRUN -> [SKIP][129] ([Intel XE#2893]) +5 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
- shard-dg2-set2: NOTRUN -> [SKIP][130] ([Intel XE#1489]) +1 other test skip
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area:
- shard-bmg: NOTRUN -> [SKIP][131] ([Intel XE#1489]) +8 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html
* igt@kms_psr@pr-dpms:
- shard-lnl: NOTRUN -> [SKIP][132] ([Intel XE#1406]) +4 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@kms_psr@pr-dpms.html
* igt@kms_psr@psr-cursor-blt:
- shard-bmg: NOTRUN -> [SKIP][133] ([Intel XE#2234] / [Intel XE#2850]) +10 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_psr@psr-cursor-blt.html
* igt@kms_psr@psr-dpms:
- shard-dg2-set2: NOTRUN -> [SKIP][134] ([Intel XE#2850] / [Intel XE#929]) +6 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_psr@psr-dpms.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-bmg: NOTRUN -> [SKIP][135] ([Intel XE#2414])
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@bad-tiling:
- shard-dg2-set2: NOTRUN -> [SKIP][136] ([Intel XE#3414])
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-lnl: NOTRUN -> [SKIP][137] ([Intel XE#3414] / [Intel XE#3904]) +2 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-bmg: NOTRUN -> [SKIP][138] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-bmg: NOTRUN -> [SKIP][139] ([Intel XE#2413]) +1 other test skip
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-bmg: NOTRUN -> [SKIP][140] ([Intel XE#1435])
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_setmode@invalid-clone-single-crtc:
- shard-lnl: NOTRUN -> [SKIP][141] ([Intel XE#1435])
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@kms_setmode@invalid-clone-single-crtc.html
* igt@kms_vrr@flip-basic:
- shard-lnl: NOTRUN -> [FAIL][142] ([Intel XE#1522]) +7 other tests fail
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@kms_vrr@flip-basic.html
* igt@kms_vrr@flipline:
- shard-dg2-set2: NOTRUN -> [SKIP][143] ([Intel XE#4208] / [i915#2575]) +74 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_vrr@flipline.html
* igt@kms_vrr@max-min:
- shard-bmg: NOTRUN -> [SKIP][144] ([Intel XE#1499]) +4 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_vrr@max-min.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-lnl: NOTRUN -> [SKIP][145] ([Intel XE#1499])
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-lnl: NOTRUN -> [SKIP][146] ([Intel XE#756]) +1 other test skip
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-2/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-bmg: NOTRUN -> [SKIP][147] ([Intel XE#756]) +1 other test skip
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_writeback@writeback-pixel-formats.html
* igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute:
- shard-dg2-set2: NOTRUN -> [SKIP][148] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html
* igt@xe_copy_basic@mem-set-linear-0x3fff:
- shard-dg2-set2: NOTRUN -> [SKIP][149] ([Intel XE#1126])
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_copy_basic@mem-set-linear-0x3fff.html
* igt@xe_create@create-big-vram:
- shard-lnl: NOTRUN -> [SKIP][150] ([Intel XE#1062])
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@xe_create@create-big-vram.html
* igt@xe_eudebug@exec-queue-placements:
- shard-lnl: NOTRUN -> [SKIP][151] ([Intel XE#2905]) +10 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@xe_eudebug@exec-queue-placements.html
- shard-bmg: NOTRUN -> [SKIP][152] ([Intel XE#2905]) +9 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_eudebug@exec-queue-placements.html
* igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-reopen:
- shard-lnl: NOTRUN -> [SKIP][153] ([Intel XE#688]) +5 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-reopen.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue:
- shard-bmg: NOTRUN -> [SKIP][154] ([Intel XE#2322]) +6 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue.html
* igt@xe_exec_basic@multigpu-no-exec-null-defer-mmap:
- shard-lnl: NOTRUN -> [SKIP][155] ([Intel XE#1392]) +6 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@xe_exec_basic@multigpu-no-exec-null-defer-mmap.html
* igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-prefetch:
- shard-dg2-set2: NOTRUN -> [SKIP][156] ([Intel XE#288]) +12 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-prefetch.html
* igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence:
- shard-dg2-set2: NOTRUN -> [SKIP][157] ([Intel XE#2360])
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html
* igt@xe_exec_sip_eudebug@breakpoint-writesip:
- shard-dg2-set2: NOTRUN -> [SKIP][158] ([Intel XE#2905]) +4 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_exec_sip_eudebug@breakpoint-writesip.html
* igt@xe_exec_sip_eudebug@wait-writesip-nodebug@drm_xe_engine_class_render0:
- shard-bmg: [PASS][159] -> [DMESG-WARN][160] ([Intel XE#4172]) +42 other tests dmesg-warn
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-7/igt@xe_exec_sip_eudebug@wait-writesip-nodebug@drm_xe_engine_class_render0.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_exec_sip_eudebug@wait-writesip-nodebug@drm_xe_engine_class_render0.html
* igt@xe_exec_threads@threads-shared-vm-userptr:
- shard-bmg: [PASS][161] -> [INCOMPLETE][162] ([Intel XE#1169])
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@xe_exec_threads@threads-shared-vm-userptr.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_exec_threads@threads-shared-vm-userptr.html
* igt@xe_live_ktest@xe_bo:
- shard-bmg: [PASS][163] -> [SKIP][164] ([Intel XE#1192])
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-8/igt@xe_live_ktest@xe_bo.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@xe_live_ktest@xe_bo.html
* igt@xe_live_ktest@xe_migrate:
- shard-lnl: NOTRUN -> [SKIP][165] ([Intel XE#1192])
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@xe_live_ktest@xe_migrate.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- shard-dg2-set2: NOTRUN -> [SKIP][166] ([Intel XE#2229])
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
* igt@xe_mmap@pci-membarrier-bad-object:
- shard-lnl: NOTRUN -> [SKIP][167] ([Intel XE#4045])
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@xe_mmap@pci-membarrier-bad-object.html
* igt@xe_module_load@force-load:
- shard-dg2-set2: NOTRUN -> [SKIP][168] ([Intel XE#378])
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_module_load@force-load.html
* igt@xe_module_load@load:
- shard-lnl: ([PASS][169], [PASS][170], [PASS][171], [PASS][172], [PASS][173], [PASS][174], [PASS][175], [PASS][176], [PASS][177], [PASS][178], [PASS][179], [PASS][180], [PASS][181], [PASS][182], [PASS][183], [PASS][184], [PASS][185], [PASS][186], [PASS][187], [PASS][188], [PASS][189], [PASS][190], [PASS][191], [PASS][192], [PASS][193]) -> ([PASS][194], [PASS][195], [PASS][196], [PASS][197], [PASS][198], [PASS][199], [PASS][200], [PASS][201], [PASS][202], [PASS][203], [PASS][204], [PASS][205], [PASS][206], [PASS][207], [PASS][208], [SKIP][209], [PASS][210], [PASS][211], [PASS][212], [PASS][213], [PASS][214], [PASS][215], [PASS][216], [PASS][217], [PASS][218], [PASS][219]) ([Intel XE#378])
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-6/igt@xe_module_load@load.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-7/igt@xe_module_load@load.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-7/igt@xe_module_load@load.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-5/igt@xe_module_load@load.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-5/igt@xe_module_load@load.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-5/igt@xe_module_load@load.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-8/igt@xe_module_load@load.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-4/igt@xe_module_load@load.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-4/igt@xe_module_load@load.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-1/igt@xe_module_load@load.html
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-1/igt@xe_module_load@load.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-2/igt@xe_module_load@load.html
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-3/igt@xe_module_load@load.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-3/igt@xe_module_load@load.html
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-3/igt@xe_module_load@load.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-3/igt@xe_module_load@load.html
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-7/igt@xe_module_load@load.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-8/igt@xe_module_load@load.html
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-6/igt@xe_module_load@load.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-6/igt@xe_module_load@load.html
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-1/igt@xe_module_load@load.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-2/igt@xe_module_load@load.html
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-5/igt@xe_module_load@load.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-4/igt@xe_module_load@load.html
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-8/igt@xe_module_load@load.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@xe_module_load@load.html
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@xe_module_load@load.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-3/igt@xe_module_load@load.html
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@xe_module_load@load.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@xe_module_load@load.html
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@xe_module_load@load.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@xe_module_load@load.html
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@xe_module_load@load.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@xe_module_load@load.html
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@xe_module_load@load.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@xe_module_load@load.html
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@xe_module_load@load.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@xe_module_load@load.html
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@xe_module_load@load.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@xe_module_load@load.html
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@xe_module_load@load.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-2/igt@xe_module_load@load.html
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@xe_module_load@load.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-2/igt@xe_module_load@load.html
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-2/igt@xe_module_load@load.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@xe_module_load@load.html
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@xe_module_load@load.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-3/igt@xe_module_load@load.html
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-3/igt@xe_module_load@load.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@xe_module_load@load.html
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@xe_module_load@load.html
- shard-bmg: ([PASS][220], [PASS][221], [PASS][222], [PASS][223], [PASS][224], [PASS][225], [PASS][226], [PASS][227], [PASS][228], [PASS][229], [PASS][230], [PASS][231], [PASS][232], [PASS][233], [PASS][234], [PASS][235], [PASS][236], [PASS][237], [PASS][238], [PASS][239], [PASS][240], [PASS][241], [PASS][242], [PASS][243], [PASS][244]) -> ([PASS][245], [PASS][246], [PASS][247], [SKIP][248], [PASS][249], [PASS][250], [PASS][251], [PASS][252], [PASS][253], [PASS][254], [PASS][255], [PASS][256], [PASS][257], [PASS][258], [PASS][259], [PASS][260], [PASS][261], [PASS][262], [PASS][263], [PASS][264], [PASS][265], [PASS][266], [PASS][267], [PASS][268], [PASS][269], [PASS][270]) ([Intel XE#2457])
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@xe_module_load@load.html
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@xe_module_load@load.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@xe_module_load@load.html
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@xe_module_load@load.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@xe_module_load@load.html
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-5/igt@xe_module_load@load.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-5/igt@xe_module_load@load.html
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-7/igt@xe_module_load@load.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-7/igt@xe_module_load@load.html
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-7/igt@xe_module_load@load.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-8/igt@xe_module_load@load.html
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-1/igt@xe_module_load@load.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-1/igt@xe_module_load@load.html
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-5/igt@xe_module_load@load.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-5/igt@xe_module_load@load.html
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-8/igt@xe_module_load@load.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-8/igt@xe_module_load@load.html
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@xe_module_load@load.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@xe_module_load@load.html
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@xe_module_load@load.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@xe_module_load@load.html
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@xe_module_load@load.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-1/igt@xe_module_load@load.html
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@xe_module_load@load.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@xe_module_load@load.html
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@xe_module_load@load.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@xe_module_load@load.html
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@xe_module_load@load.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@xe_module_load@load.html
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@xe_module_load@load.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@xe_module_load@load.html
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@xe_module_load@load.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@xe_module_load@load.html
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@xe_module_load@load.html
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@xe_module_load@load.html
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@xe_module_load@load.html
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@xe_module_load@load.html
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_module_load@load.html
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@xe_module_load@load.html
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@xe_module_load@load.html
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@xe_module_load@load.html
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@xe_module_load@load.html
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@xe_module_load@load.html
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@xe_module_load@load.html
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@xe_module_load@load.html
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@xe_module_load@load.html
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@xe_module_load@load.html
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@xe_module_load@load.html
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_module_load@load.html
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_module_load@load.html
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_module_load@load.html
* igt@xe_oa@invalid-oa-format-id:
- shard-dg2-set2: NOTRUN -> [SKIP][271] ([Intel XE#2541] / [Intel XE#3573]) +4 other tests skip
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@xe_oa@invalid-oa-format-id.html
* igt@xe_pat@pat-index-xehpc:
- shard-dg2-set2: NOTRUN -> [SKIP][272] ([Intel XE#2838] / [Intel XE#979])
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pat@pat-index-xelp:
- shard-lnl: NOTRUN -> [SKIP][273] ([Intel XE#977])
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@xe_pat@pat-index-xelp.html
- shard-bmg: NOTRUN -> [SKIP][274] ([Intel XE#2245])
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_pat@pat-index-xelp.html
* igt@xe_pat@pat-index-xelpg:
- shard-bmg: NOTRUN -> [SKIP][275] ([Intel XE#2236])
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@xe_pat@pat-index-xelpg.html
- shard-lnl: NOTRUN -> [SKIP][276] ([Intel XE#979])
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-2/igt@xe_pat@pat-index-xelpg.html
* igt@xe_peer2peer@write:
- shard-bmg: NOTRUN -> [SKIP][277] ([Intel XE#2427])
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@xe_peer2peer@write.html
- shard-lnl: NOTRUN -> [SKIP][278] ([Intel XE#1061])
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@xe_peer2peer@write.html
* igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p:
- shard-dg2-set2: NOTRUN -> [FAIL][279] ([Intel XE#1173])
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p.html
* igt@xe_pm@d3cold-mocs:
- shard-lnl: NOTRUN -> [SKIP][280] ([Intel XE#2284])
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@xe_pm@d3cold-mocs.html
- shard-dg2-set2: NOTRUN -> [SKIP][281] ([Intel XE#2284])
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_pm@d3cold-mocs.html
* igt@xe_pm@d3hot-mmap-vram:
- shard-lnl: NOTRUN -> [SKIP][282] ([Intel XE#1948])
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@xe_pm@d3hot-mmap-vram.html
* igt@xe_pm@s2idle-d3cold-basic-exec:
- shard-bmg: NOTRUN -> [SKIP][283] ([Intel XE#2284]) +1 other test skip
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@xe_pm@s2idle-d3cold-basic-exec.html
* igt@xe_pm@s3-d3cold-basic-exec:
- shard-dg2-set2: NOTRUN -> [SKIP][284] ([Intel XE#2284] / [Intel XE#366])
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_pm@s3-d3cold-basic-exec.html
- shard-lnl: NOTRUN -> [SKIP][285] ([Intel XE#2284] / [Intel XE#366]) +1 other test skip
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@xe_pm@s3-d3cold-basic-exec.html
* igt@xe_pm@s3-vm-bind-prefetch:
- shard-lnl: NOTRUN -> [SKIP][286] ([Intel XE#584])
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@xe_pm@s3-vm-bind-prefetch.html
* igt@xe_pm@s4-exec-after:
- shard-bmg: NOTRUN -> [ABORT][287] ([Intel XE#1358] / [Intel XE#1607])
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@xe_pm@s4-exec-after.html
- shard-lnl: NOTRUN -> [ABORT][288] ([Intel XE#1358] / [Intel XE#1607])
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@xe_pm@s4-exec-after.html
* igt@xe_query@multigpu-query-engines:
- shard-dg2-set2: NOTRUN -> [SKIP][289] ([Intel XE#944]) +4 other tests skip
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@xe_query@multigpu-query-engines.html
* igt@xe_query@multigpu-query-invalid-cs-cycles:
- shard-bmg: NOTRUN -> [SKIP][290] ([Intel XE#944]) +5 other tests skip
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_query@multigpu-query-invalid-cs-cycles.html
* igt@xe_query@multigpu-query-topology-l3-bank-mask:
- shard-lnl: NOTRUN -> [SKIP][291] ([Intel XE#944]) +6 other tests skip
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@xe_query@multigpu-query-topology-l3-bank-mask.html
* igt@xe_sriov_auto_provisioning@fair-allocation:
- shard-lnl: NOTRUN -> [SKIP][292] ([Intel XE#4130])
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@xe_sriov_auto_provisioning@fair-allocation.html
- shard-bmg: NOTRUN -> [SKIP][293] ([Intel XE#4130])
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@xe_sriov_auto_provisioning@fair-allocation.html
#### Possible fixes ####
* igt@fbdev@nullptr:
- shard-dg2-set2: [SKIP][294] ([Intel XE#2134]) -> [PASS][295]
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@fbdev@nullptr.html
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@fbdev@nullptr.html
* igt@kms_big_fb@linear-64bpp-rotate-180:
- shard-dg2-set2: [DMESG-WARN][296] ([Intel XE#1033]) -> [PASS][297] +8 other tests pass
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_big_fb@linear-64bpp-rotate-180.html
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_big_fb@linear-64bpp-rotate-180.html
* igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p:
- shard-dg2-set2: [SKIP][298] ([Intel XE#4208] / [i915#2575]) -> [PASS][299] +58 other tests pass
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
- shard-bmg: [SKIP][300] ([Intel XE#2314] / [Intel XE#2894]) -> [PASS][301]
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
- shard-dg2-set2: [INCOMPLETE][302] ([Intel XE#1727] / [Intel XE#3124] / [Intel XE#4010]) -> [PASS][303]
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-dp-4:
- shard-dg2-set2: [DMESG-WARN][304] ([Intel XE#1727] / [Intel XE#3113]) -> [PASS][305]
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-dp-4.html
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-6:
- shard-dg2-set2: [INCOMPLETE][306] ([Intel XE#3124] / [Intel XE#4010]) -> [PASS][307]
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-6.html
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-6.html
* igt@kms_cursor_legacy@cursor-vs-flip-atomic:
- shard-bmg: [INCOMPLETE][308] ([Intel XE#3226]) -> [PASS][309]
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_cursor_legacy@cursor-vs-flip-atomic.html
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_cursor_legacy@cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-bmg: [SKIP][310] ([Intel XE#2291]) -> [PASS][311] +2 other tests pass
[310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
[311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_flip@2x-blocking-wf_vblank:
- shard-bmg: [SKIP][312] ([Intel XE#2316]) -> [PASS][313] +4 other tests pass
[312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_flip@2x-blocking-wf_vblank.html
[313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_flip@2x-blocking-wf_vblank.html
* igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a3:
- shard-bmg: [FAIL][314] ([Intel XE#3321]) -> [PASS][315]
[314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a3.html
[315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a3.html
* igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a6:
- shard-dg2-set2: [FAIL][316] ([Intel XE#301]) -> [PASS][317] +1 other test pass
[316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a6.html
[317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a6.html
* igt@kms_flip@plain-flip-fb-recreate@a-dp2:
- shard-bmg: [FAIL][318] ([Intel XE#2882]) -> [PASS][319] +1 other test pass
[318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-5/igt@kms_flip@plain-flip-fb-recreate@a-dp2.html
[319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_flip@plain-flip-fb-recreate@a-dp2.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling:
- shard-dg2-set2: [SKIP][320] ([Intel XE#2351] / [Intel XE#4208]) -> [PASS][321] +9 other tests pass
[320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html
[321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-bmg: [SKIP][322] ([Intel XE#2571]) -> [PASS][323]
[322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
[323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_psr@fbc-psr2-sprite-render:
- shard-lnl: [FAIL][324] ([Intel XE#3924]) -> [PASS][325] +1 other test pass
[324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-8/igt@kms_psr@fbc-psr2-sprite-render.html
[325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@kms_psr@fbc-psr2-sprite-render.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-bmg: [SKIP][326] ([Intel XE#1435]) -> [PASS][327]
[326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
[327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@xe_ccs@block-copy-uncompressed-inc-dimension:
- shard-bmg: [DMESG-WARN][328] ([Intel XE#4172]) -> [PASS][329] +35 other tests pass
[328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-5/igt@xe_ccs@block-copy-uncompressed-inc-dimension.html
[329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@xe_ccs@block-copy-uncompressed-inc-dimension.html
* igt@xe_exec_basic@many-null-rebind:
- shard-dg2-set2: [SKIP][330] ([Intel XE#4208]) -> [PASS][331] +139 other tests pass
[330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_exec_basic@many-null-rebind.html
[331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@xe_exec_basic@many-null-rebind.html
* igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-rebind-prefetch:
- shard-bmg: [INCOMPLETE][332] -> [PASS][333]
[332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-1/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-rebind-prefetch.html
[333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-rebind-prefetch.html
* igt@xe_live_ktest@xe_migrate:
- shard-bmg: [SKIP][334] ([Intel XE#1192]) -> [PASS][335]
[334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@xe_live_ktest@xe_migrate.html
[335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@xe_live_ktest@xe_migrate.html
* igt@xe_module_load@reload:
- shard-dg2-set2: [FAIL][336] -> [PASS][337]
[336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_module_load@reload.html
[337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@xe_module_load@reload.html
* igt@xe_pm@s3-vm-bind-prefetch:
- shard-dg2-set2: [DMESG-WARN][338] ([Intel XE#1033] / [Intel XE#569]) -> [PASS][339]
[338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@xe_pm@s3-vm-bind-prefetch.html
[339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_pm@s3-vm-bind-prefetch.html
- shard-bmg: [INCOMPLETE][340] ([Intel XE#1358] / [Intel XE#569]) -> [PASS][341]
[340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@xe_pm@s3-vm-bind-prefetch.html
[341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@xe_pm@s3-vm-bind-prefetch.html
#### Warnings ####
* igt@kms_async_flips@invalid-async-flip:
- shard-dg2-set2: [SKIP][342] ([Intel XE#873]) -> [SKIP][343] ([Intel XE#4208] / [i915#2575])
[342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@kms_async_flips@invalid-async-flip.html
[343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_async_flips@invalid-async-flip.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-180:
- shard-dg2-set2: [DMESG-WARN][344] ([Intel XE#1033]) -> [SKIP][345] ([Intel XE#2351] / [Intel XE#4208])
[344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html
[345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-dg2-set2: [DMESG-WARN][346] ([Intel XE#1033]) -> [SKIP][347] ([Intel XE#4208]) +4 other tests skip
[346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
[347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-0:
- shard-dg2-set2: [SKIP][348] ([Intel XE#2351] / [Intel XE#4208]) -> [DMESG-WARN][349] ([Intel XE#1033])
[348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html
[349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-dg2-set2: [SKIP][350] ([Intel XE#316]) -> [SKIP][351] ([Intel XE#4208]) +1 other test skip
[350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
[351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-90:
- shard-dg2-set2: [SKIP][352] ([Intel XE#4208]) -> [SKIP][353] ([Intel XE#316]) +1 other test skip
[352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
[353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-dg2-set2: [SKIP][354] ([Intel XE#610]) -> [SKIP][355] ([Intel XE#4208])
[354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
[355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-dg2-set2: [SKIP][356] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][357] ([Intel XE#1124])
[356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
[357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-dg2-set2: [SKIP][358] ([Intel XE#1124]) -> [SKIP][359] ([Intel XE#4208]) +11 other tests skip
[358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
[359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
- shard-dg2-set2: [SKIP][360] ([Intel XE#1124]) -> [SKIP][361] ([Intel XE#2351] / [Intel XE#4208]) +4 other tests skip
[360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
[361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-dg2-set2: [SKIP][362] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][363] ([Intel XE#619])
[362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_big_fb@yf-tiled-addfb.html
[363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-dg2-set2: [SKIP][364] ([Intel XE#4208]) -> [SKIP][365] ([Intel XE#607])
[364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
[365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-dg2-set2: [SKIP][366] ([Intel XE#4208]) -> [SKIP][367] ([Intel XE#1124]) +4 other tests skip
[366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
[367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p:
- shard-dg2-set2: [SKIP][368] ([Intel XE#2191]) -> [SKIP][369] ([Intel XE#4208] / [i915#2575]) +1 other test skip
[368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html
[369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html
* igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p:
- shard-dg2-set2: [SKIP][370] ([Intel XE#4208] / [i915#2575]) -> [SKIP][371] ([Intel XE#2191]) +1 other test skip
[370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html
[371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-2-displays-1920x1080p:
- shard-dg2-set2: [SKIP][372] ([Intel XE#367]) -> [SKIP][373] ([Intel XE#4208] / [i915#2575]) +3 other tests skip
[372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html
[373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-3-displays-3840x2160p:
- shard-dg2-set2: [SKIP][374] ([Intel XE#4208] / [i915#2575]) -> [SKIP][375] ([Intel XE#367]) +3 other tests skip
[374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
[375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs:
- shard-dg2-set2: [SKIP][376] ([Intel XE#4208]) -> [SKIP][377] ([Intel XE#455] / [Intel XE#787]) +9 other tests skip
[376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html
[377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs:
- shard-dg2-set2: [SKIP][378] ([Intel XE#2907]) -> [SKIP][379] ([Intel XE#4208])
[378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
[379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs:
- shard-dg2-set2: [SKIP][380] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][381] ([Intel XE#2351] / [Intel XE#4208]) +2 other tests skip
[380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs.html
[381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: [INCOMPLETE][382] ([Intel XE#3862]) -> [DMESG-WARN][383] ([Intel XE#1033]) +1 other test dmesg-warn
[382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html
[383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs:
- shard-dg2-set2: [SKIP][384] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][385] ([Intel XE#4208]) +13 other tests skip
[384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
[385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs:
- shard-dg2-set2: [SKIP][386] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][387] ([Intel XE#455] / [Intel XE#787]) +1 other test skip
[386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html
[387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
- shard-dg2-set2: [SKIP][388] ([Intel XE#4208]) -> [SKIP][389] ([Intel XE#2907])
[388]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
[389]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-dg2-set2: [SKIP][390] ([Intel XE#306]) -> [SKIP][391] ([Intel XE#4208] / [i915#2575]) +2 other tests skip
[390]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_chamelium_color@ctm-red-to-blue.html
[391]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_chamelium_color@gamma:
- shard-dg2-set2: [SKIP][392] ([Intel XE#4208] / [i915#2575]) -> [SKIP][393] ([Intel XE#306]) +1 other test skip
[392]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_chamelium_color@gamma.html
[393]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_chamelium_color@gamma.html
* igt@kms_chamelium_frames@vga-frame-dump:
- shard-dg2-set2: [SKIP][394] ([Intel XE#4208] / [i915#2575]) -> [SKIP][395] ([Intel XE#373]) +9 other tests skip
[394]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_chamelium_frames@vga-frame-dump.html
[395]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_chamelium_frames@vga-frame-dump.html
* igt@kms_chamelium_hpd@vga-hpd:
- shard-dg2-set2: [SKIP][396] ([Intel XE#373]) -> [SKIP][397] ([Intel XE#4208] / [i915#2575]) +13 other tests skip
[396]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_chamelium_hpd@vga-hpd.html
[397]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_chamelium_hpd@vga-hpd.html
* igt@kms_content_protection@atomic:
- shard-dg2-set2: [SKIP][398] ([Intel XE#4208] / [i915#2575]) -> [DMESG-FAIL][399] ([Intel XE#1033])
[398]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_content_protection@atomic.html
[399]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-dg2-set2: [SKIP][400] ([Intel XE#307]) -> [SKIP][401] ([Intel XE#4208] / [i915#2575])
[400]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_content_protection@dp-mst-type-1.html
[401]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@lic-type-0:
- shard-dg2-set2: [FAIL][402] ([Intel XE#1178]) -> [SKIP][403] ([Intel XE#4208] / [i915#2575]) +1 other test skip
[402]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_content_protection@lic-type-0.html
[403]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@lic-type-1:
- shard-dg2-set2: [SKIP][404] ([Intel XE#455]) -> [SKIP][405] ([Intel XE#4208] / [i915#2575]) +7 other tests skip
[404]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_content_protection@lic-type-1.html
[405]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_content_protection@lic-type-1.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2-set2: [SKIP][406] ([Intel XE#4208] / [i915#2575]) -> [SKIP][407] ([Intel XE#308])
[406]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_cursor_crc@cursor-random-512x512.html
[407]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-dg2-set2: [SKIP][408] ([Intel XE#308]) -> [SKIP][409] ([Intel XE#4208] / [i915#2575]) +1 other test skip
[408]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
[409]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-max-size:
- shard-dg2-set2: [SKIP][410] ([Intel XE#4208] / [i915#2575]) -> [SKIP][411] ([Intel XE#455]) +8 other tests skip
[410]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
[411]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
* igt@kms_cursor_crc@cursor-sliding-128x128:
- shard-dg2-set2: [DMESG-WARN][412] ([Intel XE#1033]) -> [SKIP][413] ([Intel XE#4208] / [i915#2575]) +5 other tests skip
[412]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_cursor_crc@cursor-sliding-128x128.html
[413]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_cursor_crc@cursor-sliding-128x128.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
- shard-bmg: [SKIP][414] ([Intel XE#2291]) -> [DMESG-WARN][415] ([Intel XE#4172]) +1 other test dmesg-warn
[414]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
[415]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2-set2: [SKIP][416] ([Intel XE#323]) -> [SKIP][417] ([Intel XE#4208] / [i915#2575]) +1 other test skip
[416]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[417]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-toggle:
- shard-bmg: [SKIP][418] ([Intel XE#2291]) -> [DMESG-WARN][419] ([Intel XE#877])
[418]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
[419]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
* igt@kms_fbcon_fbt@fbc:
- shard-dg2-set2: [SKIP][420] ([Intel XE#2351] / [Intel XE#4208]) -> [DMESG-FAIL][421] ([Intel XE#1033])
[420]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_fbcon_fbt@fbc.html
[421]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_fbcon_fbt@fbc.html
* igt@kms_feature_discovery@chamelium:
- shard-dg2-set2: [SKIP][422] ([Intel XE#701]) -> [SKIP][423] ([Intel XE#4208] / [i915#2575])
[422]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@kms_feature_discovery@chamelium.html
[423]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@psr1:
- shard-dg2-set2: [SKIP][424] ([Intel XE#1135]) -> [SKIP][425] ([Intel XE#4208] / [i915#2575])
[424]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_feature_discovery@psr1.html
[425]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-flip-vs-expired-vblank:
- shard-bmg: [SKIP][426] ([Intel XE#2316]) -> [FAIL][427] ([Intel XE#3321])
[426]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_flip@2x-flip-vs-expired-vblank.html
[427]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank.html
- shard-dg2-set2: [FAIL][428] ([Intel XE#301]) -> [SKIP][429] ([Intel XE#4208] / [i915#2575])
[428]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank.html
[429]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_flip@2x-flip-vs-expired-vblank.html
* igt@kms_flip@2x-flip-vs-modeset:
- shard-bmg: [DMESG-WARN][430] ([Intel XE#4172]) -> [SKIP][431] ([Intel XE#2316])
[430]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-1/igt@kms_flip@2x-flip-vs-modeset.html
[431]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_flip@2x-flip-vs-modeset.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-dg2-set2: [SKIP][432] ([Intel XE#4208] / [i915#2575]) -> [INCOMPLETE][433] ([Intel XE#2049] / [Intel XE#2597])
[432]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_flip@flip-vs-suspend-interruptible.html
[433]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset:
- shard-dg2-set2: [DMESG-WARN][434] -> [DMESG-WARN][435] ([Intel XE#1033])
[434]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset.html
[435]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling:
- shard-dg2-set2: [SKIP][436] ([Intel XE#455]) -> [SKIP][437] ([Intel XE#2351] / [Intel XE#4208]) +1 other test skip
[436]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
[437]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-dg2-set2: [SKIP][438] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][439] ([Intel XE#455])
[438]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
[439]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling:
- shard-dg2-set2: [SKIP][440] ([Intel XE#455]) -> [SKIP][441] ([Intel XE#4208]) +4 other tests skip
[440]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
[441]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling:
- shard-dg2-set2: [SKIP][442] ([Intel XE#4208]) -> [SKIP][443] ([Intel XE#455]) +4 other tests skip
[442]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
[443]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff:
- shard-dg2-set2: [SKIP][444] ([Intel XE#4208]) -> [SKIP][445] ([Intel XE#651]) +12 other tests skip
[444]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html
[445]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt:
- shard-bmg: [SKIP][446] ([Intel XE#2311]) -> [SKIP][447] ([Intel XE#2312]) +11 other tests skip
[446]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html
[447]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
- shard-bmg: [SKIP][448] ([Intel XE#4141]) -> [SKIP][449] ([Intel XE#2312]) +7 other tests skip
[448]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
[449]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt:
- shard-bmg: [SKIP][450] ([Intel XE#2312]) -> [SKIP][451] ([Intel XE#4141]) +5 other tests skip
[450]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt.html
[451]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt:
- shard-dg2-set2: [SKIP][452] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][453] ([Intel XE#651]) +10 other tests skip
[452]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt.html
[453]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render:
- shard-bmg: [SKIP][454] ([Intel XE#2312]) -> [SKIP][455] ([Intel XE#2311]) +12 other tests skip
[454]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
[455]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-mmap-wc:
- shard-dg2-set2: [SKIP][456] ([Intel XE#651]) -> [SKIP][457] ([Intel XE#2351] / [Intel XE#4208]) +8 other tests skip
[456]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-mmap-wc.html
[457]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear:
- shard-dg2-set2: [SKIP][458] ([Intel XE#651]) -> [SKIP][459] ([Intel XE#4208]) +27 other tests skip
[458]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html
[459]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
- shard-dg2-set2: [SKIP][460] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][461] ([Intel XE#658]) +1 other test skip
[460]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
[461]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt:
- shard-bmg: [SKIP][462] ([Intel XE#2313]) -> [SKIP][463] ([Intel XE#2312]) +11 other tests skip
[462]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt.html
[463]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-onoff:
- shard-dg2-set2: [SKIP][464] ([Intel XE#4208]) -> [SKIP][465] ([Intel XE#653]) +21 other tests skip
[464]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-onoff.html
[465]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][466] ([Intel XE#2312]) -> [SKIP][467] ([Intel XE#2313]) +5 other tests skip
[466]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html
[467]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt:
- shard-dg2-set2: [SKIP][468] ([Intel XE#653]) -> [SKIP][469] ([Intel XE#2351] / [Intel XE#4208]) +10 other tests skip
[468]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
[469]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render:
- shard-dg2-set2: [SKIP][470] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][471] ([Intel XE#653]) +8 other tests skip
[470]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html
[471]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-slowdraw:
- shard-dg2-set2: [SKIP][472] ([Intel XE#653]) -> [SKIP][473] ([Intel XE#4208]) +30 other tests skip
[472]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-slowdraw.html
[473]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-slowdraw.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-dg2-set2: [FAIL][474] -> [SKIP][475] ([Intel XE#4208] / [i915#2575])
[474]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_hdr@bpc-switch-dpms.html
[475]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-dg2-set2: [SKIP][476] ([Intel XE#4208]) -> [SKIP][477] ([Intel XE#346])
[476]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_joiner@invalid-modeset-big-joiner.html
[477]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-dg2-set2: [SKIP][478] ([Intel XE#2925]) -> [SKIP][479] ([Intel XE#4208])
[478]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
[479]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-dg2-set2: [SKIP][480] ([Intel XE#2927]) -> [SKIP][481] ([Intel XE#4208]) +1 other test skip
[480]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_joiner@invalid-modeset-ultra-joiner.html
[481]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_plane_cursor@primary:
- shard-dg2-set2: [FAIL][482] ([Intel XE#616]) -> [DMESG-FAIL][483] ([Intel XE#1033])
[482]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_plane_cursor@primary.html
[483]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_plane_cursor@primary.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25:
- shard-dg2-set2: [SKIP][484] ([Intel XE#4208] / [i915#2575]) -> [SKIP][485] ([Intel XE#2763] / [Intel XE#455])
[484]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
[485]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling:
- shard-dg2-set2: [SKIP][486] ([Intel XE#2763] / [Intel XE#455]) -> [SKIP][487] ([Intel XE#4208] / [i915#2575]) +3 other tests skip
[486]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html
[487]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-dg2-set2: [SKIP][488] ([Intel XE#2938]) -> [SKIP][489] ([Intel XE#4208])
[488]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@kms_pm_backlight@brightness-with-dpms.html
[489]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-dg2-set2: [SKIP][490] ([Intel XE#870]) -> [SKIP][491] ([Intel XE#4208])
[490]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_pm_backlight@fade-with-dpms.html
[491]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2-set2: [SKIP][492] ([Intel XE#908]) -> [SKIP][493] ([Intel XE#2351] / [Intel XE#4208])
[492]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_pm_dc@dc6-dpms.html
[493]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf:
- shard-dg2-set2: [SKIP][494] ([Intel XE#4208]) -> [SKIP][495] ([Intel XE#1489]) +12 other tests skip
[494]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html
[495]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf:
- shard-dg2-set2: [SKIP][496] ([Intel XE#1489]) -> [SKIP][497] ([Intel XE#4208]) +11 other tests skip
[496]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html
[497]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr@fbc-pr-no-drrs:
- shard-dg2-set2: [SKIP][498] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][499] ([Intel XE#2351] / [Intel XE#4208]) +6 other tests skip
[498]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_psr@fbc-pr-no-drrs.html
[499]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_psr@fbc-pr-no-drrs.html
* igt@kms_psr@fbc-pr-sprite-plane-onoff:
- shard-dg2-set2: [SKIP][500] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][501] ([Intel XE#2850] / [Intel XE#929]) +3 other tests skip
[500]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_psr@fbc-pr-sprite-plane-onoff.html
[501]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_psr@fbc-pr-sprite-plane-onoff.html
* igt@kms_psr@fbc-psr-sprite-render:
- shard-dg2-set2: [SKIP][502] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][503] ([Intel XE#4208]) +13 other tests skip
[502]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@kms_psr@fbc-psr-sprite-render.html
[503]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_psr@fbc-psr-sprite-render.html
* igt@kms_psr@pr-sprite-blt:
- shard-dg2-set2: [SKIP][504] ([Intel XE#4208]) -> [SKIP][505] ([Intel XE#2850] / [Intel XE#929]) +8 other tests skip
[504]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_psr@pr-sprite-blt.html
[505]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_psr@pr-sprite-blt.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-dg2-set2: [SKIP][506] ([Intel XE#4208] / [i915#2575]) -> [SKIP][507] ([Intel XE#1127]) +1 other test skip
[506]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
[507]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-dg2-set2: [SKIP][508] ([Intel XE#1127]) -> [SKIP][509] ([Intel XE#4208] / [i915#2575])
[508]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
[509]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@sprite-rotation-180:
- shard-dg2-set2: [SKIP][510] ([Intel XE#4208] / [i915#2575]) -> [DMESG-WARN][511] ([Intel XE#1033]) +7 other tests dmesg-warn
[510]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_rotation_crc@sprite-rotation-180.html
[511]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_rotation_crc@sprite-rotation-180.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-dg2-set2: [SKIP][512] ([Intel XE#3414]) -> [SKIP][513] ([Intel XE#4208] / [i915#2575]) +2 other tests skip
[512]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_rotation_crc@sprite-rotation-90.html
[513]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-dg2-set2: [SKIP][514] ([Intel XE#4208] / [i915#2575]) -> [SKIP][515] ([Intel XE#3414]) +1 other test skip
[514]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
[515]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [FAIL][516] ([Intel XE#1729]) -> [SKIP][517] ([Intel XE#2426])
[516]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html
[517]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_universal_plane@cursor-fb-leak:
- shard-dg2-set2: [FAIL][518] ([Intel XE#771] / [Intel XE#899]) -> [SKIP][519] ([Intel XE#4208] / [i915#2575])
[518]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_universal_plane@cursor-fb-leak.html
[519]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_universal_plane@cursor-fb-leak.html
* igt@kms_vrr@lobf:
- shard-dg2-set2: [SKIP][520] ([Intel XE#2168]) -> [SKIP][521] ([Intel XE#4208] / [i915#2575])
[520]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_vrr@lobf.html
[521]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_vrr@lobf.html
* igt@kms_writeback@writeback-fb-id:
- shard-dg2-set2: [SKIP][522] ([Intel XE#756]) -> [SKIP][523] ([Intel XE#4208] / [i915#2575]) +1 other test skip
[522]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@kms_writeback@writeback-fb-id.html
[523]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_writeback@writeback-fb-id.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-dg2-set2: [SKIP][524] ([Intel XE#4208] / [i915#2575]) -> [SKIP][525] ([Intel XE#756]) +1 other test skip
[524]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
[525]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@testdisplay:
- shard-dg2-set2: [SKIP][526] ([Intel XE#4208]) -> [DMESG-WARN][527] ([Intel XE#2705] / [Intel XE#4212])
[526]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@testdisplay.html
[527]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@testdisplay.html
* igt@xe_compute_preempt@compute-preempt:
- shard-dg2-set2: [SKIP][528] ([Intel XE#4208]) -> [SKIP][529] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip
[528]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_compute_preempt@compute-preempt.html
[529]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@xe_compute_preempt@compute-preempt.html
* igt@xe_compute_preempt@compute-preempt-many:
- shard-dg2-set2: [SKIP][530] ([Intel XE#1280] / [Intel XE#455]) -> [SKIP][531] ([Intel XE#4208])
[530]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@xe_compute_preempt@compute-preempt-many.html
[531]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_compute_preempt@compute-preempt-many.html
* igt@xe_copy_basic@mem-copy-linear-0x369:
- shard-dg2-set2: [SKIP][532] ([Intel XE#1123]) -> [SKIP][533] ([Intel XE#4208])
[532]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@xe_copy_basic@mem-copy-linear-0x369.html
[533]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_copy_basic@mem-copy-linear-0x369.html
* igt@xe_eudebug@basic-vm-access-parameters:
- shard-dg2-set2: [SKIP][534] ([Intel XE#2905]) -> [SKIP][535] ([Intel XE#4208]) +12 other tests skip
[534]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@xe_eudebug@basic-vm-access-parameters.html
[535]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_eudebug@basic-vm-access-parameters.html
* igt@xe_eudebug@basic-vm-bind-extended-discovery:
- shard-dg2-set2: [SKIP][536] ([Intel XE#4208]) -> [SKIP][537] ([Intel XE#2905]) +8 other tests skip
[536]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_eudebug@basic-vm-bind-extended-discovery.html
[537]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_eudebug@basic-vm-bind-extended-discovery.html
* igt@xe_eudebug@basic-vm-bind-ufence-delay-ack:
- shard-dg2-set2: [SKIP][538] ([Intel XE#3889]) -> [SKIP][539] ([Intel XE#4208]) +1 other test skip
[538]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@xe_eudebug@basic-vm-bind-ufence-delay-ack.html
[539]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_eudebug@basic-vm-bind-ufence-delay-ack.html
* igt@xe_eudebug@basic-vm-bind-ufence-sigint-client:
- shard-dg2-set2: [SKIP][540] ([Intel XE#4208]) -> [SKIP][541] ([Intel XE#3889])
[540]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_eudebug@basic-vm-bind-ufence-sigint-client.html
[541]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_eudebug@basic-vm-bind-ufence-sigint-client.html
* igt@xe_exec_fault_mode@twice-bindexecqueue-rebind-imm:
- shard-dg2-set2: [SKIP][542] ([Intel XE#288]) -> [SKIP][543] ([Intel XE#4208]) +31 other tests skip
[542]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@xe_exec_fault_mode@twice-bindexecqueue-rebind-imm.html
[543]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_exec_fault_mode@twice-bindexecqueue-rebind-imm.html
* igt@xe_exec_fault_mode@twice-userptr-rebind-imm:
- shard-dg2-set2: [SKIP][544] ([Intel XE#4208]) -> [SKIP][545] ([Intel XE#288]) +16 other tests skip
[544]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html
[545]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html
* igt@xe_exec_mix_modes@exec-simple-batch-store-lr:
- shard-dg2-set2: [SKIP][546] ([Intel XE#4208]) -> [SKIP][547] ([Intel XE#2360]) +1 other test skip
[546]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html
[547]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html
* igt@xe_exec_threads@threads-mixed-userptr-invalidate:
- shard-dg2-set2: [SKIP][548] ([Intel XE#4208]) -> [DMESG-WARN][549] ([Intel XE#1033]) +3 other tests dmesg-warn
[548]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_exec_threads@threads-mixed-userptr-invalidate.html
[549]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_exec_threads@threads-mixed-userptr-invalidate.html
* igt@xe_live_ktest@xe_eudebug:
- shard-bmg: [SKIP][550] ([Intel XE#1192]) -> [SKIP][551] ([Intel XE#2833])
[550]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@xe_live_ktest@xe_eudebug.html
[551]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@xe_live_ktest@xe_eudebug.html
* igt@xe_oa@non-privileged-map-oa-buffer:
- shard-dg2-set2: [SKIP][552] ([Intel XE#4208]) -> [SKIP][553] ([Intel XE#2541] / [Intel XE#3573]) +5 other tests skip
[552]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_oa@non-privileged-map-oa-buffer.html
[553]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_oa@non-privileged-map-oa-buffer.html
* igt@xe_oa@syncs-ufence-wait:
- shard-dg2-set2: [SKIP][554] ([Intel XE#2541] / [Intel XE#3573]) -> [SKIP][555] ([Intel XE#4208]) +12 other tests skip
[554]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@xe_oa@syncs-ufence-wait.html
[555]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_oa@syncs-ufence-wait.html
* igt@xe_pat@display-vs-wb-transient:
- shard-dg2-set2: [SKIP][556] ([Intel XE#1337]) -> [SKIP][557] ([Intel XE#4208])
[556]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@xe_pat@display-vs-wb-transient.html
[557]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_pat@display-vs-wb-transient.html
* igt@xe_pat@pat-index-xe2:
- shard-dg2-set2: [SKIP][558] ([Intel XE#977]) -> [SKIP][559] ([Intel XE#4208])
[558]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@xe_pat@pat-index-xe2.html
[559]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_pat@pat-index-xe2.html
* igt@xe_peer2peer@write:
- shard-dg2-set2: [SKIP][560] ([Intel XE#1061] / [Intel XE#4208]) -> [FAIL][561] ([Intel XE#1173])
[560]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_peer2peer@write.html
[561]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@xe_peer2peer@write.html
* igt@xe_pm@d3cold-mmap-vram:
- shard-dg2-set2: [SKIP][562] ([Intel XE#2284] / [Intel XE#366]) -> [SKIP][563] ([Intel XE#4208]) +1 other test skip
[562]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@xe_pm@d3cold-mmap-vram.html
[563]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_pm@d3cold-mmap-vram.html
* igt@xe_pm@d3cold-multiple-execs:
- shard-dg2-set2: [SKIP][564] ([Intel XE#4208]) -> [SKIP][565] ([Intel XE#2284] / [Intel XE#366])
[564]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_pm@d3cold-multiple-execs.html
[565]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@xe_pm@d3cold-multiple-execs.html
* igt@xe_pm@s3-vm-bind-userptr:
- shard-dg2-set2: [SKIP][566] ([Intel XE#4208]) -> [DMESG-WARN][567] ([Intel XE#1033] / [Intel XE#569])
[566]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_pm@s3-vm-bind-userptr.html
[567]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@xe_pm@s3-vm-bind-userptr.html
* igt@xe_pm@s4-basic-exec:
- shard-dg2-set2: [ABORT][568] ([Intel XE#1358]) -> [SKIP][569] ([Intel XE#4208]) +1 other test skip
[568]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@xe_pm@s4-basic-exec.html
[569]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_pm@s4-basic-exec.html
* igt@xe_pm@s4-mocs:
- shard-dg2-set2: [ABORT][570] ([Intel XE#1033] / [Intel XE#1358]) -> [ABORT][571] ([Intel XE#1358])
[570]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@xe_pm@s4-mocs.html
[571]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@xe_pm@s4-mocs.html
* igt@xe_pm@s4-vm-bind-prefetch:
- shard-dg2-set2: [ABORT][572] ([Intel XE#1033] / [Intel XE#1358]) -> [SKIP][573] ([Intel XE#4208])
[572]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@xe_pm@s4-vm-bind-prefetch.html
[573]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_pm@s4-vm-bind-prefetch.html
* igt@xe_query@multigpu-query-topology:
- shard-dg2-set2: [SKIP][574] ([Intel XE#4208]) -> [SKIP][575] ([Intel XE#944])
[574]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_query@multigpu-query-topology.html
[575]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@xe_query@multigpu-query-topology.html
* igt@xe_query@multigpu-query-uc-fw-version-huc:
- shard-dg2-set2: [SKIP][576] ([Intel XE#944]) -> [SKIP][577] ([Intel XE#4208]) +1 other test skip
[576]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@xe_query@multigpu-query-uc-fw-version-huc.html
[577]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_query@multigpu-query-uc-fw-version-huc.html
* igt@xe_sriov_auto_provisioning@exclusive-ranges:
- shard-dg2-set2: [SKIP][578] ([Intel XE#4130]) -> [SKIP][579] ([Intel XE#4208]) +1 other test skip
[578]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@xe_sriov_auto_provisioning@exclusive-ranges.html
[579]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_sriov_auto_provisioning@exclusive-ranges.html
* igt@xe_sriov_flr@flr-each-isolation:
- shard-dg2-set2: [SKIP][580] ([Intel XE#4208]) -> [SKIP][581] ([Intel XE#3342])
[580]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_sriov_flr@flr-each-isolation.html
[581]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@xe_sriov_flr@flr-each-isolation.html
* igt@xe_wedged@wedged-mode-toggle:
- shard-dg2-set2: [ABORT][582] ([Intel XE#3075] / [Intel XE#3084]) -> [SKIP][583] ([Intel XE#4208])
[582]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@xe_wedged@wedged-mode-toggle.html
[583]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_wedged@wedged-mode-toggle.html
[Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033
[Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
[Intel XE#1062]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1062
[Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135
[Intel XE#1152]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1152
[Intel XE#1169]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1169
[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#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337
[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#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[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#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1466
[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#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[Intel XE#1522]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1522
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1948
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[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#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[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#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[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#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[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#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2414
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
[Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
[Intel XE#2502]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2502
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#2550]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2550
[Intel XE#2566]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2566
[Intel XE#2571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2571
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669
[Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
[Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833
[Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
[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#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[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#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925
[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#2955]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3012]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3012
[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#3075]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3075
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#3084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3084
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
[Intel XE#3124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124
[Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#3226]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3226
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
[Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
[Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
[Intel XE#3658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3658
[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#3767]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3767
[Intel XE#3768]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3768
[Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
[Intel XE#3862]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3862
[Intel XE#3889]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#3924]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3924
[Intel XE#4010]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4010
[Intel XE#4045]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4045
[Intel XE#4090]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4090
[Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4172]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172
[Intel XE#4208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208
[Intel XE#4210]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4210
[Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569
[Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619
[Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623
[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#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701
[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#771]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/771
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/873
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[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#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
Build changes
-------------
* IGT: IGT_8224 -> IGTPW_12556
* Linux: xe-2601-a7df3eccb725a8d72f8f3ed87ee7ad9419b17380 -> xe-2612-2aff25306def7c151be69b338bc1f5a27733c93e
IGTPW_12556: cf4929858c0ef642848681d32d9b3d8ffb3c366e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8224: c659b986ba648584d36b3cfece897bc84a33dcbb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2601-a7df3eccb725a8d72f8f3ed87ee7ad9419b17380: a7df3eccb725a8d72f8f3ed87ee7ad9419b17380
xe-2612-2aff25306def7c151be69b338bc1f5a27733c93e: 2aff25306def7c151be69b338bc1f5a27733c93e
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/index.html
[-- Attachment #2: Type: text/html, Size: 166516 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: ✗ Xe.CI.Full: failure for Bump aborting on network failure deadline to 40 seconds
2025-02-07 2:00 ` ✗ Xe.CI.Full: failure " Patchwork
@ 2025-02-07 7:51 ` Peter Senna Tschudin
2025-02-07 8:13 ` Ravali, JupallyX
0 siblings, 1 reply; 26+ messages in thread
From: Peter Senna Tschudin @ 2025-02-07 7:51 UTC (permalink / raw)
To: igt-dev, I915-ci-infra
Dear I915,
On 07.02.2025 03:00, Patchwork wrote:
> == Series Details ==
>
> Series: Bump aborting on network failure deadline to 40 seconds
> URL : https://patchwork.freedesktop.org/series/144424/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from XEIGT_8224_full -> XEIGTPW_12556_full
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with XEIGTPW_12556_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in XEIGTPW_12556_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_12556_full:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@kms_flip@plain-flip-ts-check@a-edp1:
> - shard-lnl: [PASS][1] -> [INCOMPLETE][2]
> [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-8/igt@kms_flip@plain-flip-ts-check@a-edp1.html
> [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@kms_flip@plain-flip-ts-check@a-edp1.html
>
> * igt@xe_module_load@reload-no-display:
> - shard-dg2-set2: [PASS][3] -> [FAIL][4] +1 other test fail
> [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@xe_module_load@reload-no-display.html
> [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_module_load@reload-no-display.html
>
These are unrelated to my change. Please fix and re-run.
Thank you!
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: ✗ Xe.CI.Full: failure for Bump aborting on network failure deadline to 40 seconds
2025-02-07 7:51 ` Peter Senna Tschudin
@ 2025-02-07 8:13 ` Ravali, JupallyX
0 siblings, 0 replies; 26+ messages in thread
From: Ravali, JupallyX @ 2025-02-07 8:13 UTC (permalink / raw)
To: i915-ci-infra@lists.freedesktop.org,
igt-dev@lists.freedesktop.org
Hi,
https://patchwork.freedesktop.org/series/144424/
Xe.CI.Full - Addressed failures, Xe cannot be re-reported.
Thanks,
Ravali.
-----Original Message-----
From: I915-ci-infra <i915-ci-infra-bounces@lists.freedesktop.org> On Behalf Of Peter Senna Tschudin
Sent: 07 February 2025 13:21
To: igt-dev@lists.freedesktop.org; I915-ci-infra@lists.freedesktop.org
Subject: Re: ✗ Xe.CI.Full: failure for Bump aborting on network failure deadline to 40 seconds
Dear I915,
On 07.02.2025 03:00, Patchwork wrote:
> == Series Details ==
>
> Series: Bump aborting on network failure deadline to 40 seconds
> URL : https://patchwork.freedesktop.org/series/144424/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from XEIGT_8224_full -> XEIGTPW_12556_full
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with XEIGTPW_12556_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in XEIGTPW_12556_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_12556_full:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@kms_flip@plain-flip-ts-check@a-edp1:
> - shard-lnl: [PASS][1] -> [INCOMPLETE][2]
> [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-8/igt@kms_flip@plain-flip-ts-check@a-edp1.html
> [2]:
> https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@
> kms_flip@plain-flip-ts-check@a-edp1.html
>
> * igt@xe_module_load@reload-no-display:
> - shard-dg2-set2: [PASS][3] -> [FAIL][4] +1 other test fail
> [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@xe_module_load@reload-no-display.html
> [4]:
> https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/ig
> t@xe_module_load@reload-no-display.html
>
These are unrelated to my change. Please fix and re-run.
Thank you!
^ permalink raw reply [flat|nested] 26+ messages in thread
* ✓ Xe.CI.BAT: success for Bump aborting on network failure deadline to 40 seconds
2025-02-06 15:21 [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds Peter Senna Tschudin
2025-02-06 21:06 ` ✓ Xe.CI.BAT: success for " Patchwork
2025-02-07 2:00 ` ✗ Xe.CI.Full: failure " Patchwork
@ 2025-02-07 14:00 ` Patchwork
2025-02-07 14:07 ` ✗ i915.CI.BAT: failure " Patchwork
` (5 subsequent siblings)
8 siblings, 0 replies; 26+ messages in thread
From: Patchwork @ 2025-02-07 14:00 UTC (permalink / raw)
To: Peter Senna Tschudin; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1169 bytes --]
== Series Details ==
Series: Bump aborting on network failure deadline to 40 seconds
URL : https://patchwork.freedesktop.org/series/144424/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8224_BAT -> XEIGTPW_12556_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (8 -> 8)
------------------------------
No changes in participating hosts
Changes
-------
No changes found
Build changes
-------------
* IGT: IGT_8224 -> IGTPW_12556
* Linux: xe-2601-a7df3eccb725a8d72f8f3ed87ee7ad9419b17380 -> xe-2612-2aff25306def7c151be69b338bc1f5a27733c93e
IGTPW_12556: cf4929858c0ef642848681d32d9b3d8ffb3c366e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8224: c659b986ba648584d36b3cfece897bc84a33dcbb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2601-a7df3eccb725a8d72f8f3ed87ee7ad9419b17380: a7df3eccb725a8d72f8f3ed87ee7ad9419b17380
xe-2612-2aff25306def7c151be69b338bc1f5a27733c93e: 2aff25306def7c151be69b338bc1f5a27733c93e
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/index.html
[-- Attachment #2: Type: text/html, Size: 1728 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* ✗ i915.CI.BAT: failure for Bump aborting on network failure deadline to 40 seconds
2025-02-06 15:21 [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds Peter Senna Tschudin
` (2 preceding siblings ...)
2025-02-07 14:00 ` ✓ Xe.CI.BAT: success " Patchwork
@ 2025-02-07 14:07 ` Patchwork
2025-02-07 14:43 ` Peter Senna Tschudin
2025-02-07 21:01 ` ✓ Xe.CI.Full: success " Patchwork
` (4 subsequent siblings)
8 siblings, 1 reply; 26+ messages in thread
From: Patchwork @ 2025-02-07 14:07 UTC (permalink / raw)
To: Peter Senna Tschudin; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 4671 bytes --]
== Series Details ==
Series: Bump aborting on network failure deadline to 40 seconds
URL : https://patchwork.freedesktop.org/series/144424/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8224 -> IGTPW_12556
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_12556 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_12556, 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_12556/index.html
Participating hosts (44 -> 43)
------------------------------
Missing (1): fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_12556:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@gt_pm:
- bat-jsl-3: [PASS][1] -> [DMESG-FAIL][2] +1 other test dmesg-fail
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/bat-jsl-3/igt@i915_selftest@live@gt_pm.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/bat-jsl-3/igt@i915_selftest@live@gt_pm.html
#### Warnings ####
* igt@i915_module_load@load:
- bat-mtlp-9: [ABORT][3] ([i915#13641]) -> [ABORT][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/bat-mtlp-9/igt@i915_module_load@load.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/bat-mtlp-9/igt@i915_module_load@load.html
Known issues
------------
Here are the changes found in IGTPW_12556 that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@dmabuf@all-tests:
- bat-apl-1: [INCOMPLETE][5] ([i915#12904]) -> [PASS][6] +1 other test pass
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/bat-apl-1/igt@dmabuf@all-tests.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/bat-apl-1/igt@dmabuf@all-tests.html
* igt@i915_pm_rpm@module-reload:
- fi-kbl-7567u: [DMESG-WARN][7] ([i915#11621] / [i915#180] / [i915#1982]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/fi-kbl-7567u/igt@i915_pm_rpm@module-reload.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/fi-kbl-7567u/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live@gt_contexts:
- bat-twl-1: [ABORT][9] ([i915#12919]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/bat-twl-1/igt@i915_selftest@live@gt_contexts.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/bat-twl-1/igt@i915_selftest@live@gt_contexts.html
* igt@i915_selftest@live@sanitycheck:
- fi-kbl-7567u: [DMESG-WARN][11] ([i915#11621]) -> [PASS][12] +81 other tests pass
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/fi-kbl-7567u/igt@i915_selftest@live@sanitycheck.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/fi-kbl-7567u/igt@i915_selftest@live@sanitycheck.html
* igt@kms_pm_rpm@basic-pci-d3-state:
- fi-kbl-7567u: [DMESG-WARN][13] ([i915#11621] / [i915#180]) -> [PASS][14] +52 other tests pass
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/fi-kbl-7567u/igt@kms_pm_rpm@basic-pci-d3-state.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/fi-kbl-7567u/igt@kms_pm_rpm@basic-pci-d3-state.html
[i915#11621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11621
[i915#12904]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12904
[i915#12919]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12919
[i915#13641]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13641
[i915#180]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/180
[i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8224 -> IGTPW_12556
* Linux: CI_DRM_16071 -> CI_DRM_16081
CI-20190529: 20190529
CI_DRM_16071: 48642a04502e4e6e86a83360bea6472bfa1233e1 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_16081: 2aff25306def7c151be69b338bc1f5a27733c93e @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12556: cf4929858c0ef642848681d32d9b3d8ffb3c366e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8224: c659b986ba648584d36b3cfece897bc84a33dcbb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/index.html
[-- Attachment #2: Type: text/html, Size: 5671 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: ✗ i915.CI.BAT: failure for Bump aborting on network failure deadline to 40 seconds
2025-02-07 14:07 ` ✗ i915.CI.BAT: failure " Patchwork
@ 2025-02-07 14:43 ` Peter Senna Tschudin
2025-02-10 5:35 ` Ravali, JupallyX
0 siblings, 1 reply; 26+ messages in thread
From: Peter Senna Tschudin @ 2025-02-07 14:43 UTC (permalink / raw)
To: igt-dev, I915-ci-infra
Dear I915,
On 07.02.2025 15:07, Patchwork wrote:
> == Series Details ==
>
> Series: Bump aborting on network failure deadline to 40 seconds
> URL : https://patchwork.freedesktop.org/series/144424/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from IGT_8224 -> IGTPW_12556
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with IGTPW_12556 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_12556, 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_12556/index.html
>
> Participating hosts (44 -> 43)
> ------------------------------
>
> Missing (1): fi-snb-2520m
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in IGTPW_12556:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@i915_selftest@live@gt_pm:
> - bat-jsl-3: [PASS][1] -> [DMESG-FAIL][2] +1 other test dmesg-fail
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/bat-jsl-3/igt@i915_selftest@live@gt_pm.html
> [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/bat-jsl-3/igt@i915_selftest@live@gt_pm.html
>
>
> #### Warnings ####
>
> * igt@i915_module_load@load:
> - bat-mtlp-9: [ABORT][3] ([i915#13641]) -> [ABORT][4]
> [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/bat-mtlp-9/igt@i915_module_load@load.html
> [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/bat-mtlp-9/igt@i915_module_load@load.html
These are unrelated to my change. Please fix and re-run.
Thanks
[...]
^ permalink raw reply [flat|nested] 26+ messages in thread
* ✓ Xe.CI.Full: success for Bump aborting on network failure deadline to 40 seconds
2025-02-06 15:21 [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds Peter Senna Tschudin
` (3 preceding siblings ...)
2025-02-07 14:07 ` ✗ i915.CI.BAT: failure " Patchwork
@ 2025-02-07 21:01 ` Patchwork
2025-02-10 5:33 ` ✓ i915.CI.BAT: " Patchwork
` (3 subsequent siblings)
8 siblings, 0 replies; 26+ messages in thread
From: Patchwork @ 2025-02-07 21:01 UTC (permalink / raw)
To: Peter Senna Tschudin; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 131174 bytes --]
== Series Details ==
Series: Bump aborting on network failure deadline to 40 seconds
URL : https://patchwork.freedesktop.org/series/144424/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8224_full -> XEIGTPW_12556_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_12556_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@fbdev@info:
- shard-dg2-set2: [PASS][1] -> [SKIP][2] ([Intel XE#2134]) +1 other test skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@fbdev@info.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@fbdev@info.html
* igt@fbdev@pan:
- shard-dg2-set2: NOTRUN -> [SKIP][3] ([Intel XE#2134])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@fbdev@pan.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-dg2-set2: NOTRUN -> [SKIP][4] ([Intel XE#623])
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- shard-lnl: NOTRUN -> [SKIP][5] ([Intel XE#1466])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- shard-bmg: NOTRUN -> [SKIP][6] ([Intel XE#2233])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-6-4-mc-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][7] ([Intel XE#3767]) +15 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-6-4-mc-ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-6-4-mc-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][8] ([Intel XE#2550] / [Intel XE#3767]) +15 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-6-4-mc-ccs.html
* igt@kms_async_flips@invalid-async-flip-atomic:
- shard-lnl: NOTRUN -> [SKIP][9] ([Intel XE#3768])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@kms_async_flips@invalid-async-flip-atomic.html
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#3768])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@kms_async_flips@invalid-async-flip-atomic.html
* igt@kms_atomic_transition@modeset-transition-nonblocking-fencing:
- shard-dg2-set2: [PASS][11] -> [DMESG-WARN][12] ([Intel XE#1033]) +30 other tests dmesg-warn
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-lnl: NOTRUN -> [SKIP][13] ([Intel XE#3658])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-270:
- shard-dg2-set2: NOTRUN -> [SKIP][14] ([Intel XE#316])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#2327]) +3 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#1407]) +3 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-addfb:
- shard-bmg: NOTRUN -> [DMESG-WARN][17] ([Intel XE#4172]) +7 other tests dmesg-warn
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_big_fb@x-tiled-addfb.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0:
- shard-dg2-set2: NOTRUN -> [SKIP][18] ([Intel XE#1124]) +9 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180:
- shard-lnl: NOTRUN -> [SKIP][19] ([Intel XE#1124]) +14 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#1124]) +13 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
* igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p:
- shard-bmg: [PASS][21] -> [SKIP][22] ([Intel XE#2314] / [Intel XE#2894])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-1/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-2-displays-2560x1440p:
- shard-dg2-set2: NOTRUN -> [SKIP][23] ([Intel XE#367])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-3-displays-2160x1440p:
- shard-lnl: NOTRUN -> [SKIP][24] ([Intel XE#367])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@kms_bw@linear-tiling-3-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-4-displays-3840x2160p:
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#367])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html
- shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#1512]) +1 other test skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html
* igt@kms_ccs@bad-rotation-90-y-tiled-ccs:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#2887]) +13 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_ccs@bad-rotation-90-y-tiled-ccs.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#455] / [Intel XE#787]) +21 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][29] ([Intel XE#2907]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#3432])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs.html
- shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#3432])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][32] ([Intel XE#787]) +118 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-6.html
* igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#2887]) +16 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-2/igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#2669]) +3 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2724]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_cdclk@mode-transition-all-outputs.html
- shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#314])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@plane-scaling:
- shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#1152]) +3 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@kms_cdclk@plane-scaling.html
* igt@kms_cdclk@plane-scaling@pipe-b-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][38] ([Intel XE#1152]) +3 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html
* igt@kms_chamelium_audio@hdmi-audio-edid:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#2252]) +9 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_chamelium_audio@hdmi-audio-edid.html
* igt@kms_chamelium_color@ctm-blue-to-red:
- shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#306])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-2/igt@kms_chamelium_color@ctm-blue-to-red.html
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#2325])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_chamelium_color@ctm-blue-to-red.html
* igt@kms_chamelium_color@ctm-negative:
- shard-dg2-set2: NOTRUN -> [SKIP][42] ([Intel XE#306])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_chamelium_color@ctm-negative.html
* igt@kms_chamelium_hpd@dp-hpd:
- shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#373]) +12 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-3/igt@kms_chamelium_hpd@dp-hpd.html
* igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
- shard-dg2-set2: NOTRUN -> [SKIP][44] ([Intel XE#373]) +7 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
* igt@kms_content_protection@atomic-dpms:
- shard-dg2-set2: NOTRUN -> [FAIL][45] ([Intel XE#1178]) +1 other test fail
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@atomic@pipe-a-dp-4:
- shard-dg2-set2: NOTRUN -> [DMESG-FAIL][46] ([Intel XE#1033])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_content_protection@atomic@pipe-a-dp-4.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-dg2-set2: NOTRUN -> [SKIP][47] ([Intel XE#307])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_content_protection@dp-mst-type-0.html
- shard-lnl: NOTRUN -> [SKIP][48] ([Intel XE#307]) +1 other test skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@kms_content_protection@dp-mst-type-0.html
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#2390]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@srm@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][50] ([Intel XE#1178]) +3 other tests fail
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_content_protection@srm@pipe-a-dp-2.html
* igt@kms_content_protection@type1:
- shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#3278]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@kms_content_protection@type1.html
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#2341])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-offscreen-128x42:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#2320]) +4 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@kms_cursor_crc@cursor-offscreen-128x42.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-dg2-set2: NOTRUN -> [SKIP][54] ([Intel XE#308])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#2321]) +3 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@kms_cursor_crc@cursor-onscreen-512x170.html
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#2321]) +2 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-random-64x21:
- shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#1424]) +4 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@kms_cursor_crc@cursor-random-64x21.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
- shard-dg2-set2: [PASS][58] -> [SKIP][59] ([Intel XE#4208] / [i915#2575]) +105 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#309]) +6 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#2291])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
- shard-bmg: [PASS][62] -> [SKIP][63] ([Intel XE#2291]) +2 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-lnl: NOTRUN -> [SKIP][64] ([Intel XE#323])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
- shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#2286])
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
- shard-bmg: NOTRUN -> [SKIP][66] ([Intel XE#4210])
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#2244]) +1 other test skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-dg2-set2: NOTRUN -> [SKIP][68] ([Intel XE#455]) +14 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
- shard-lnl: NOTRUN -> [SKIP][69] ([Intel XE#2244]) +1 other test skip
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#776])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#1421]) +2 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-bmg: [PASS][72] -> [SKIP][73] ([Intel XE#2316]) +3 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3:
- shard-bmg: NOTRUN -> [FAIL][74] ([Intel XE#3321]) +5 other tests fail
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-panning-interruptible:
- shard-bmg: NOTRUN -> [SKIP][75] ([Intel XE#2316])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_flip@2x-flip-vs-panning-interruptible.html
* igt@kms_flip@basic-flip-vs-dpms:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][76] ([Intel XE#2955])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_flip@basic-flip-vs-dpms.html
* igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3:
- shard-bmg: [PASS][77] -> [FAIL][78] ([Intel XE#3321])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3.html
* igt@kms_flip@flip-vs-suspend-interruptible@c-dp4:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][79] ([Intel XE#2049] / [Intel XE#2597])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_flip@flip-vs-suspend-interruptible@c-dp4.html
* igt@kms_flip@plain-flip-ts-check@a-edp1:
- shard-lnl: [PASS][80] -> [INCOMPLETE][81] ([Intel XE#2049]) +1 other test incomplete
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-8/igt@kms_flip@plain-flip-ts-check@a-edp1.html
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@kms_flip@plain-flip-ts-check@a-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-lnl: NOTRUN -> [SKIP][82] ([Intel XE#1401] / [Intel XE#1745]) +2 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][83] ([Intel XE#1401]) +2 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling:
- shard-dg2-set2: [PASS][84] -> [SKIP][85] ([Intel XE#4208]) +246 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling:
- shard-bmg: NOTRUN -> [SKIP][86] ([Intel XE#2293] / [Intel XE#2380]) +3 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][87] ([Intel XE#2293]) +3 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-lnl: NOTRUN -> [SKIP][88] ([Intel XE#352]) +1 other test skip
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][89] ([Intel XE#651]) +17 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][90] ([Intel XE#4141]) +13 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2-set2: NOTRUN -> [SKIP][91] ([Intel XE#2351] / [Intel XE#4208]) +27 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
- shard-dg2-set2: [PASS][92] -> [SKIP][93] ([Intel XE#2351] / [Intel XE#4208]) +10 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-indfb-draw-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][94] ([Intel XE#651]) +18 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render:
- shard-dg2-set2: NOTRUN -> [SKIP][95] ([Intel XE#4208]) +214 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#2311]) +24 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][97] ([Intel XE#653]) +14 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][98] ([Intel XE#2312]) +15 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][99] ([Intel XE#2313]) +21 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-lnl: NOTRUN -> [SKIP][100] ([Intel XE#1469])
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
- shard-bmg: NOTRUN -> [SKIP][101] ([Intel XE#2352])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][102] ([Intel XE#656]) +48 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-lnl: NOTRUN -> [SKIP][103] ([Intel XE#605])
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@kms_getfb@getfb-reject-ccs.html
- shard-bmg: NOTRUN -> [SKIP][104] ([Intel XE#2502])
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdr@static-toggle-dpms:
- shard-lnl: NOTRUN -> [SKIP][105] ([Intel XE#1503])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-bmg: [PASS][106] -> [SKIP][107] ([Intel XE#3012])
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-5/igt@kms_joiner@basic-force-big-joiner.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-bmg: NOTRUN -> [SKIP][108] ([Intel XE#4090])
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
- shard-lnl: NOTRUN -> [SKIP][109] ([Intel XE#4090])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][110] ([Intel XE#1033]) +26 other tests dmesg-warn
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
* igt@kms_plane_lowres@tiling-y:
- shard-lnl: NOTRUN -> [SKIP][111] ([Intel XE#599])
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@kms_plane_lowres@tiling-y.html
- shard-bmg: NOTRUN -> [SKIP][112] ([Intel XE#2393])
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b:
- shard-dg2-set2: NOTRUN -> [SKIP][113] ([Intel XE#2763]) +8 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-d:
- shard-dg2-set2: NOTRUN -> [SKIP][114] ([Intel XE#2763] / [Intel XE#455]) +4 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][115] ([Intel XE#1033] / [Intel XE#2566])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-a:
- shard-lnl: NOTRUN -> [SKIP][116] ([Intel XE#2763]) +27 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-2/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-a.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25:
- shard-dg2-set2: [PASS][117] -> [DMESG-WARN][118] ([Intel XE#1033] / [Intel XE#2566]) +1 other test dmesg-warn
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_plane_scaling@planes-upscale-factor-0-25.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5:
- shard-bmg: NOTRUN -> [SKIP][119] ([Intel XE#2763]) +19 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
* igt@kms_pm_backlight@basic-brightness:
- shard-dg2-set2: NOTRUN -> [SKIP][120] ([Intel XE#870])
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-bmg: NOTRUN -> [SKIP][121] ([Intel XE#870])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: NOTRUN -> [FAIL][122] ([Intel XE#718])
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-lnl: NOTRUN -> [SKIP][123] ([Intel XE#1439] / [Intel XE#836])
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-lnl: NOTRUN -> [SKIP][124] ([Intel XE#1439] / [Intel XE#3141])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
- shard-lnl: NOTRUN -> [SKIP][125] ([Intel XE#2893]) +5 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
- shard-dg2-set2: NOTRUN -> [SKIP][126] ([Intel XE#1489]) +1 other test skip
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area:
- shard-bmg: NOTRUN -> [SKIP][127] ([Intel XE#1489]) +8 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html
* igt@kms_psr@pr-dpms:
- shard-lnl: NOTRUN -> [SKIP][128] ([Intel XE#1406]) +4 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@kms_psr@pr-dpms.html
* igt@kms_psr@psr-cursor-blt:
- shard-bmg: NOTRUN -> [SKIP][129] ([Intel XE#2234] / [Intel XE#2850]) +10 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_psr@psr-cursor-blt.html
* igt@kms_psr@psr-dpms:
- shard-dg2-set2: NOTRUN -> [SKIP][130] ([Intel XE#2850] / [Intel XE#929]) +6 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_psr@psr-dpms.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-bmg: NOTRUN -> [SKIP][131] ([Intel XE#2414])
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@bad-tiling:
- shard-dg2-set2: NOTRUN -> [SKIP][132] ([Intel XE#3414])
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-lnl: NOTRUN -> [SKIP][133] ([Intel XE#3414] / [Intel XE#3904]) +2 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-bmg: NOTRUN -> [SKIP][134] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-bmg: NOTRUN -> [SKIP][135] ([Intel XE#2413]) +1 other test skip
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-bmg: NOTRUN -> [SKIP][136] ([Intel XE#1435])
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_setmode@invalid-clone-single-crtc:
- shard-lnl: NOTRUN -> [SKIP][137] ([Intel XE#1435])
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@kms_setmode@invalid-clone-single-crtc.html
* igt@kms_vrr@flip-basic:
- shard-lnl: NOTRUN -> [FAIL][138] ([Intel XE#1522]) +7 other tests fail
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@kms_vrr@flip-basic.html
* igt@kms_vrr@flipline:
- shard-dg2-set2: NOTRUN -> [SKIP][139] ([Intel XE#4208] / [i915#2575]) +74 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_vrr@flipline.html
* igt@kms_vrr@max-min:
- shard-bmg: NOTRUN -> [SKIP][140] ([Intel XE#1499]) +4 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_vrr@max-min.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-lnl: NOTRUN -> [SKIP][141] ([Intel XE#1499])
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-lnl: NOTRUN -> [SKIP][142] ([Intel XE#756]) +1 other test skip
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-2/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-bmg: NOTRUN -> [SKIP][143] ([Intel XE#756]) +1 other test skip
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_writeback@writeback-pixel-formats.html
* igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute:
- shard-dg2-set2: NOTRUN -> [SKIP][144] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html
* igt@xe_copy_basic@mem-set-linear-0x3fff:
- shard-dg2-set2: NOTRUN -> [SKIP][145] ([Intel XE#1126])
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_copy_basic@mem-set-linear-0x3fff.html
* igt@xe_create@create-big-vram:
- shard-lnl: NOTRUN -> [SKIP][146] ([Intel XE#1062])
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@xe_create@create-big-vram.html
* igt@xe_eudebug@exec-queue-placements:
- shard-lnl: NOTRUN -> [SKIP][147] ([Intel XE#2905]) +10 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@xe_eudebug@exec-queue-placements.html
- shard-bmg: NOTRUN -> [SKIP][148] ([Intel XE#2905]) +9 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_eudebug@exec-queue-placements.html
* igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-reopen:
- shard-lnl: NOTRUN -> [SKIP][149] ([Intel XE#688]) +5 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-reopen.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue:
- shard-bmg: NOTRUN -> [SKIP][150] ([Intel XE#2322]) +6 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue.html
* igt@xe_exec_basic@multigpu-no-exec-null-defer-mmap:
- shard-lnl: NOTRUN -> [SKIP][151] ([Intel XE#1392]) +6 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@xe_exec_basic@multigpu-no-exec-null-defer-mmap.html
* igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-prefetch:
- shard-dg2-set2: NOTRUN -> [SKIP][152] ([Intel XE#288]) +12 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-prefetch.html
* igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence:
- shard-dg2-set2: NOTRUN -> [SKIP][153] ([Intel XE#2360])
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html
* igt@xe_exec_sip_eudebug@breakpoint-writesip:
- shard-dg2-set2: NOTRUN -> [SKIP][154] ([Intel XE#2905]) +4 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_exec_sip_eudebug@breakpoint-writesip.html
* igt@xe_exec_sip_eudebug@wait-writesip-nodebug@drm_xe_engine_class_render0:
- shard-bmg: [PASS][155] -> [DMESG-WARN][156] ([Intel XE#4172]) +42 other tests dmesg-warn
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-7/igt@xe_exec_sip_eudebug@wait-writesip-nodebug@drm_xe_engine_class_render0.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_exec_sip_eudebug@wait-writesip-nodebug@drm_xe_engine_class_render0.html
* igt@xe_exec_threads@threads-shared-vm-userptr:
- shard-bmg: [PASS][157] -> [INCOMPLETE][158] ([Intel XE#1169])
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@xe_exec_threads@threads-shared-vm-userptr.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_exec_threads@threads-shared-vm-userptr.html
* igt@xe_live_ktest@xe_bo:
- shard-bmg: [PASS][159] -> [SKIP][160] ([Intel XE#1192])
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-8/igt@xe_live_ktest@xe_bo.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@xe_live_ktest@xe_bo.html
* igt@xe_live_ktest@xe_migrate:
- shard-lnl: NOTRUN -> [SKIP][161] ([Intel XE#1192])
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@xe_live_ktest@xe_migrate.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- shard-dg2-set2: NOTRUN -> [SKIP][162] ([Intel XE#2229])
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
* igt@xe_mmap@pci-membarrier-bad-object:
- shard-lnl: NOTRUN -> [SKIP][163] ([Intel XE#4045])
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@xe_mmap@pci-membarrier-bad-object.html
* igt@xe_module_load@force-load:
- shard-dg2-set2: NOTRUN -> [SKIP][164] ([Intel XE#378])
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_module_load@force-load.html
* igt@xe_module_load@load:
- shard-lnl: ([PASS][165], [PASS][166], [PASS][167], [PASS][168], [PASS][169], [PASS][170], [PASS][171], [PASS][172], [PASS][173], [PASS][174], [PASS][175], [PASS][176], [PASS][177], [PASS][178], [PASS][179], [PASS][180], [PASS][181], [PASS][182], [PASS][183], [PASS][184], [PASS][185], [PASS][186], [PASS][187], [PASS][188], [PASS][189]) -> ([PASS][190], [PASS][191], [PASS][192], [PASS][193], [PASS][194], [PASS][195], [PASS][196], [PASS][197], [PASS][198], [PASS][199], [PASS][200], [PASS][201], [PASS][202], [PASS][203], [PASS][204], [SKIP][205], [PASS][206], [PASS][207], [PASS][208], [PASS][209], [PASS][210], [PASS][211], [PASS][212], [PASS][213], [PASS][214], [PASS][215]) ([Intel XE#378])
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-6/igt@xe_module_load@load.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-7/igt@xe_module_load@load.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-7/igt@xe_module_load@load.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-5/igt@xe_module_load@load.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-5/igt@xe_module_load@load.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-5/igt@xe_module_load@load.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-8/igt@xe_module_load@load.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-4/igt@xe_module_load@load.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-4/igt@xe_module_load@load.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-1/igt@xe_module_load@load.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-1/igt@xe_module_load@load.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-2/igt@xe_module_load@load.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-3/igt@xe_module_load@load.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-3/igt@xe_module_load@load.html
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-3/igt@xe_module_load@load.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-3/igt@xe_module_load@load.html
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-7/igt@xe_module_load@load.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-8/igt@xe_module_load@load.html
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-6/igt@xe_module_load@load.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-6/igt@xe_module_load@load.html
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-1/igt@xe_module_load@load.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-2/igt@xe_module_load@load.html
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-5/igt@xe_module_load@load.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-4/igt@xe_module_load@load.html
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-8/igt@xe_module_load@load.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@xe_module_load@load.html
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@xe_module_load@load.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-3/igt@xe_module_load@load.html
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@xe_module_load@load.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@xe_module_load@load.html
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@xe_module_load@load.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@xe_module_load@load.html
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@xe_module_load@load.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@xe_module_load@load.html
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@xe_module_load@load.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@xe_module_load@load.html
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@xe_module_load@load.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@xe_module_load@load.html
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@xe_module_load@load.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@xe_module_load@load.html
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@xe_module_load@load.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-2/igt@xe_module_load@load.html
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@xe_module_load@load.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-2/igt@xe_module_load@load.html
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-2/igt@xe_module_load@load.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@xe_module_load@load.html
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@xe_module_load@load.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-3/igt@xe_module_load@load.html
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-3/igt@xe_module_load@load.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@xe_module_load@load.html
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@xe_module_load@load.html
- shard-bmg: ([PASS][216], [PASS][217], [PASS][218], [PASS][219], [PASS][220], [PASS][221], [PASS][222], [PASS][223], [PASS][224], [PASS][225], [PASS][226], [PASS][227], [PASS][228], [PASS][229], [PASS][230], [PASS][231], [PASS][232], [PASS][233], [PASS][234], [PASS][235], [PASS][236], [PASS][237], [PASS][238], [PASS][239], [PASS][240]) -> ([PASS][241], [PASS][242], [PASS][243], [SKIP][244], [PASS][245], [PASS][246], [PASS][247], [PASS][248], [PASS][249], [PASS][250], [PASS][251], [PASS][252], [PASS][253], [PASS][254], [PASS][255], [PASS][256], [PASS][257], [PASS][258], [PASS][259], [PASS][260], [PASS][261], [PASS][262], [PASS][263], [PASS][264], [PASS][265], [PASS][266]) ([Intel XE#2457])
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@xe_module_load@load.html
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@xe_module_load@load.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@xe_module_load@load.html
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@xe_module_load@load.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@xe_module_load@load.html
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-5/igt@xe_module_load@load.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-5/igt@xe_module_load@load.html
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-7/igt@xe_module_load@load.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-7/igt@xe_module_load@load.html
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-7/igt@xe_module_load@load.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-8/igt@xe_module_load@load.html
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-1/igt@xe_module_load@load.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-1/igt@xe_module_load@load.html
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-5/igt@xe_module_load@load.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-5/igt@xe_module_load@load.html
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-8/igt@xe_module_load@load.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-8/igt@xe_module_load@load.html
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@xe_module_load@load.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@xe_module_load@load.html
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@xe_module_load@load.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@xe_module_load@load.html
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@xe_module_load@load.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-1/igt@xe_module_load@load.html
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@xe_module_load@load.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@xe_module_load@load.html
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@xe_module_load@load.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@xe_module_load@load.html
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@xe_module_load@load.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@xe_module_load@load.html
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@xe_module_load@load.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@xe_module_load@load.html
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@xe_module_load@load.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@xe_module_load@load.html
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@xe_module_load@load.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@xe_module_load@load.html
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@xe_module_load@load.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@xe_module_load@load.html
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_module_load@load.html
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@xe_module_load@load.html
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@xe_module_load@load.html
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@xe_module_load@load.html
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@xe_module_load@load.html
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@xe_module_load@load.html
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@xe_module_load@load.html
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@xe_module_load@load.html
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@xe_module_load@load.html
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@xe_module_load@load.html
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@xe_module_load@load.html
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_module_load@load.html
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_module_load@load.html
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_module_load@load.html
* igt@xe_module_load@reload-no-display:
- shard-dg2-set2: [PASS][267] -> [FAIL][268] ([Intel XE#4257]) +1 other test fail
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@xe_module_load@reload-no-display.html
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_module_load@reload-no-display.html
* igt@xe_oa@invalid-oa-format-id:
- shard-dg2-set2: NOTRUN -> [SKIP][269] ([Intel XE#2541] / [Intel XE#3573]) +4 other tests skip
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@xe_oa@invalid-oa-format-id.html
* igt@xe_pat@pat-index-xehpc:
- shard-dg2-set2: NOTRUN -> [SKIP][270] ([Intel XE#2838] / [Intel XE#979])
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pat@pat-index-xelp:
- shard-lnl: NOTRUN -> [SKIP][271] ([Intel XE#977])
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@xe_pat@pat-index-xelp.html
- shard-bmg: NOTRUN -> [SKIP][272] ([Intel XE#2245])
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_pat@pat-index-xelp.html
* igt@xe_pat@pat-index-xelpg:
- shard-bmg: NOTRUN -> [SKIP][273] ([Intel XE#2236])
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@xe_pat@pat-index-xelpg.html
- shard-lnl: NOTRUN -> [SKIP][274] ([Intel XE#979])
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-2/igt@xe_pat@pat-index-xelpg.html
* igt@xe_peer2peer@write:
- shard-bmg: NOTRUN -> [SKIP][275] ([Intel XE#2427])
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@xe_peer2peer@write.html
- shard-lnl: NOTRUN -> [SKIP][276] ([Intel XE#1061])
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@xe_peer2peer@write.html
* igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p:
- shard-dg2-set2: NOTRUN -> [FAIL][277] ([Intel XE#1173])
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p.html
* igt@xe_pm@d3cold-mocs:
- shard-lnl: NOTRUN -> [SKIP][278] ([Intel XE#2284])
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-6/igt@xe_pm@d3cold-mocs.html
- shard-dg2-set2: NOTRUN -> [SKIP][279] ([Intel XE#2284])
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_pm@d3cold-mocs.html
* igt@xe_pm@d3hot-mmap-vram:
- shard-lnl: NOTRUN -> [SKIP][280] ([Intel XE#1948])
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@xe_pm@d3hot-mmap-vram.html
* igt@xe_pm@s2idle-d3cold-basic-exec:
- shard-bmg: NOTRUN -> [SKIP][281] ([Intel XE#2284]) +1 other test skip
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@xe_pm@s2idle-d3cold-basic-exec.html
* igt@xe_pm@s3-d3cold-basic-exec:
- shard-dg2-set2: NOTRUN -> [SKIP][282] ([Intel XE#2284] / [Intel XE#366])
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_pm@s3-d3cold-basic-exec.html
- shard-lnl: NOTRUN -> [SKIP][283] ([Intel XE#2284] / [Intel XE#366]) +1 other test skip
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-8/igt@xe_pm@s3-d3cold-basic-exec.html
* igt@xe_pm@s3-vm-bind-prefetch:
- shard-lnl: NOTRUN -> [SKIP][284] ([Intel XE#584])
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-5/igt@xe_pm@s3-vm-bind-prefetch.html
* igt@xe_pm@s4-exec-after:
- shard-bmg: NOTRUN -> [ABORT][285] ([Intel XE#1358] / [Intel XE#1607])
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@xe_pm@s4-exec-after.html
- shard-lnl: NOTRUN -> [ABORT][286] ([Intel XE#1358] / [Intel XE#1607])
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@xe_pm@s4-exec-after.html
* igt@xe_query@multigpu-query-engines:
- shard-dg2-set2: NOTRUN -> [SKIP][287] ([Intel XE#944]) +4 other tests skip
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@xe_query@multigpu-query-engines.html
* igt@xe_query@multigpu-query-invalid-cs-cycles:
- shard-bmg: NOTRUN -> [SKIP][288] ([Intel XE#944]) +5 other tests skip
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@xe_query@multigpu-query-invalid-cs-cycles.html
* igt@xe_query@multigpu-query-topology-l3-bank-mask:
- shard-lnl: NOTRUN -> [SKIP][289] ([Intel XE#944]) +6 other tests skip
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-1/igt@xe_query@multigpu-query-topology-l3-bank-mask.html
* igt@xe_sriov_auto_provisioning@fair-allocation:
- shard-lnl: NOTRUN -> [SKIP][290] ([Intel XE#4130])
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-4/igt@xe_sriov_auto_provisioning@fair-allocation.html
- shard-bmg: NOTRUN -> [SKIP][291] ([Intel XE#4130])
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@xe_sriov_auto_provisioning@fair-allocation.html
#### Possible fixes ####
* igt@fbdev@nullptr:
- shard-dg2-set2: [SKIP][292] ([Intel XE#2134]) -> [PASS][293]
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@fbdev@nullptr.html
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@fbdev@nullptr.html
* igt@kms_big_fb@linear-64bpp-rotate-180:
- shard-dg2-set2: [DMESG-WARN][294] ([Intel XE#1033]) -> [PASS][295] +8 other tests pass
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_big_fb@linear-64bpp-rotate-180.html
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_big_fb@linear-64bpp-rotate-180.html
* igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p:
- shard-dg2-set2: [SKIP][296] ([Intel XE#4208] / [i915#2575]) -> [PASS][297] +58 other tests pass
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
- shard-bmg: [SKIP][298] ([Intel XE#2314] / [Intel XE#2894]) -> [PASS][299]
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
- shard-dg2-set2: [INCOMPLETE][300] ([Intel XE#1727] / [Intel XE#3124] / [Intel XE#4010]) -> [PASS][301]
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-dp-4:
- shard-dg2-set2: [DMESG-WARN][302] ([Intel XE#1727] / [Intel XE#3113]) -> [PASS][303]
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-dp-4.html
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-6:
- shard-dg2-set2: [INCOMPLETE][304] ([Intel XE#3124] / [Intel XE#4010]) -> [PASS][305]
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-6.html
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-6.html
* igt@kms_cursor_legacy@cursor-vs-flip-atomic:
- shard-bmg: [INCOMPLETE][306] ([Intel XE#3226]) -> [PASS][307]
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_cursor_legacy@cursor-vs-flip-atomic.html
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_cursor_legacy@cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-bmg: [SKIP][308] ([Intel XE#2291]) -> [PASS][309] +2 other tests pass
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_flip@2x-blocking-wf_vblank:
- shard-bmg: [SKIP][310] ([Intel XE#2316]) -> [PASS][311] +4 other tests pass
[310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_flip@2x-blocking-wf_vblank.html
[311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_flip@2x-blocking-wf_vblank.html
* igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a3:
- shard-bmg: [FAIL][312] ([Intel XE#3321]) -> [PASS][313]
[312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a3.html
[313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a3.html
* igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a6:
- shard-dg2-set2: [FAIL][314] ([Intel XE#301]) -> [PASS][315] +1 other test pass
[314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a6.html
[315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a6.html
* igt@kms_flip@plain-flip-fb-recreate@a-dp2:
- shard-bmg: [FAIL][316] ([Intel XE#2882]) -> [PASS][317] +1 other test pass
[316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-5/igt@kms_flip@plain-flip-fb-recreate@a-dp2.html
[317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_flip@plain-flip-fb-recreate@a-dp2.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling:
- shard-dg2-set2: [SKIP][318] ([Intel XE#2351] / [Intel XE#4208]) -> [PASS][319] +9 other tests pass
[318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html
[319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-bmg: [SKIP][320] ([Intel XE#2571]) -> [PASS][321]
[320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
[321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_psr@fbc-psr2-sprite-render:
- shard-lnl: [FAIL][322] ([Intel XE#3924]) -> [PASS][323] +1 other test pass
[322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-lnl-8/igt@kms_psr@fbc-psr2-sprite-render.html
[323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-lnl-7/igt@kms_psr@fbc-psr2-sprite-render.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-bmg: [SKIP][324] ([Intel XE#1435]) -> [PASS][325]
[324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
[325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@xe_ccs@block-copy-uncompressed-inc-dimension:
- shard-bmg: [DMESG-WARN][326] ([Intel XE#4172]) -> [PASS][327] +35 other tests pass
[326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-5/igt@xe_ccs@block-copy-uncompressed-inc-dimension.html
[327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@xe_ccs@block-copy-uncompressed-inc-dimension.html
* igt@xe_exec_basic@many-null-rebind:
- shard-dg2-set2: [SKIP][328] ([Intel XE#4208]) -> [PASS][329] +139 other tests pass
[328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_exec_basic@many-null-rebind.html
[329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@xe_exec_basic@many-null-rebind.html
* igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-rebind-prefetch:
- shard-bmg: [INCOMPLETE][330] -> [PASS][331]
[330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-1/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-rebind-prefetch.html
[331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-rebind-prefetch.html
* igt@xe_live_ktest@xe_migrate:
- shard-bmg: [SKIP][332] ([Intel XE#1192]) -> [PASS][333]
[332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@xe_live_ktest@xe_migrate.html
[333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@xe_live_ktest@xe_migrate.html
* igt@xe_module_load@reload:
- shard-dg2-set2: [FAIL][334] ([Intel XE#4257]) -> [PASS][335]
[334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_module_load@reload.html
[335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@xe_module_load@reload.html
* igt@xe_pm@s3-vm-bind-prefetch:
- shard-dg2-set2: [DMESG-WARN][336] ([Intel XE#1033] / [Intel XE#569]) -> [PASS][337]
[336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@xe_pm@s3-vm-bind-prefetch.html
[337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_pm@s3-vm-bind-prefetch.html
- shard-bmg: [INCOMPLETE][338] ([Intel XE#1358] / [Intel XE#569]) -> [PASS][339]
[338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@xe_pm@s3-vm-bind-prefetch.html
[339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@xe_pm@s3-vm-bind-prefetch.html
#### Warnings ####
* igt@kms_async_flips@invalid-async-flip:
- shard-dg2-set2: [SKIP][340] ([Intel XE#873]) -> [SKIP][341] ([Intel XE#4208] / [i915#2575])
[340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@kms_async_flips@invalid-async-flip.html
[341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_async_flips@invalid-async-flip.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-180:
- shard-dg2-set2: [DMESG-WARN][342] ([Intel XE#1033]) -> [SKIP][343] ([Intel XE#2351] / [Intel XE#4208])
[342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html
[343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-dg2-set2: [DMESG-WARN][344] ([Intel XE#1033]) -> [SKIP][345] ([Intel XE#4208]) +4 other tests skip
[344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
[345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-0:
- shard-dg2-set2: [SKIP][346] ([Intel XE#2351] / [Intel XE#4208]) -> [DMESG-WARN][347] ([Intel XE#1033])
[346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html
[347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-dg2-set2: [SKIP][348] ([Intel XE#316]) -> [SKIP][349] ([Intel XE#4208]) +1 other test skip
[348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
[349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-90:
- shard-dg2-set2: [SKIP][350] ([Intel XE#4208]) -> [SKIP][351] ([Intel XE#316]) +1 other test skip
[350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
[351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-dg2-set2: [SKIP][352] ([Intel XE#610]) -> [SKIP][353] ([Intel XE#4208])
[352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
[353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-dg2-set2: [SKIP][354] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][355] ([Intel XE#1124])
[354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
[355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-dg2-set2: [SKIP][356] ([Intel XE#1124]) -> [SKIP][357] ([Intel XE#4208]) +11 other tests skip
[356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
[357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
- shard-dg2-set2: [SKIP][358] ([Intel XE#1124]) -> [SKIP][359] ([Intel XE#2351] / [Intel XE#4208]) +4 other tests skip
[358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
[359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-dg2-set2: [SKIP][360] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][361] ([Intel XE#619])
[360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_big_fb@yf-tiled-addfb.html
[361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-dg2-set2: [SKIP][362] ([Intel XE#4208]) -> [SKIP][363] ([Intel XE#607])
[362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
[363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-dg2-set2: [SKIP][364] ([Intel XE#4208]) -> [SKIP][365] ([Intel XE#1124]) +4 other tests skip
[364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
[365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p:
- shard-dg2-set2: [SKIP][366] ([Intel XE#2191]) -> [SKIP][367] ([Intel XE#4208] / [i915#2575]) +1 other test skip
[366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html
[367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html
* igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p:
- shard-dg2-set2: [SKIP][368] ([Intel XE#4208] / [i915#2575]) -> [SKIP][369] ([Intel XE#2191]) +1 other test skip
[368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html
[369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-2-displays-1920x1080p:
- shard-dg2-set2: [SKIP][370] ([Intel XE#367]) -> [SKIP][371] ([Intel XE#4208] / [i915#2575]) +3 other tests skip
[370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html
[371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-3-displays-3840x2160p:
- shard-dg2-set2: [SKIP][372] ([Intel XE#4208] / [i915#2575]) -> [SKIP][373] ([Intel XE#367]) +3 other tests skip
[372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
[373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs:
- shard-dg2-set2: [SKIP][374] ([Intel XE#4208]) -> [SKIP][375] ([Intel XE#455] / [Intel XE#787]) +9 other tests skip
[374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html
[375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs:
- shard-dg2-set2: [SKIP][376] ([Intel XE#2907]) -> [SKIP][377] ([Intel XE#4208])
[376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
[377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs:
- shard-dg2-set2: [SKIP][378] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][379] ([Intel XE#2351] / [Intel XE#4208]) +2 other tests skip
[378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs.html
[379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: [INCOMPLETE][380] ([Intel XE#3862]) -> [DMESG-WARN][381] ([Intel XE#1033]) +1 other test dmesg-warn
[380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html
[381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs:
- shard-dg2-set2: [SKIP][382] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][383] ([Intel XE#4208]) +13 other tests skip
[382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
[383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs:
- shard-dg2-set2: [SKIP][384] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][385] ([Intel XE#455] / [Intel XE#787]) +1 other test skip
[384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html
[385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
- shard-dg2-set2: [SKIP][386] ([Intel XE#4208]) -> [SKIP][387] ([Intel XE#2907])
[386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
[387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-dg2-set2: [SKIP][388] ([Intel XE#306]) -> [SKIP][389] ([Intel XE#4208] / [i915#2575]) +2 other tests skip
[388]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_chamelium_color@ctm-red-to-blue.html
[389]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_chamelium_color@gamma:
- shard-dg2-set2: [SKIP][390] ([Intel XE#4208] / [i915#2575]) -> [SKIP][391] ([Intel XE#306]) +1 other test skip
[390]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_chamelium_color@gamma.html
[391]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_chamelium_color@gamma.html
* igt@kms_chamelium_frames@vga-frame-dump:
- shard-dg2-set2: [SKIP][392] ([Intel XE#4208] / [i915#2575]) -> [SKIP][393] ([Intel XE#373]) +9 other tests skip
[392]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_chamelium_frames@vga-frame-dump.html
[393]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_chamelium_frames@vga-frame-dump.html
* igt@kms_chamelium_hpd@vga-hpd:
- shard-dg2-set2: [SKIP][394] ([Intel XE#373]) -> [SKIP][395] ([Intel XE#4208] / [i915#2575]) +13 other tests skip
[394]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_chamelium_hpd@vga-hpd.html
[395]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_chamelium_hpd@vga-hpd.html
* igt@kms_content_protection@atomic:
- shard-dg2-set2: [SKIP][396] ([Intel XE#4208] / [i915#2575]) -> [DMESG-FAIL][397] ([Intel XE#1033])
[396]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_content_protection@atomic.html
[397]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-dg2-set2: [SKIP][398] ([Intel XE#307]) -> [SKIP][399] ([Intel XE#4208] / [i915#2575])
[398]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_content_protection@dp-mst-type-1.html
[399]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@lic-type-0:
- shard-dg2-set2: [FAIL][400] ([Intel XE#1178]) -> [SKIP][401] ([Intel XE#4208] / [i915#2575]) +1 other test skip
[400]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_content_protection@lic-type-0.html
[401]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@lic-type-1:
- shard-dg2-set2: [SKIP][402] ([Intel XE#455]) -> [SKIP][403] ([Intel XE#4208] / [i915#2575]) +7 other tests skip
[402]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_content_protection@lic-type-1.html
[403]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_content_protection@lic-type-1.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2-set2: [SKIP][404] ([Intel XE#4208] / [i915#2575]) -> [SKIP][405] ([Intel XE#308])
[404]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_cursor_crc@cursor-random-512x512.html
[405]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-dg2-set2: [SKIP][406] ([Intel XE#308]) -> [SKIP][407] ([Intel XE#4208] / [i915#2575]) +1 other test skip
[406]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
[407]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-max-size:
- shard-dg2-set2: [SKIP][408] ([Intel XE#4208] / [i915#2575]) -> [SKIP][409] ([Intel XE#455]) +8 other tests skip
[408]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
[409]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
* igt@kms_cursor_crc@cursor-sliding-128x128:
- shard-dg2-set2: [DMESG-WARN][410] ([Intel XE#1033]) -> [SKIP][411] ([Intel XE#4208] / [i915#2575]) +5 other tests skip
[410]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_cursor_crc@cursor-sliding-128x128.html
[411]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_cursor_crc@cursor-sliding-128x128.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
- shard-bmg: [SKIP][412] ([Intel XE#2291]) -> [DMESG-WARN][413] ([Intel XE#4172]) +1 other test dmesg-warn
[412]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
[413]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2-set2: [SKIP][414] ([Intel XE#323]) -> [SKIP][415] ([Intel XE#4208] / [i915#2575]) +1 other test skip
[414]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[415]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-toggle:
- shard-bmg: [SKIP][416] ([Intel XE#2291]) -> [DMESG-WARN][417] ([Intel XE#877])
[416]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
[417]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
* igt@kms_fbcon_fbt@fbc:
- shard-dg2-set2: [SKIP][418] ([Intel XE#2351] / [Intel XE#4208]) -> [DMESG-FAIL][419] ([Intel XE#1033])
[418]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_fbcon_fbt@fbc.html
[419]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_fbcon_fbt@fbc.html
* igt@kms_feature_discovery@chamelium:
- shard-dg2-set2: [SKIP][420] ([Intel XE#701]) -> [SKIP][421] ([Intel XE#4208] / [i915#2575])
[420]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@kms_feature_discovery@chamelium.html
[421]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@psr1:
- shard-dg2-set2: [SKIP][422] ([Intel XE#1135]) -> [SKIP][423] ([Intel XE#4208] / [i915#2575])
[422]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_feature_discovery@psr1.html
[423]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-flip-vs-expired-vblank:
- shard-bmg: [SKIP][424] ([Intel XE#2316]) -> [FAIL][425] ([Intel XE#3321])
[424]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_flip@2x-flip-vs-expired-vblank.html
[425]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank.html
- shard-dg2-set2: [FAIL][426] ([Intel XE#301]) -> [SKIP][427] ([Intel XE#4208] / [i915#2575])
[426]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank.html
[427]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_flip@2x-flip-vs-expired-vblank.html
* igt@kms_flip@2x-flip-vs-modeset:
- shard-bmg: [DMESG-WARN][428] ([Intel XE#4172]) -> [SKIP][429] ([Intel XE#2316])
[428]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-1/igt@kms_flip@2x-flip-vs-modeset.html
[429]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_flip@2x-flip-vs-modeset.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-dg2-set2: [SKIP][430] ([Intel XE#4208] / [i915#2575]) -> [INCOMPLETE][431] ([Intel XE#2049] / [Intel XE#2597])
[430]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_flip@flip-vs-suspend-interruptible.html
[431]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset:
- shard-dg2-set2: [DMESG-WARN][432] -> [DMESG-WARN][433] ([Intel XE#1033])
[432]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset.html
[433]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling:
- shard-dg2-set2: [SKIP][434] ([Intel XE#455]) -> [SKIP][435] ([Intel XE#2351] / [Intel XE#4208]) +1 other test skip
[434]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
[435]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-dg2-set2: [SKIP][436] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][437] ([Intel XE#455])
[436]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
[437]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling:
- shard-dg2-set2: [SKIP][438] ([Intel XE#455]) -> [SKIP][439] ([Intel XE#4208]) +4 other tests skip
[438]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
[439]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling:
- shard-dg2-set2: [SKIP][440] ([Intel XE#4208]) -> [SKIP][441] ([Intel XE#455]) +4 other tests skip
[440]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
[441]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff:
- shard-dg2-set2: [SKIP][442] ([Intel XE#4208]) -> [SKIP][443] ([Intel XE#651]) +12 other tests skip
[442]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html
[443]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt:
- shard-bmg: [SKIP][444] ([Intel XE#2311]) -> [SKIP][445] ([Intel XE#2312]) +11 other tests skip
[444]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html
[445]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
- shard-bmg: [SKIP][446] ([Intel XE#4141]) -> [SKIP][447] ([Intel XE#2312]) +7 other tests skip
[446]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
[447]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt:
- shard-bmg: [SKIP][448] ([Intel XE#2312]) -> [SKIP][449] ([Intel XE#4141]) +5 other tests skip
[448]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt.html
[449]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt:
- shard-dg2-set2: [SKIP][450] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][451] ([Intel XE#651]) +10 other tests skip
[450]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt.html
[451]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render:
- shard-bmg: [SKIP][452] ([Intel XE#2312]) -> [SKIP][453] ([Intel XE#2311]) +12 other tests skip
[452]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
[453]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-mmap-wc:
- shard-dg2-set2: [SKIP][454] ([Intel XE#651]) -> [SKIP][455] ([Intel XE#2351] / [Intel XE#4208]) +8 other tests skip
[454]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-mmap-wc.html
[455]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear:
- shard-dg2-set2: [SKIP][456] ([Intel XE#651]) -> [SKIP][457] ([Intel XE#4208]) +27 other tests skip
[456]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html
[457]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
- shard-dg2-set2: [SKIP][458] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][459] ([Intel XE#658]) +1 other test skip
[458]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
[459]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt:
- shard-bmg: [SKIP][460] ([Intel XE#2313]) -> [SKIP][461] ([Intel XE#2312]) +11 other tests skip
[460]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt.html
[461]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-onoff:
- shard-dg2-set2: [SKIP][462] ([Intel XE#4208]) -> [SKIP][463] ([Intel XE#653]) +21 other tests skip
[462]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-onoff.html
[463]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][464] ([Intel XE#2312]) -> [SKIP][465] ([Intel XE#2313]) +5 other tests skip
[464]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html
[465]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt:
- shard-dg2-set2: [SKIP][466] ([Intel XE#653]) -> [SKIP][467] ([Intel XE#2351] / [Intel XE#4208]) +10 other tests skip
[466]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
[467]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render:
- shard-dg2-set2: [SKIP][468] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][469] ([Intel XE#653]) +8 other tests skip
[468]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html
[469]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-slowdraw:
- shard-dg2-set2: [SKIP][470] ([Intel XE#653]) -> [SKIP][471] ([Intel XE#4208]) +30 other tests skip
[470]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-slowdraw.html
[471]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-slowdraw.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-dg2-set2: [FAIL][472] -> [SKIP][473] ([Intel XE#4208] / [i915#2575])
[472]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_hdr@bpc-switch-dpms.html
[473]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-dg2-set2: [SKIP][474] ([Intel XE#4208]) -> [SKIP][475] ([Intel XE#346])
[474]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_joiner@invalid-modeset-big-joiner.html
[475]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-dg2-set2: [SKIP][476] ([Intel XE#2925]) -> [SKIP][477] ([Intel XE#4208])
[476]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
[477]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-dg2-set2: [SKIP][478] ([Intel XE#2927]) -> [SKIP][479] ([Intel XE#4208]) +1 other test skip
[478]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_joiner@invalid-modeset-ultra-joiner.html
[479]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_plane_cursor@primary:
- shard-dg2-set2: [FAIL][480] ([Intel XE#616]) -> [DMESG-FAIL][481] ([Intel XE#1033])
[480]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_plane_cursor@primary.html
[481]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_plane_cursor@primary.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25:
- shard-dg2-set2: [SKIP][482] ([Intel XE#4208] / [i915#2575]) -> [SKIP][483] ([Intel XE#2763] / [Intel XE#455])
[482]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
[483]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling:
- shard-dg2-set2: [SKIP][484] ([Intel XE#2763] / [Intel XE#455]) -> [SKIP][485] ([Intel XE#4208] / [i915#2575]) +3 other tests skip
[484]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html
[485]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-dg2-set2: [SKIP][486] ([Intel XE#2938]) -> [SKIP][487] ([Intel XE#4208])
[486]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@kms_pm_backlight@brightness-with-dpms.html
[487]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-dg2-set2: [SKIP][488] ([Intel XE#870]) -> [SKIP][489] ([Intel XE#4208])
[488]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_pm_backlight@fade-with-dpms.html
[489]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2-set2: [SKIP][490] ([Intel XE#908]) -> [SKIP][491] ([Intel XE#2351] / [Intel XE#4208])
[490]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@kms_pm_dc@dc6-dpms.html
[491]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf:
- shard-dg2-set2: [SKIP][492] ([Intel XE#4208]) -> [SKIP][493] ([Intel XE#1489]) +12 other tests skip
[492]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html
[493]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf:
- shard-dg2-set2: [SKIP][494] ([Intel XE#1489]) -> [SKIP][495] ([Intel XE#4208]) +11 other tests skip
[494]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html
[495]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr@fbc-pr-no-drrs:
- shard-dg2-set2: [SKIP][496] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][497] ([Intel XE#2351] / [Intel XE#4208]) +6 other tests skip
[496]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_psr@fbc-pr-no-drrs.html
[497]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_psr@fbc-pr-no-drrs.html
* igt@kms_psr@fbc-pr-sprite-plane-onoff:
- shard-dg2-set2: [SKIP][498] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][499] ([Intel XE#2850] / [Intel XE#929]) +3 other tests skip
[498]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_psr@fbc-pr-sprite-plane-onoff.html
[499]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_psr@fbc-pr-sprite-plane-onoff.html
* igt@kms_psr@fbc-psr-sprite-render:
- shard-dg2-set2: [SKIP][500] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][501] ([Intel XE#4208]) +13 other tests skip
[500]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@kms_psr@fbc-psr-sprite-render.html
[501]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_psr@fbc-psr-sprite-render.html
* igt@kms_psr@pr-sprite-blt:
- shard-dg2-set2: [SKIP][502] ([Intel XE#4208]) -> [SKIP][503] ([Intel XE#2850] / [Intel XE#929]) +8 other tests skip
[502]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_psr@pr-sprite-blt.html
[503]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_psr@pr-sprite-blt.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-dg2-set2: [SKIP][504] ([Intel XE#4208] / [i915#2575]) -> [SKIP][505] ([Intel XE#1127]) +1 other test skip
[504]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
[505]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-dg2-set2: [SKIP][506] ([Intel XE#1127]) -> [SKIP][507] ([Intel XE#4208] / [i915#2575])
[506]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
[507]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@sprite-rotation-180:
- shard-dg2-set2: [SKIP][508] ([Intel XE#4208] / [i915#2575]) -> [DMESG-WARN][509] ([Intel XE#1033]) +7 other tests dmesg-warn
[508]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_rotation_crc@sprite-rotation-180.html
[509]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_rotation_crc@sprite-rotation-180.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-dg2-set2: [SKIP][510] ([Intel XE#3414]) -> [SKIP][511] ([Intel XE#4208] / [i915#2575]) +2 other tests skip
[510]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_rotation_crc@sprite-rotation-90.html
[511]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-dg2-set2: [SKIP][512] ([Intel XE#4208] / [i915#2575]) -> [SKIP][513] ([Intel XE#3414]) +1 other test skip
[512]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
[513]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [FAIL][514] ([Intel XE#1729]) -> [SKIP][515] ([Intel XE#2426])
[514]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html
[515]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_universal_plane@cursor-fb-leak:
- shard-dg2-set2: [FAIL][516] ([Intel XE#771] / [Intel XE#899]) -> [SKIP][517] ([Intel XE#4208] / [i915#2575])
[516]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@kms_universal_plane@cursor-fb-leak.html
[517]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_universal_plane@cursor-fb-leak.html
* igt@kms_vrr@lobf:
- shard-dg2-set2: [SKIP][518] ([Intel XE#2168]) -> [SKIP][519] ([Intel XE#4208] / [i915#2575])
[518]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@kms_vrr@lobf.html
[519]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_vrr@lobf.html
* igt@kms_writeback@writeback-fb-id:
- shard-dg2-set2: [SKIP][520] ([Intel XE#756]) -> [SKIP][521] ([Intel XE#4208] / [i915#2575]) +1 other test skip
[520]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@kms_writeback@writeback-fb-id.html
[521]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@kms_writeback@writeback-fb-id.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-dg2-set2: [SKIP][522] ([Intel XE#4208] / [i915#2575]) -> [SKIP][523] ([Intel XE#756]) +1 other test skip
[522]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
[523]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@testdisplay:
- shard-dg2-set2: [SKIP][524] ([Intel XE#4208]) -> [DMESG-WARN][525] ([Intel XE#2705] / [Intel XE#4212])
[524]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@testdisplay.html
[525]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@testdisplay.html
* igt@xe_compute_preempt@compute-preempt:
- shard-dg2-set2: [SKIP][526] ([Intel XE#4208]) -> [SKIP][527] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip
[526]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_compute_preempt@compute-preempt.html
[527]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@xe_compute_preempt@compute-preempt.html
* igt@xe_compute_preempt@compute-preempt-many:
- shard-dg2-set2: [SKIP][528] ([Intel XE#1280] / [Intel XE#455]) -> [SKIP][529] ([Intel XE#4208])
[528]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@xe_compute_preempt@compute-preempt-many.html
[529]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_compute_preempt@compute-preempt-many.html
* igt@xe_copy_basic@mem-copy-linear-0x369:
- shard-dg2-set2: [SKIP][530] ([Intel XE#1123]) -> [SKIP][531] ([Intel XE#4208])
[530]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@xe_copy_basic@mem-copy-linear-0x369.html
[531]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_copy_basic@mem-copy-linear-0x369.html
* igt@xe_eudebug@basic-vm-access-parameters:
- shard-dg2-set2: [SKIP][532] ([Intel XE#2905]) -> [SKIP][533] ([Intel XE#4208]) +12 other tests skip
[532]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@xe_eudebug@basic-vm-access-parameters.html
[533]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_eudebug@basic-vm-access-parameters.html
* igt@xe_eudebug@basic-vm-bind-extended-discovery:
- shard-dg2-set2: [SKIP][534] ([Intel XE#4208]) -> [SKIP][535] ([Intel XE#2905]) +8 other tests skip
[534]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_eudebug@basic-vm-bind-extended-discovery.html
[535]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_eudebug@basic-vm-bind-extended-discovery.html
* igt@xe_eudebug@basic-vm-bind-ufence-delay-ack:
- shard-dg2-set2: [SKIP][536] ([Intel XE#3889]) -> [SKIP][537] ([Intel XE#4208]) +1 other test skip
[536]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@xe_eudebug@basic-vm-bind-ufence-delay-ack.html
[537]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_eudebug@basic-vm-bind-ufence-delay-ack.html
* igt@xe_eudebug@basic-vm-bind-ufence-sigint-client:
- shard-dg2-set2: [SKIP][538] ([Intel XE#4208]) -> [SKIP][539] ([Intel XE#3889])
[538]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_eudebug@basic-vm-bind-ufence-sigint-client.html
[539]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_eudebug@basic-vm-bind-ufence-sigint-client.html
* igt@xe_exec_fault_mode@twice-bindexecqueue-rebind-imm:
- shard-dg2-set2: [SKIP][540] ([Intel XE#288]) -> [SKIP][541] ([Intel XE#4208]) +31 other tests skip
[540]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@xe_exec_fault_mode@twice-bindexecqueue-rebind-imm.html
[541]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_exec_fault_mode@twice-bindexecqueue-rebind-imm.html
* igt@xe_exec_fault_mode@twice-userptr-rebind-imm:
- shard-dg2-set2: [SKIP][542] ([Intel XE#4208]) -> [SKIP][543] ([Intel XE#288]) +16 other tests skip
[542]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html
[543]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html
* igt@xe_exec_mix_modes@exec-simple-batch-store-lr:
- shard-dg2-set2: [SKIP][544] ([Intel XE#4208]) -> [SKIP][545] ([Intel XE#2360]) +1 other test skip
[544]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html
[545]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html
* igt@xe_exec_threads@threads-mixed-userptr-invalidate:
- shard-dg2-set2: [SKIP][546] ([Intel XE#4208]) -> [DMESG-WARN][547] ([Intel XE#1033]) +3 other tests dmesg-warn
[546]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_exec_threads@threads-mixed-userptr-invalidate.html
[547]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_exec_threads@threads-mixed-userptr-invalidate.html
* igt@xe_live_ktest@xe_eudebug:
- shard-bmg: [SKIP][548] ([Intel XE#1192]) -> [SKIP][549] ([Intel XE#2833])
[548]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-bmg-6/igt@xe_live_ktest@xe_eudebug.html
[549]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-bmg-1/igt@xe_live_ktest@xe_eudebug.html
* igt@xe_oa@non-privileged-map-oa-buffer:
- shard-dg2-set2: [SKIP][550] ([Intel XE#4208]) -> [SKIP][551] ([Intel XE#2541] / [Intel XE#3573]) +5 other tests skip
[550]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_oa@non-privileged-map-oa-buffer.html
[551]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-436/igt@xe_oa@non-privileged-map-oa-buffer.html
* igt@xe_oa@syncs-ufence-wait:
- shard-dg2-set2: [SKIP][552] ([Intel XE#2541] / [Intel XE#3573]) -> [SKIP][553] ([Intel XE#4208]) +12 other tests skip
[552]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-463/igt@xe_oa@syncs-ufence-wait.html
[553]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_oa@syncs-ufence-wait.html
* igt@xe_pat@display-vs-wb-transient:
- shard-dg2-set2: [SKIP][554] ([Intel XE#1337]) -> [SKIP][555] ([Intel XE#4208])
[554]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@xe_pat@display-vs-wb-transient.html
[555]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_pat@display-vs-wb-transient.html
* igt@xe_pat@pat-index-xe2:
- shard-dg2-set2: [SKIP][556] ([Intel XE#977]) -> [SKIP][557] ([Intel XE#4208])
[556]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@xe_pat@pat-index-xe2.html
[557]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_pat@pat-index-xe2.html
* igt@xe_peer2peer@write:
- shard-dg2-set2: [SKIP][558] ([Intel XE#1061] / [Intel XE#4208]) -> [FAIL][559] ([Intel XE#1173])
[558]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_peer2peer@write.html
[559]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@xe_peer2peer@write.html
* igt@xe_pm@d3cold-mmap-vram:
- shard-dg2-set2: [SKIP][560] ([Intel XE#2284] / [Intel XE#366]) -> [SKIP][561] ([Intel XE#4208]) +1 other test skip
[560]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@xe_pm@d3cold-mmap-vram.html
[561]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_pm@d3cold-mmap-vram.html
* igt@xe_pm@d3cold-multiple-execs:
- shard-dg2-set2: [SKIP][562] ([Intel XE#4208]) -> [SKIP][563] ([Intel XE#2284] / [Intel XE#366])
[562]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_pm@d3cold-multiple-execs.html
[563]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@xe_pm@d3cold-multiple-execs.html
* igt@xe_pm@s3-vm-bind-userptr:
- shard-dg2-set2: [SKIP][564] ([Intel XE#4208]) -> [DMESG-WARN][565] ([Intel XE#1033] / [Intel XE#569])
[564]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_pm@s3-vm-bind-userptr.html
[565]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@xe_pm@s3-vm-bind-userptr.html
* igt@xe_pm@s4-basic-exec:
- shard-dg2-set2: [ABORT][566] ([Intel XE#1358]) -> [SKIP][567] ([Intel XE#4208]) +1 other test skip
[566]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@xe_pm@s4-basic-exec.html
[567]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_pm@s4-basic-exec.html
* igt@xe_pm@s4-mocs:
- shard-dg2-set2: [ABORT][568] ([Intel XE#1033] / [Intel XE#1358]) -> [ABORT][569] ([Intel XE#1358])
[568]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@xe_pm@s4-mocs.html
[569]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@xe_pm@s4-mocs.html
* igt@xe_pm@s4-vm-bind-prefetch:
- shard-dg2-set2: [ABORT][570] ([Intel XE#1033] / [Intel XE#1358]) -> [SKIP][571] ([Intel XE#4208])
[570]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-436/igt@xe_pm@s4-vm-bind-prefetch.html
[571]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_pm@s4-vm-bind-prefetch.html
* igt@xe_query@multigpu-query-topology:
- shard-dg2-set2: [SKIP][572] ([Intel XE#4208]) -> [SKIP][573] ([Intel XE#944])
[572]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_query@multigpu-query-topology.html
[573]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-466/igt@xe_query@multigpu-query-topology.html
* igt@xe_query@multigpu-query-uc-fw-version-huc:
- shard-dg2-set2: [SKIP][574] ([Intel XE#944]) -> [SKIP][575] ([Intel XE#4208]) +1 other test skip
[574]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-434/igt@xe_query@multigpu-query-uc-fw-version-huc.html
[575]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_query@multigpu-query-uc-fw-version-huc.html
* igt@xe_sriov_auto_provisioning@exclusive-ranges:
- shard-dg2-set2: [SKIP][576] ([Intel XE#4130]) -> [SKIP][577] ([Intel XE#4208]) +1 other test skip
[576]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-466/igt@xe_sriov_auto_provisioning@exclusive-ranges.html
[577]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_sriov_auto_provisioning@exclusive-ranges.html
* igt@xe_sriov_flr@flr-each-isolation:
- shard-dg2-set2: [SKIP][578] ([Intel XE#4208]) -> [SKIP][579] ([Intel XE#3342])
[578]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-464/igt@xe_sriov_flr@flr-each-isolation.html
[579]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-435/igt@xe_sriov_flr@flr-each-isolation.html
* igt@xe_wedged@wedged-mode-toggle:
- shard-dg2-set2: [ABORT][580] ([Intel XE#3075] / [Intel XE#3084]) -> [SKIP][581] ([Intel XE#4208])
[580]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8224/shard-dg2-435/igt@xe_wedged@wedged-mode-toggle.html
[581]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/shard-dg2-464/igt@xe_wedged@wedged-mode-toggle.html
[Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033
[Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
[Intel XE#1062]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1062
[Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135
[Intel XE#1152]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1152
[Intel XE#1169]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1169
[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#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337
[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#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[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#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1466
[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#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[Intel XE#1522]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1522
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1948
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[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#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[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#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[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#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[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#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2414
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
[Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
[Intel XE#2502]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2502
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#2550]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2550
[Intel XE#2566]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2566
[Intel XE#2571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2571
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669
[Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
[Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833
[Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
[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#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[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#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925
[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#2955]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3012]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3012
[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#3075]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3075
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#3084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3084
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
[Intel XE#3124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124
[Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#3226]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3226
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
[Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
[Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
[Intel XE#3658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3658
[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#3767]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3767
[Intel XE#3768]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3768
[Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
[Intel XE#3862]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3862
[Intel XE#3889]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#3924]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3924
[Intel XE#4010]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4010
[Intel XE#4045]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4045
[Intel XE#4090]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4090
[Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4172]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172
[Intel XE#4208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208
[Intel XE#4210]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4210
[Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
[Intel XE#4257]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4257
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569
[Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619
[Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623
[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#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701
[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#771]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/771
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/873
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[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#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
Build changes
-------------
* IGT: IGT_8224 -> IGTPW_12556
* Linux: xe-2601-a7df3eccb725a8d72f8f3ed87ee7ad9419b17380 -> xe-2612-2aff25306def7c151be69b338bc1f5a27733c93e
IGTPW_12556: cf4929858c0ef642848681d32d9b3d8ffb3c366e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8224: c659b986ba648584d36b3cfece897bc84a33dcbb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2601-a7df3eccb725a8d72f8f3ed87ee7ad9419b17380: a7df3eccb725a8d72f8f3ed87ee7ad9419b17380
xe-2612-2aff25306def7c151be69b338bc1f5a27733c93e: 2aff25306def7c151be69b338bc1f5a27733c93e
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12556/index.html
[-- Attachment #2: Type: text/html, Size: 165807 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* ✓ i915.CI.BAT: success for Bump aborting on network failure deadline to 40 seconds
2025-02-06 15:21 [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds Peter Senna Tschudin
` (4 preceding siblings ...)
2025-02-07 21:01 ` ✓ Xe.CI.Full: success " Patchwork
@ 2025-02-10 5:33 ` Patchwork
2025-02-10 7:08 ` ✗ i915.CI.Full: failure " Patchwork
` (2 subsequent siblings)
8 siblings, 0 replies; 26+ messages in thread
From: Patchwork @ 2025-02-10 5:33 UTC (permalink / raw)
To: Peter Senna Tschudin; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 4376 bytes --]
== Series Details ==
Series: Bump aborting on network failure deadline to 40 seconds
URL : https://patchwork.freedesktop.org/series/144424/
State : success
== Summary ==
CI Bug Log - changes from IGT_8224 -> IGTPW_12556
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/index.html
Participating hosts (44 -> 43)
------------------------------
Missing (1): fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_12556 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@gt_pm:
- bat-jsl-3: [PASS][1] -> [DMESG-FAIL][2] ([i915#13241]) +1 other test dmesg-fail
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/bat-jsl-3/igt@i915_selftest@live@gt_pm.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/bat-jsl-3/igt@i915_selftest@live@gt_pm.html
#### Possible fixes ####
* igt@dmabuf@all-tests:
- bat-apl-1: [INCOMPLETE][3] ([i915#12904]) -> [PASS][4] +1 other test pass
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/bat-apl-1/igt@dmabuf@all-tests.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/bat-apl-1/igt@dmabuf@all-tests.html
* igt@i915_pm_rpm@module-reload:
- fi-kbl-7567u: [DMESG-WARN][5] ([i915#11621] / [i915#180] / [i915#1982]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/fi-kbl-7567u/igt@i915_pm_rpm@module-reload.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/fi-kbl-7567u/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live@gt_contexts:
- bat-twl-1: [ABORT][7] ([i915#12919]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/bat-twl-1/igt@i915_selftest@live@gt_contexts.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/bat-twl-1/igt@i915_selftest@live@gt_contexts.html
* igt@i915_selftest@live@sanitycheck:
- fi-kbl-7567u: [DMESG-WARN][9] ([i915#11621]) -> [PASS][10] +81 other tests pass
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/fi-kbl-7567u/igt@i915_selftest@live@sanitycheck.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/fi-kbl-7567u/igt@i915_selftest@live@sanitycheck.html
* igt@kms_pm_rpm@basic-pci-d3-state:
- fi-kbl-7567u: [DMESG-WARN][11] ([i915#11621] / [i915#180]) -> [PASS][12] +52 other tests pass
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/fi-kbl-7567u/igt@kms_pm_rpm@basic-pci-d3-state.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/fi-kbl-7567u/igt@kms_pm_rpm@basic-pci-d3-state.html
#### Warnings ####
* igt@i915_module_load@load:
- bat-mtlp-9: [ABORT][13] ([i915#13641]) -> [ABORT][14] ([i915#13649])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/bat-mtlp-9/igt@i915_module_load@load.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/bat-mtlp-9/igt@i915_module_load@load.html
[i915#11621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11621
[i915#12904]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12904
[i915#12919]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12919
[i915#13241]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13241
[i915#13641]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13641
[i915#13649]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13649
[i915#180]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/180
[i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8224 -> IGTPW_12556
* Linux: CI_DRM_16071 -> CI_DRM_16081
CI-20190529: 20190529
CI_DRM_16071: 48642a04502e4e6e86a83360bea6472bfa1233e1 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_16081: 2aff25306def7c151be69b338bc1f5a27733c93e @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12556: cf4929858c0ef642848681d32d9b3d8ffb3c366e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8224: c659b986ba648584d36b3cfece897bc84a33dcbb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/index.html
[-- Attachment #2: Type: text/html, Size: 5356 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: ✗ i915.CI.BAT: failure for Bump aborting on network failure deadline to 40 seconds
2025-02-07 14:43 ` Peter Senna Tschudin
@ 2025-02-10 5:35 ` Ravali, JupallyX
0 siblings, 0 replies; 26+ messages in thread
From: Ravali, JupallyX @ 2025-02-10 5:35 UTC (permalink / raw)
To: i915-ci-infra@lists.freedesktop.org,
igt-dev@lists.freedesktop.org
Hi,
https://patchwork.freedesktop.org/series/144424/ - Re-reported.
i915.CI.BAT - Re-reported.
Thanks,
Ravali.
-----Original Message-----
From: I915-ci-infra <i915-ci-infra-bounces@lists.freedesktop.org> On Behalf Of Peter Senna Tschudin
Sent: 07 February 2025 20:14
To: igt-dev@lists.freedesktop.org; I915-ci-infra@lists.freedesktop.org
Subject: Re: ✗ i915.CI.BAT: failure for Bump aborting on network failure deadline to 40 seconds
Dear I915,
On 07.02.2025 15:07, Patchwork wrote:
> == Series Details ==
>
> Series: Bump aborting on network failure deadline to 40 seconds
> URL : https://patchwork.freedesktop.org/series/144424/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from IGT_8224 -> IGTPW_12556
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with IGTPW_12556 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_12556, 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_12556/index.html
>
> Participating hosts (44 -> 43)
> ------------------------------
>
> Missing (1): fi-snb-2520m
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in IGTPW_12556:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@i915_selftest@live@gt_pm:
> - bat-jsl-3: [PASS][1] -> [DMESG-FAIL][2] +1 other test dmesg-fail
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/bat-jsl-3/igt@i915_selftest@live@gt_pm.html
> [2]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/bat-jsl-3/igt@i91
> 5_selftest@live@gt_pm.html
>
>
> #### Warnings ####
>
> * igt@i915_module_load@load:
> - bat-mtlp-9: [ABORT][3] ([i915#13641]) -> [ABORT][4]
> [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8224/bat-mtlp-9/igt@i915_module_load@load.html
> [4]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/bat-mtlp-9/igt@i9
> 15_module_load@load.html
These are unrelated to my change. Please fix and re-run.
Thanks
[...]
^ permalink raw reply [flat|nested] 26+ messages in thread
* ✗ i915.CI.Full: failure for Bump aborting on network failure deadline to 40 seconds
2025-02-06 15:21 [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds Peter Senna Tschudin
` (5 preceding siblings ...)
2025-02-10 5:33 ` ✓ i915.CI.BAT: " Patchwork
@ 2025-02-10 7:08 ` Patchwork
2025-02-10 8:26 ` Peter Senna Tschudin
2025-02-10 10:36 ` ✓ i915.CI.Full: success " Patchwork
2025-02-11 9:21 ` [PATCH i-g-t] " Kamil Konieczny
8 siblings, 1 reply; 26+ messages in thread
From: Patchwork @ 2025-02-10 7:08 UTC (permalink / raw)
To: Peter Senna Tschudin; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 100275 bytes --]
== Series Details ==
Series: Bump aborting on network failure deadline to 40 seconds
URL : https://patchwork.freedesktop.org/series/144424/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_16081_full -> IGTPW_12556_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_12556_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_12556_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_12556/index.html
Participating hosts (12 -> 10)
------------------------------
Missing (2): shard-snb-0 shard-dg2-set2
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_12556_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_eio@hibernate:
- shard-glk: NOTRUN -> [ABORT][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk2/igt@gem_eio@hibernate.html
* igt@gem_exec_fence@basic-await@ccs0:
- shard-mtlp: [PASS][2] -> [ABORT][3] +1 other test abort
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-mtlp-4/igt@gem_exec_fence@basic-await@ccs0.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-2/igt@gem_exec_fence@basic-await@ccs0.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-0:
- shard-rkl: [PASS][4] -> [SKIP][5] +14 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-1/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html
* igt@kms_setmode@basic:
- shard-dg2: [PASS][6] -> [FAIL][7]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg2-6/igt@kms_setmode@basic.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@kms_setmode@basic.html
* igt@kms_setmode@basic@pipe-a-hdmi-a-1:
- shard-dg2: NOTRUN -> [FAIL][8] +1 other test fail
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html
#### Warnings ####
* igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
- shard-rkl: [SKIP][9] ([i915#12313]) -> [SKIP][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-5/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-ccs:
- shard-rkl: [SKIP][11] ([i915#6095]) -> [SKIP][12] +1 other test skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-5/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-rkl: [SKIP][13] ([i915#3116]) -> [SKIP][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-1/igt@kms_content_protection@dp-mst-lic-type-0.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_flip@basic-flip-vs-dpms:
- shard-rkl: [DMESG-WARN][15] ([i915#12964]) -> [SKIP][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-1/igt@kms_flip@basic-flip-vs-dpms.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_flip@basic-flip-vs-dpms.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-rkl: [SKIP][17] ([i915#9906]) -> [SKIP][18] +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-6/igt@kms_vrr@seamless-rr-switch-vrr.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_vrr@seamless-rr-switch-vrr.html
New tests
---------
New tests have been introduced between CI_DRM_16081_full and IGTPW_12556_full:
### New IGT tests (14) ###
* igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-lmem0-lmem0:
- Statuses : 1 pass(s)
- Exec time: [3.60] s
* igt@gem_ctx_isolation@nonpriv-switch@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.88] s
* igt@gem_ctx_isolation@preservation-reset@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.59] s
* igt@gem_exec_schedule@fifo@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.20] s
* igt@gem_exec_schedule@preempt-user@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.03] s
* igt@gem_exec_schedule@submit-late-slice@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.04] s
* igt@gem_exec_schedule@thriceslice@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.03] s
* igt@gem_exec_schedule@wide@vecs1:
- Statuses : 1 pass(s)
- Exec time: [10.34] s
* igt@gem_exec_store@pages@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.10] s
* igt@kms_plane_scaling@invalid-num-scalers@pipe-c-hdmi-a-2-invalid-num-scalers:
- Statuses : 1 pass(s)
- Exec time: [0.10] s
* igt@prime_busy@before-wait@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.04] s
* igt@prime_mmap@test_correct@test_correct-lmem0:
- Statuses : 2 pass(s)
- Exec time: [0.07, 0.21] s
* igt@prime_vgem@fence-wait@vecs1:
- Statuses : 1 pass(s)
- Exec time: [1.04] s
* igt@sysfs_defaults@readonly@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
Known issues
------------
Here are the changes found in IGTPW_12556_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-dg1: NOTRUN -> [SKIP][19] ([i915#8411]) +1 other test skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@drm_fdinfo@all-busy-check-all:
- shard-mtlp: NOTRUN -> [SKIP][20] ([i915#8414]) +7 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-5/igt@drm_fdinfo@all-busy-check-all.html
- shard-dg1: NOTRUN -> [SKIP][21] ([i915#8414])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@drm_fdinfo@all-busy-check-all.html
* igt@drm_fdinfo@virtual-busy-hang:
- shard-dg2: NOTRUN -> [SKIP][22] ([i915#8414]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-8/igt@drm_fdinfo@virtual-busy-hang.html
* igt@drm_fdinfo@virtual-busy-idle:
- shard-dg2-9: NOTRUN -> [SKIP][23] ([i915#8414])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@drm_fdinfo@virtual-busy-idle.html
* igt@gem_ccs@block-copy-compressed:
- shard-rkl: NOTRUN -> [SKIP][24] ([i915#3555] / [i915#9323])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@gem_ccs@block-copy-compressed.html
- shard-dg1: NOTRUN -> [SKIP][25] ([i915#3555] / [i915#9323])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@gem_ccs@block-copy-compressed.html
- shard-tglu: NOTRUN -> [SKIP][26] ([i915#3555] / [i915#9323])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-8/igt@gem_ccs@block-copy-compressed.html
- shard-mtlp: NOTRUN -> [SKIP][27] ([i915#3555] / [i915#9323])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-3/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@suspend-resume:
- shard-tglu-1: NOTRUN -> [SKIP][28] ([i915#9323])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@gem_ccs@suspend-resume.html
- shard-dg1: NOTRUN -> [SKIP][29] ([i915#9323])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@gem_ccs@suspend-resume.html
* igt@gem_create@create-ext-set-pat:
- shard-tglu-1: NOTRUN -> [SKIP][30] ([i915#8562])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-dg1: NOTRUN -> [SKIP][31] ([i915#8555]) +1 other test skip
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@gem_ctx_persistence@heartbeat-hostile.html
- shard-dg2-9: NOTRUN -> [SKIP][32] ([i915#8555])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_ctx_shared@exec-single-timeline@vcs0:
- shard-rkl: [PASS][33] -> [DMESG-WARN][34] ([i915#12964]) +22 other tests dmesg-warn
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-8/igt@gem_ctx_shared@exec-single-timeline@vcs0.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-1/igt@gem_ctx_shared@exec-single-timeline@vcs0.html
* igt@gem_ctx_sseu@engines:
- shard-rkl: NOTRUN -> [SKIP][35] ([i915#280])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@invalid-args:
- shard-mtlp: NOTRUN -> [SKIP][36] ([i915#280])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-6/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-tglu: NOTRUN -> [SKIP][37] ([i915#280])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-9/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_eio@hibernate:
- shard-dg1: NOTRUN -> [ABORT][38] ([i915#7975])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@gem_eio@hibernate.html
* igt@gem_eio@in-flight-10ms:
- shard-mtlp: [PASS][39] -> [ABORT][40] ([i915#13193]) +3 other tests abort
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-mtlp-8/igt@gem_eio@in-flight-10ms.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-7/igt@gem_eio@in-flight-10ms.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-dg2: NOTRUN -> [SKIP][41] ([i915#4812]) +2 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-2/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@bonded-sync:
- shard-dg2: NOTRUN -> [SKIP][42] ([i915#4771])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@gem_exec_balancer@bonded-sync.html
- shard-dg1: NOTRUN -> [SKIP][43] ([i915#4771])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@gem_exec_balancer@bonded-sync.html
* igt@gem_exec_balancer@noheartbeat:
- shard-dg2: NOTRUN -> [SKIP][44] ([i915#8555])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@gem_exec_balancer@noheartbeat.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-tglu-1: NOTRUN -> [SKIP][45] ([i915#6334]) +1 other test skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_flush@basic-wb-prw-default:
- shard-dg1: NOTRUN -> [SKIP][46] ([i915#3539] / [i915#4852])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@gem_exec_flush@basic-wb-prw-default.html
* igt@gem_exec_reloc@basic-wc-read-active:
- shard-dg1: NOTRUN -> [SKIP][47] ([i915#3281]) +6 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@gem_exec_reloc@basic-wc-read-active.html
* igt@gem_exec_reloc@basic-write-gtt:
- shard-dg2-9: NOTRUN -> [SKIP][48] ([i915#3281]) +1 other test skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_exec_reloc@basic-write-gtt.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#3281]) +7 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-10/igt@gem_exec_reloc@basic-write-read-active.html
- shard-rkl: NOTRUN -> [SKIP][50] ([i915#3281]) +4 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-1/igt@gem_exec_reloc@basic-write-read-active.html
- shard-mtlp: NOTRUN -> [SKIP][51] ([i915#3281]) +7 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-4/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#4812]) +2 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@gem_exec_schedule@preempt-queue-contexts.html
- shard-dg2: NOTRUN -> [SKIP][53] ([i915#4537] / [i915#4812])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_exec_suspend@basic-s4-devices:
- shard-dg2-9: NOTRUN -> [ABORT][54] ([i915#7975]) +1 other test abort
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_exec_suspend@basic-s4-devices.html
* igt@gem_fence_thrash@bo-copy:
- shard-dg2: NOTRUN -> [SKIP][55] ([i915#4860])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-11/igt@gem_fence_thrash@bo-copy.html
* igt@gem_fence_thrash@bo-write-verify-threaded-none:
- shard-dg1: NOTRUN -> [SKIP][56] ([i915#4860]) +1 other test skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@gem_fence_thrash@bo-write-verify-threaded-none.html
* igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible:
- shard-dg2-9: NOTRUN -> [SKIP][57] ([i915#4860])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html
* igt@gem_lmem_swapping@heavy-multi:
- shard-tglu-1: NOTRUN -> [SKIP][58] ([i915#4613])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@gem_lmem_swapping@heavy-multi.html
* igt@gem_lmem_swapping@heavy-verify-multi:
- shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4613]) +3 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-1/igt@gem_lmem_swapping@heavy-verify-multi.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-glk: NOTRUN -> [SKIP][60] ([i915#4613]) +5 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk4/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@parallel-random-verify:
- shard-rkl: NOTRUN -> [SKIP][61] ([i915#4613]) +2 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@gem_lmem_swapping@parallel-random-verify.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-tglu: NOTRUN -> [SKIP][62] ([i915#4613]) +3 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-9/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_madvise@dontneed-before-pwrite:
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#3282]) +2 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@gem_madvise@dontneed-before-pwrite.html
* igt@gem_media_fill@media-fill:
- shard-mtlp: NOTRUN -> [SKIP][64] ([i915#8289])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-8/igt@gem_media_fill@media-fill.html
- shard-dg2: NOTRUN -> [SKIP][65] ([i915#8289])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-1/igt@gem_media_fill@media-fill.html
* igt@gem_media_vme:
- shard-mtlp: NOTRUN -> [SKIP][66] ([i915#284])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-7/igt@gem_media_vme.html
* igt@gem_mmap@big-bo:
- shard-dg1: NOTRUN -> [SKIP][67] ([i915#4083]) +5 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@gem_mmap@big-bo.html
* igt@gem_mmap_gtt@basic-write-gtt:
- shard-dg2-9: NOTRUN -> [SKIP][68] ([i915#4077]) +1 other test skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_mmap_gtt@basic-write-gtt.html
* igt@gem_mmap_gtt@cpuset-medium-copy-xy:
- shard-dg2: NOTRUN -> [SKIP][69] ([i915#4077]) +4 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-11/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html
* igt@gem_mmap_gtt@fault-concurrent-y:
- shard-mtlp: NOTRUN -> [SKIP][70] ([i915#4077]) +6 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-8/igt@gem_mmap_gtt@fault-concurrent-y.html
* igt@gem_mmap_wc@bad-size:
- shard-dg2: NOTRUN -> [SKIP][71] ([i915#4083])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-8/igt@gem_mmap_wc@bad-size.html
* igt@gem_mmap_wc@invalid-flags:
- shard-mtlp: NOTRUN -> [SKIP][72] ([i915#4083]) +2 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-5/igt@gem_mmap_wc@invalid-flags.html
* igt@gem_partial_pwrite_pread@write-uncached:
- shard-dg2: NOTRUN -> [SKIP][73] ([i915#3282]) +2 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-2/igt@gem_partial_pwrite_pread@write-uncached.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-rkl: NOTRUN -> [SKIP][74] ([i915#3282]) +1 other test skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_pxp@create-regular-context-2:
- shard-rkl: NOTRUN -> [TIMEOUT][75] ([i915#12917] / [i915#12964])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@gem_pxp@create-regular-context-2.html
* igt@gem_pxp@display-protected-crc:
- shard-dg2: NOTRUN -> [SKIP][76] ([i915#4270]) +1 other test skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-6/igt@gem_pxp@display-protected-crc.html
* igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
- shard-rkl: [PASS][77] -> [TIMEOUT][78] ([i915#12964])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-8/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-3/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
* igt@gem_pxp@protected-raw-src-copy-not-readible:
- shard-dg2-9: NOTRUN -> [SKIP][79] ([i915#4270])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_pxp@protected-raw-src-copy-not-readible.html
* igt@gem_pxp@regular-baseline-src-copy-readible:
- shard-dg1: NOTRUN -> [SKIP][80] ([i915#4270]) +4 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@gem_pxp@regular-baseline-src-copy-readible.html
* igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
- shard-rkl: [PASS][81] -> [TIMEOUT][82] ([i915#12917] / [i915#12964])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-8/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html
* igt@gem_readwrite@write-bad-handle:
- shard-dg2-9: NOTRUN -> [SKIP][83] ([i915#3282])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_readwrite@write-bad-handle.html
* igt@gem_render_copy@x-tiled-to-vebox-yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][84] ([i915#8428]) +3 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-8/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html
* igt@gem_render_copy@y-tiled-ccs-to-y-tiled-ccs:
- shard-dg2: NOTRUN -> [SKIP][85] ([i915#5190] / [i915#8428]) +6 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-6/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-ccs.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
- shard-dg2-9: NOTRUN -> [SKIP][86] ([i915#5190] / [i915#8428])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html
* igt@gem_render_tiled_blits@basic:
- shard-dg2: NOTRUN -> [SKIP][87] ([i915#4079])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-1/igt@gem_render_tiled_blits@basic.html
* igt@gem_set_tiling_vs_gtt:
- shard-mtlp: NOTRUN -> [SKIP][88] ([i915#4079])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-6/igt@gem_set_tiling_vs_gtt.html
* igt@gem_tiled_pread_pwrite:
- shard-dg1: NOTRUN -> [SKIP][89] ([i915#4079]) +2 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@gem_tiled_pread_pwrite.html
* igt@gem_unfence_active_buffers:
- shard-dg2: NOTRUN -> [SKIP][90] ([i915#4879])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-8/igt@gem_unfence_active_buffers.html
- shard-dg1: NOTRUN -> [SKIP][91] ([i915#4879])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@gem_unfence_active_buffers.html
* igt@gem_userptr_blits@coherency-sync:
- shard-tglu: NOTRUN -> [SKIP][92] ([i915#3297]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-9/igt@gem_userptr_blits@coherency-sync.html
* igt@gem_userptr_blits@invalid-mmap-offset-unsync:
- shard-dg1: NOTRUN -> [SKIP][93] ([i915#3297])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap:
- shard-dg2-9: NOTRUN -> [SKIP][94] ([i915#3297] / [i915#4880])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html
* igt@gem_userptr_blits@readonly-unsync:
- shard-mtlp: NOTRUN -> [SKIP][95] ([i915#3297])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-4/igt@gem_userptr_blits@readonly-unsync.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-dg2: NOTRUN -> [SKIP][96] ([i915#3297]) +1 other test skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-5/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_userptr_blits@unsync-unmap:
- shard-tglu-1: NOTRUN -> [SKIP][97] ([i915#3297])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@gem_userptr_blits@unsync-unmap.html
* igt@gen3_render_linear_blits:
- shard-dg2: NOTRUN -> [SKIP][98] +7 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-3/igt@gen3_render_linear_blits.html
* igt@gen9_exec_parse@allowed-all:
- shard-dg1: NOTRUN -> [SKIP][99] ([i915#2527]) +2 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@allowed-single:
- shard-mtlp: NOTRUN -> [SKIP][100] ([i915#2856])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-5/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@batch-invalid-length:
- shard-dg2: NOTRUN -> [SKIP][101] ([i915#2856]) +2 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-2/igt@gen9_exec_parse@batch-invalid-length.html
* igt@gen9_exec_parse@bb-large:
- shard-tglu-1: NOTRUN -> [SKIP][102] ([i915#2527] / [i915#2856]) +1 other test skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@gen9_exec_parse@bb-large.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-tglu: NOTRUN -> [SKIP][103] ([i915#2527] / [i915#2856]) +1 other test skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-10/igt@gen9_exec_parse@bb-start-cmd.html
* igt@gen9_exec_parse@cmd-crossing-page:
- shard-rkl: NOTRUN -> [SKIP][104] ([i915#2527]) +1 other test skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-5/igt@gen9_exec_parse@cmd-crossing-page.html
* igt@i915_fb_tiling:
- shard-mtlp: NOTRUN -> [SKIP][105] ([i915#4881])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-1/igt@i915_fb_tiling.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg2: [PASS][106] -> [ABORT][107] ([i915#9820])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-1/igt@i915_module_load@reload-with-fault-injection.html
- shard-dg1: [PASS][108] -> [ABORT][109] ([i915#9820])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg1-14/igt@i915_module_load@reload-with-fault-injection.html
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@i915_module_load@reload-with-fault-injection.html
- shard-mtlp: [PASS][110] -> [ABORT][111] ([i915#10131] / [i915#9820])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-mtlp-3/igt@i915_module_load@reload-with-fault-injection.html
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-1/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_module_load@resize-bar:
- shard-dg1: NOTRUN -> [SKIP][112] ([i915#7178])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@i915_module_load@resize-bar.html
* igt@i915_pm_rps@min-max-config-idle:
- shard-dg2: NOTRUN -> [SKIP][113] ([i915#11681] / [i915#6621])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@i915_pm_rps@min-max-config-idle.html
* igt@i915_query@query-topology-coherent-slice-mask:
- shard-dg2: NOTRUN -> [SKIP][114] ([i915#6188])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-10/igt@i915_query@query-topology-coherent-slice-mask.html
* igt@i915_selftest@live@sanitycheck:
- shard-snb: [PASS][115] -> [ABORT][116] ([i915#11703]) +1 other test abort
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-snb4/igt@i915_selftest@live@sanitycheck.html
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-snb1/igt@i915_selftest@live@sanitycheck.html
* igt@i915_suspend@sysfs-reader:
- shard-glk: [PASS][117] -> [INCOMPLETE][118] ([i915#13502] / [i915#4817])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-glk9/igt@i915_suspend@sysfs-reader.html
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk1/igt@i915_suspend@sysfs-reader.html
* igt@intel_hwmon@hwmon-write:
- shard-rkl: NOTRUN -> [SKIP][119] ([i915#7707])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-3/igt@intel_hwmon@hwmon-write.html
- shard-tglu: NOTRUN -> [SKIP][120] ([i915#7707])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-4/igt@intel_hwmon@hwmon-write.html
- shard-mtlp: NOTRUN -> [SKIP][121] ([i915#7707])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-4/igt@intel_hwmon@hwmon-write.html
* igt@kms_addfb_basic@bo-too-small-due-to-tiling:
- shard-dg1: NOTRUN -> [SKIP][122] ([i915#4212])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-glk: NOTRUN -> [INCOMPLETE][123] ([i915#12761] / [i915#1982]) +1 other test incomplete
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk4/igt@kms_async_flips@async-flip-suspend-resume.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc:
- shard-rkl: NOTRUN -> [SKIP][124] ([i915#8709]) +3 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][125] ([i915#8709]) +15 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-1/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-y-rc-ccs-cc:
- shard-dg1: NOTRUN -> [SKIP][126] ([i915#8709]) +3 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-y-rc-ccs-cc.html
* igt@kms_async_flips@invalid-async-flip-atomic:
- shard-dg2: NOTRUN -> [SKIP][127] ([i915#12967])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-2/igt@kms_async_flips@invalid-async-flip-atomic.html
* igt@kms_atomic_interruptible@legacy-cursor@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [DMESG-WARN][128] ([i915#12964]) +15 other tests dmesg-warn
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_atomic_interruptible@legacy-cursor@pipe-a-hdmi-a-1.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-glk: NOTRUN -> [SKIP][129] ([i915#1769])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_atomic_transition@plane-use-after-nonblocking-unbind-fencing:
- shard-rkl: [PASS][130] -> [SKIP][131]
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-1/igt@kms_atomic_transition@plane-use-after-nonblocking-unbind-fencing.html
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_atomic_transition@plane-use-after-nonblocking-unbind-fencing.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-90:
- shard-tglu-1: NOTRUN -> [SKIP][132] ([i915#5286]) +2 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][133] +8 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-6/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-dg1: NOTRUN -> [SKIP][134] ([i915#4538] / [i915#5286]) +2 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][135] ([i915#5286]) +1 other test skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-tglu: NOTRUN -> [SKIP][136] ([i915#5286]) +2 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_fb@linear-32bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][137] ([i915#3638])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_big_fb@linear-32bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][138] ([i915#3638])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][139] ([i915#4538] / [i915#5190]) +8 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-2/igt@kms_big_fb@y-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2-9: NOTRUN -> [SKIP][140] ([i915#5190])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-dg2: NOTRUN -> [SKIP][141] ([i915#5190]) +2 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-3/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-rkl: [PASS][142] -> [SKIP][143] ([i915#13651]) +32 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-5/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][144] +4 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-3/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][145] ([i915#4538]) +6 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][146] ([i915#6095]) +34 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
- shard-dg1: NOTRUN -> [SKIP][147] ([i915#12313])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs:
- shard-snb: NOTRUN -> [SKIP][148] +27 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-snb5/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][149] ([i915#6095]) +14 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-7/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-a-edp-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][150] ([i915#6095]) +64 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-5/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc:
- shard-dg2-9: NOTRUN -> [SKIP][151] ([i915#10307] / [i915#6095]) +9 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-a-dp-3:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#10307] / [i915#6095]) +153 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-11/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-a-dp-3.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][153] ([i915#6095]) +20 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-3/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
- shard-mtlp: NOTRUN -> [SKIP][154] ([i915#12313])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-tglu: NOTRUN -> [SKIP][155] ([i915#12313])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][156] ([i915#6095]) +76 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [SKIP][157] +535 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk6/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][158] ([i915#6095]) +107 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][159] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-8/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1.html
* igt@kms_cdclk@plane-scaling:
- shard-tglu: NOTRUN -> [SKIP][160] ([i915#3742])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-7/igt@kms_cdclk@plane-scaling.html
* igt@kms_cdclk@plane-scaling@pipe-b-dp-4:
- shard-dg2: NOTRUN -> [SKIP][161] ([i915#4087]) +3 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-10/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html
* igt@kms_chamelium_frames@dp-crc-single:
- shard-dg1: NOTRUN -> [SKIP][162] ([i915#11151] / [i915#7828]) +4 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@kms_chamelium_frames@dp-crc-single.html
* igt@kms_chamelium_frames@hdmi-crc-fast:
- shard-dg2-9: NOTRUN -> [SKIP][163] ([i915#11151] / [i915#7828]) +1 other test skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_chamelium_frames@hdmi-crc-fast.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-tglu-1: NOTRUN -> [SKIP][164] ([i915#11151] / [i915#7828]) +4 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@dp-hpd-storm:
- shard-dg2: NOTRUN -> [SKIP][165] ([i915#11151] / [i915#7828]) +3 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-8/igt@kms_chamelium_hpd@dp-hpd-storm.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-rkl: NOTRUN -> [SKIP][166] ([i915#11151] / [i915#7828]) +1 other test skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-3/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
- shard-mtlp: NOTRUN -> [SKIP][167] ([i915#11151] / [i915#7828]) +1 other test skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-4/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_chamelium_hpd@vga-hpd-without-ddc:
- shard-tglu: NOTRUN -> [SKIP][168] ([i915#11151] / [i915#7828]) +5 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-2/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
* igt@kms_color@deep-color:
- shard-dg2-9: NOTRUN -> [SKIP][169] ([i915#3555]) +1 other test skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_color@deep-color.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglu-1: NOTRUN -> [SKIP][170] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg1: NOTRUN -> [SKIP][171] ([i915#3299])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-tglu-1: NOTRUN -> [SKIP][172] ([i915#3116] / [i915#3299])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@legacy:
- shard-tglu: NOTRUN -> [SKIP][173] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-2/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@legacy@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [FAIL][174] ([i915#7173])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-10/igt@kms_content_protection@legacy@pipe-a-dp-4.html
* igt@kms_content_protection@mei-interface:
- shard-mtlp: NOTRUN -> [SKIP][175] ([i915#8063] / [i915#9433])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-3/igt@kms_content_protection@mei-interface.html
* igt@kms_cursor_crc@cursor-offscreen-32x10:
- shard-dg2: NOTRUN -> [SKIP][176] ([i915#3555]) +5 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@kms_cursor_crc@cursor-offscreen-32x10.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-dg2: NOTRUN -> [SKIP][177] ([i915#13049])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-mtlp: NOTRUN -> [SKIP][178] ([i915#8814])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-6/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-tglu: [PASS][179] -> [FAIL][180] ([i915#13566]) +5 other tests fail
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-tglu-2/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-8/igt@kms_cursor_crc@cursor-onscreen-256x85.html
- shard-rkl: [PASS][181] -> [FAIL][182] ([i915#13566])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-tglu: NOTRUN -> [SKIP][183] ([i915#13049])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-6/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-rkl: NOTRUN -> [SKIP][184] ([i915#3555]) +2 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
- shard-dg1: NOTRUN -> [SKIP][185] ([i915#3555]) +6 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
- shard-tglu: NOTRUN -> [SKIP][186] ([i915#3555]) +6 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-8/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
- shard-mtlp: NOTRUN -> [SKIP][187] ([i915#3555] / [i915#8814]) +1 other test skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-3/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-tglu-1: NOTRUN -> [SKIP][188] ([i915#13049])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-dg2-9: NOTRUN -> [SKIP][189] ([i915#13049])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [FAIL][190] ([i915#13566]) +1 other test fail
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html
- shard-tglu: NOTRUN -> [FAIL][191] ([i915#13566]) +1 other test fail
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-5/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-sliding-64x64:
- shard-glk: NOTRUN -> [DMESG-FAIL][192] ([i915#118]) +1 other test dmesg-fail
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk8/igt@kms_cursor_crc@cursor-sliding-64x64.html
* igt@kms_cursor_edge_walk@64x64-right-edge@pipe-c-hdmi-a-1:
- shard-glk: [PASS][193] -> [DMESG-WARN][194] ([i915#118]) +1 other test dmesg-warn
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-glk3/igt@kms_cursor_edge_walk@64x64-right-edge@pipe-c-hdmi-a-1.html
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk8/igt@kms_cursor_edge_walk@64x64-right-edge@pipe-c-hdmi-a-1.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-tglu: NOTRUN -> [SKIP][195] ([i915#4103]) +1 other test skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-rkl: NOTRUN -> [SKIP][196] ([i915#4103])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic:
- shard-mtlp: NOTRUN -> [SKIP][197] ([i915#9809]) +2 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-6/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions:
- shard-dg2: NOTRUN -> [SKIP][198] ([i915#13046] / [i915#5354]) +5 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-dg2: NOTRUN -> [SKIP][199] ([i915#9067])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
- shard-dg1: NOTRUN -> [SKIP][200] ([i915#9067])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-tglu-1: NOTRUN -> [SKIP][201] ([i915#4103])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg2: NOTRUN -> [SKIP][202] ([i915#8588])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-11/igt@kms_display_modes@mst-extended-mode-negative.html
- shard-dg1: NOTRUN -> [SKIP][203] ([i915#8588])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_dsc@dsc-basic:
- shard-rkl: NOTRUN -> [SKIP][204] ([i915#3555] / [i915#3840])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-tglu-1: NOTRUN -> [SKIP][205] ([i915#3840])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][206] ([i915#3840])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-bpc:
- shard-tglu: NOTRUN -> [SKIP][207] ([i915#3555] / [i915#3840])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-2/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg1: NOTRUN -> [SKIP][208] ([i915#3555] / [i915#3840]) +1 other test skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][209] ([i915#3840] / [i915#9053])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-6/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
- shard-tglu: NOTRUN -> [SKIP][210] ([i915#3840] / [i915#9053])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-3/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
- shard-mtlp: NOTRUN -> [SKIP][211] ([i915#3555] / [i915#3840] / [i915#9053])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-8/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][212] ([i915#9878])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk2/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-dg2: NOTRUN -> [SKIP][213] ([i915#3469])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-10/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-3x:
- shard-tglu-1: NOTRUN -> [SKIP][214] ([i915#1839])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-mtlp: NOTRUN -> [SKIP][215] ([i915#1839])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-5/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@psr1:
- shard-rkl: NOTRUN -> [SKIP][216] ([i915#658])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_feature_discovery@psr1.html
* igt@kms_feature_discovery@psr2:
- shard-dg1: NOTRUN -> [SKIP][217] ([i915#658])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@kms_feature_discovery@psr2.html
* igt@kms_fence_pin_leak:
- shard-dg2: NOTRUN -> [SKIP][218] ([i915#4881])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@kms_fence_pin_leak.html
- shard-dg1: NOTRUN -> [SKIP][219] ([i915#4881])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@kms_fence_pin_leak.html
* igt@kms_flip@2x-dpms-vs-vblank-race:
- shard-dg2: NOTRUN -> [SKIP][220] ([i915#9934]) +4 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@kms_flip@2x-dpms-vs-vblank-race.html
- shard-tglu-1: NOTRUN -> [SKIP][221] ([i915#3637]) +2 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_flip@2x-dpms-vs-vblank-race.html
* igt@kms_flip@2x-flip-vs-dpms:
- shard-rkl: NOTRUN -> [SKIP][222] ([i915#9934]) +5 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-6/igt@kms_flip@2x-flip-vs-dpms.html
- shard-tglu: NOTRUN -> [SKIP][223] ([i915#3637]) +6 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-2/igt@kms_flip@2x-flip-vs-dpms.html
* igt@kms_flip@2x-flip-vs-rmfb:
- shard-mtlp: NOTRUN -> [SKIP][224] ([i915#3637]) +3 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-1/igt@kms_flip@2x-flip-vs-rmfb.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-dg1: NOTRUN -> [SKIP][225] ([i915#9934]) +6 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1:
- shard-snb: [PASS][226] -> [FAIL][227] ([i915#11989]) +7 other tests fail
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-snb5/igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1.html
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-snb7/igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible:
- shard-tglu: [PASS][228] -> [FAIL][229] ([i915#11989]) +5 other tests fail
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-tglu-3/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-3/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@plain-flip-ts-check@b-edp1:
- shard-mtlp: [PASS][230] -> [FAIL][231] ([i915#11989]) +2 other tests fail
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-mtlp-2/igt@kms_flip@plain-flip-ts-check@b-edp1.html
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-5/igt@kms_flip@plain-flip-ts-check@b-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-tglu: NOTRUN -> [SKIP][232] ([i915#2672] / [i915#3555]) +3 other tests skip
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][233] ([i915#2587] / [i915#2672]) +4 other tests skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling:
- shard-dg1: [PASS][234] -> [DMESG-WARN][235] ([i915#4423])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg1-14/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling.html
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][236] ([i915#2672]) +1 other test skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][237] ([i915#2672] / [i915#3555])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][238] ([i915#2672] / [i915#3555])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-tglu-1: NOTRUN -> [SKIP][239] ([i915#2587] / [i915#2672])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
- shard-tglu: NOTRUN -> [SKIP][240] ([i915#2587] / [i915#2672] / [i915#3555])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling:
- shard-rkl: [PASS][241] -> [SKIP][242] ([i915#3555]) +4 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling:
- shard-dg1: NOTRUN -> [SKIP][243] ([i915#2587] / [i915#2672] / [i915#3555])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][244] ([i915#2587] / [i915#2672])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][245] ([i915#2672]) +2 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-10/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling:
- shard-dg2: NOTRUN -> [SKIP][246] ([i915#2672] / [i915#3555] / [i915#5190]) +1 other test skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-rkl: [PASS][247] -> [SKIP][248] ([i915#1849] / [i915#5354]) +9 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt.html
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu:
- shard-snb: [PASS][249] -> [SKIP][250]
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu.html
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-msflip-blt:
- shard-rkl: NOTRUN -> [SKIP][251] ([i915#1849] / [i915#5354]) +6 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt:
- shard-dg2-9: NOTRUN -> [SKIP][252] ([i915#5354]) +1 other test skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][253] +30 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][254] ([i915#8708]) +19 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][255] ([i915#10056] / [i915#13353])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk7/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-dg1: NOTRUN -> [SKIP][256] ([i915#5439])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][257] ([i915#8708]) +18 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][258] ([i915#1825]) +16 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2-9: NOTRUN -> [SKIP][259] ([i915#8708]) +1 other test skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt:
- shard-dg2: NOTRUN -> [SKIP][260] ([i915#5354]) +26 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt:
- shard-tglu-1: NOTRUN -> [SKIP][261] +37 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html
- shard-dg1: NOTRUN -> [SKIP][262] ([i915#3458]) +15 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render:
- shard-dg2: NOTRUN -> [SKIP][263] ([i915#3458]) +11 other tests skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-linear:
- shard-dg2-9: NOTRUN -> [SKIP][264] ([i915#3458]) +3 other tests skip
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-tiling-linear.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-dg2: NOTRUN -> [SKIP][265] ([i915#9766])
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-2/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render:
- shard-mtlp: NOTRUN -> [SKIP][266] ([i915#1825]) +14 other tests skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][267] +69 other tests skip
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-9/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][268] ([i915#8708]) +5 other tests skip
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][269] ([i915#3023]) +6 other tests skip
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-suspend.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2: NOTRUN -> [SKIP][270] ([i915#6118])
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-3/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-dg2: NOTRUN -> [SKIP][271] ([i915#3555] / [i915#8228])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@kms_hdr@bpc-switch-suspend.html
- shard-tglu-1: NOTRUN -> [SKIP][272] ([i915#3555] / [i915#8228])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_hdr@bpc-switch-suspend.html
- shard-dg1: NOTRUN -> [SKIP][273] ([i915#3555] / [i915#8228])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_joiner@basic-big-joiner:
- shard-dg2: NOTRUN -> [SKIP][274] ([i915#10656])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][275] ([i915#12339])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-tglu: NOTRUN -> [SKIP][276] ([i915#10656])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-2/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-dg2: [PASS][277] -> [SKIP][278] ([i915#12388])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg2-11/igt@kms_joiner@invalid-modeset-force-big-joiner.html
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-5/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][279] ([i915#13522])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-tglu: NOTRUN -> [SKIP][280] ([i915#1839])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-rkl: [PASS][281] -> [DMESG-FAIL][282] ([i915#12964])
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-5/igt@kms_pipe_crc_basic@suspend-read-crc.html
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_pipe_crc_basic@suspend-read-crc.html
- shard-glk: NOTRUN -> [INCOMPLETE][283] ([i915#12756] / [i915#13409] / [i915#13476])
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk9/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [DMESG-FAIL][284] ([i915#12964]) +3 other tests dmesg-fail
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][285] ([i915#13409] / [i915#13476])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk9/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b:
- shard-glk: NOTRUN -> [INCOMPLETE][286] ([i915#13026])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk6/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
* igt@kms_plane@plane-position-covered:
- shard-rkl: [PASS][287] -> [SKIP][288] ([i915#8825])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-3/igt@kms_plane@plane-position-covered.html
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane@plane-position-covered.html
* igt@kms_plane_alpha_blend@alpha-transparent-fb:
- shard-rkl: [PASS][289] -> [SKIP][290] ([i915#7294]) +1 other test skip
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-5/igt@kms_plane_alpha_blend@alpha-transparent-fb.html
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane_alpha_blend@alpha-transparent-fb.html
* igt@kms_plane_multiple@tiling-y:
- shard-dg2: NOTRUN -> [SKIP][291] ([i915#8806])
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-5/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_multiple@tiling-yf:
- shard-tglu-1: NOTRUN -> [SKIP][292] ([i915#3555]) +3 other tests skip
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-dg2: NOTRUN -> [SKIP][293] ([i915#13046] / [i915#5354] / [i915#9423])
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-8/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a:
- shard-dg1: NOTRUN -> [SKIP][294] ([i915#12247]) +4 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c:
- shard-rkl: NOTRUN -> [SKIP][295] ([i915#12247] / [i915#8152]) +6 other tests skip
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c:
- shard-tglu: NOTRUN -> [SKIP][296] ([i915#12247]) +8 other tests skip
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-3/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers:
- shard-rkl: [PASS][297] -> [SKIP][298] ([i915#3555] / [i915#8152])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers.html
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d:
- shard-tglu-1: NOTRUN -> [SKIP][299] ([i915#12247]) +4 other tests skip
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25:
- shard-mtlp: NOTRUN -> [SKIP][300] ([i915#12247] / [i915#6953])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b:
- shard-mtlp: NOTRUN -> [SKIP][301] ([i915#12247]) +5 other tests skip
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-20x20:
- shard-rkl: [PASS][302] -> [SKIP][303] ([i915#12247] / [i915#8152]) +1 other test skip
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-2/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-20x20.html
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-20x20.html
* igt@kms_plane_scaling@planes-upscale-20x20:
- shard-rkl: [PASS][304] -> [SKIP][305] ([i915#6953] / [i915#8152])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-4/igt@kms_plane_scaling@planes-upscale-20x20.html
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane_scaling@planes-upscale-20x20.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
- shard-rkl: [PASS][306] -> [SKIP][307] ([i915#12247] / [i915#3555] / [i915#6953] / [i915#8152])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25:
- shard-tglu: NOTRUN -> [SKIP][308] ([i915#12247] / [i915#6953])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-5/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5:
- shard-rkl: [PASS][309] -> [SKIP][310] ([i915#12247] / [i915#6953] / [i915#8152])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-a:
- shard-rkl: [PASS][311] -> [SKIP][312] ([i915#12247]) +11 other tests skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-a.html
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-a.html
* igt@kms_pm_backlight@bad-brightness:
- shard-rkl: NOTRUN -> [SKIP][313] ([i915#5354])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_backlight@fade:
- shard-tglu: NOTRUN -> [SKIP][314] ([i915#9812])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-2/igt@kms_pm_backlight@fade.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-dg1: NOTRUN -> [SKIP][315] ([i915#5354]) +1 other test skip
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-tglu-1: NOTRUN -> [SKIP][316] ([i915#9812])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc5-psr:
- shard-dg2-9: NOTRUN -> [SKIP][317] ([i915#9685])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc6-dpms:
- shard-tglu: NOTRUN -> [FAIL][318] ([i915#9295])
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-3/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg2: NOTRUN -> [SKIP][319] ([i915#9685])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-6/igt@kms_pm_dc@dc6-psr.html
- shard-rkl: NOTRUN -> [SKIP][320] ([i915#9685])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-3/igt@kms_pm_dc@dc6-psr.html
- shard-tglu: NOTRUN -> [SKIP][321] ([i915#9685]) +1 other test skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-4/igt@kms_pm_dc@dc6-psr.html
- shard-mtlp: NOTRUN -> [FAIL][322] ([i915#12912])
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-4/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2: [PASS][323] -> [SKIP][324] ([i915#9340])
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg2-4/igt@kms_pm_lpsp@kms-lpsp.html
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-3/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-dg2: NOTRUN -> [SKIP][325] ([i915#8430])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-11/igt@kms_pm_lpsp@screens-disabled.html
- shard-rkl: NOTRUN -> [SKIP][326] ([i915#8430])
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_pm_lpsp@screens-disabled.html
- shard-dg1: NOTRUN -> [SKIP][327] ([i915#8430])
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_pm_lpsp@screens-disabled.html
- shard-tglu: NOTRUN -> [SKIP][328] ([i915#8430])
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-9/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@cursor:
- shard-dg1: NOTRUN -> [SKIP][329] ([i915#4077]) +12 other tests skip
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@kms_pm_rpm@cursor.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][330] ([i915#9519])
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-3/igt@kms_pm_rpm@dpms-lpsp.html
- shard-dg1: NOTRUN -> [SKIP][331] ([i915#9519])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-rkl: [PASS][332] -> [SKIP][333] ([i915#9519]) +2 other tests skip
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
- shard-tglu: NOTRUN -> [SKIP][334] ([i915#9519])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-9/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-dg2: NOTRUN -> [SKIP][335] ([i915#6524] / [i915#6805])
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-tglu: NOTRUN -> [SKIP][336] ([i915#11520]) +8 other tests skip
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-7/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area:
- shard-dg2: NOTRUN -> [SKIP][337] ([i915#11520]) +9 other tests skip
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-3/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf:
- shard-snb: NOTRUN -> [SKIP][338] ([i915#11520])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-snb4/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][339] ([i915#9808]) +5 other tests skip
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][340] ([i915#12316]) +7 other tests skip
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf:
- shard-dg1: NOTRUN -> [SKIP][341] ([i915#11520]) +4 other tests skip
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf:
- shard-glk: NOTRUN -> [SKIP][342] ([i915#11520]) +15 other tests skip
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk8/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html
- shard-dg2-9: NOTRUN -> [SKIP][343] ([i915#11520])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
- shard-tglu-1: NOTRUN -> [SKIP][344] ([i915#11520]) +1 other test skip
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][345] ([i915#11520]) +5 other tests skip
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-tglu-1: NOTRUN -> [SKIP][346] ([i915#9683]) +1 other test skip
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_psr2_su@page_flip-xrgb8888.html
- shard-dg1: NOTRUN -> [SKIP][347] ([i915#9683]) +1 other test skip
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-pr-cursor-blt:
- shard-dg2-9: NOTRUN -> [SKIP][348] ([i915#1072] / [i915#9732]) +3 other tests skip
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_psr@fbc-pr-cursor-blt.html
* igt@kms_psr@fbc-pr-suspend:
- shard-tglu-1: NOTRUN -> [SKIP][349] ([i915#9732]) +9 other tests skip
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_psr@fbc-pr-suspend.html
* igt@kms_psr@fbc-psr-cursor-plane-move:
- shard-dg2: NOTRUN -> [SKIP][350] ([i915#1072] / [i915#9732]) +17 other tests skip
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-6/igt@kms_psr@fbc-psr-cursor-plane-move.html
* igt@kms_psr@fbc-psr-cursor-plane-onoff:
- shard-tglu: NOTRUN -> [SKIP][351] ([i915#9732]) +18 other tests skip
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-10/igt@kms_psr@fbc-psr-cursor-plane-onoff.html
- shard-mtlp: NOTRUN -> [SKIP][352] ([i915#9688]) +18 other tests skip
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-6/igt@kms_psr@fbc-psr-cursor-plane-onoff.html
* igt@kms_psr@fbc-psr2-primary-blt:
- shard-rkl: NOTRUN -> [SKIP][353] ([i915#1072] / [i915#9732]) +12 other tests skip
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-2/igt@kms_psr@fbc-psr2-primary-blt.html
* igt@kms_psr@psr-cursor-plane-onoff:
- shard-dg1: NOTRUN -> [SKIP][354] ([i915#1072] / [i915#9732]) +18 other tests skip
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@kms_psr@psr-cursor-plane-onoff.html
* igt@kms_psr@psr2-sprite-plane-onoff:
- shard-mtlp: [PASS][355] -> [FAIL][356] ([i915#13509]) +1 other test fail
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-mtlp-5/igt@kms_psr@psr2-sprite-plane-onoff.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-3/igt@kms_psr@psr2-sprite-plane-onoff.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-dg1: NOTRUN -> [SKIP][357] ([i915#9685]) +2 other tests skip
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rmfb@rmfb-ioctl:
- shard-rkl: NOTRUN -> [SKIP][358] ([i915#13651]) +5 other tests skip
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_rmfb@rmfb-ioctl.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- shard-tglu: NOTRUN -> [SKIP][359] ([i915#5289])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-9/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-tglu-1: NOTRUN -> [SKIP][360] ([i915#5289])
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-rkl: NOTRUN -> [SKIP][361] ([i915#5289])
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-dg2: NOTRUN -> [SKIP][362] ([i915#12755])
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-1/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@kms_selftest@drm_framebuffer:
- shard-tglu-1: NOTRUN -> [ABORT][363] ([i915#13179]) +1 other test abort
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_selftest@drm_framebuffer.html
- shard-glk: NOTRUN -> [ABORT][364] ([i915#13179]) +1 other test abort
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk4/igt@kms_selftest@drm_framebuffer.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-mtlp: [PASS][365] -> [FAIL][366] ([i915#5465]) +2 other tests fail
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-mtlp-7/igt@kms_setmode@basic@pipe-b-edp-1.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-6/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg1: NOTRUN -> [SKIP][367] ([i915#8623])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@kms_tiled_display@basic-test-pattern.html
- shard-tglu: NOTRUN -> [SKIP][368] ([i915#8623])
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-3/igt@kms_tiled_display@basic-test-pattern.html
- shard-mtlp: NOTRUN -> [SKIP][369] ([i915#8623])
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-5/igt@kms_tiled_display@basic-test-pattern.html
- shard-dg2: NOTRUN -> [SKIP][370] ([i915#8623])
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-11/igt@kms_tiled_display@basic-test-pattern.html
- shard-rkl: NOTRUN -> [SKIP][371] ([i915#8623])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1:
- shard-glk: [PASS][372] -> [INCOMPLETE][373] ([i915#12276])
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-glk3/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1.html
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk1/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1.html
* igt@kms_vrr@flip-basic-fastset:
- shard-dg2: NOTRUN -> [SKIP][374] ([i915#9906]) +1 other test skip
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-5/igt@kms_vrr@flip-basic-fastset.html
- shard-dg1: NOTRUN -> [SKIP][375] ([i915#9906]) +1 other test skip
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@kms_vrr@flip-basic-fastset.html
- shard-tglu: NOTRUN -> [SKIP][376] ([i915#9906]) +1 other test skip
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-10/igt@kms_vrr@flip-basic-fastset.html
- shard-mtlp: NOTRUN -> [SKIP][377] ([i915#8808] / [i915#9906])
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-1/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@lobf:
- shard-dg2-9: NOTRUN -> [SKIP][378] ([i915#11920])
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_vrr@lobf.html
* igt@kms_writeback@writeback-check-output:
- shard-dg2: NOTRUN -> [SKIP][379] ([i915#2437])
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@kms_writeback@writeback-check-output.html
- shard-tglu-1: NOTRUN -> [SKIP][380] ([i915#2437])
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_writeback@writeback-check-output.html
- shard-dg1: NOTRUN -> [SKIP][381] ([i915#2437])
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-glk: NOTRUN -> [SKIP][382] ([i915#2437]) +1 other test skip
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk8/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-rkl: NOTRUN -> [SKIP][383] ([i915#2437] / [i915#9412])
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-3/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@perf@blocking@0-rcs0:
- shard-rkl: [PASS][384] -> [FAIL][385] ([i915#10538]) +1 other test fail
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-8/igt@perf@blocking@0-rcs0.html
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@perf@blocking@0-rcs0.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-rkl: NOTRUN -> [SKIP][386] ([i915#2436])
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-6/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf@global-sseu-config-invalid:
- shard-dg2: NOTRUN -> [SKIP][387] ([i915#7387])
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-2/igt@perf@global-sseu-config-invalid.html
* igt@perf@mi-rpc:
- shard-dg1: NOTRUN -> [SKIP][388] ([i915#2434])
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@perf@mi-rpc.html
* igt@perf_pmu@event-wait:
- shard-mtlp: NOTRUN -> [SKIP][389] ([i915#8807])
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-2/igt@perf_pmu@event-wait.html
* igt@perf_pmu@event-wait@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][390] ([i915#3555] / [i915#8807])
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-2/igt@perf_pmu@event-wait@rcs0.html
- shard-dg2-9: NOTRUN -> [SKIP][391] +1 other test skip
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@perf_pmu@event-wait@rcs0.html
* igt@perf_pmu@rc6-all-gts:
- shard-dg2: NOTRUN -> [SKIP][392] ([i915#8516])
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@perf_pmu@rc6-all-gts.html
* igt@prime_vgem@basic-fence-read:
- shard-dg2: NOTRUN -> [SKIP][393] ([i915#3291] / [i915#3708])
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-8/igt@prime_vgem@basic-fence-read.html
- shard-dg1: NOTRUN -> [SKIP][394] ([i915#3708])
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@coherency-gtt:
- shard-rkl: NOTRUN -> [SKIP][395] ([i915#3708])
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@prime_vgem@coherency-gtt.html
* igt@prime_vgem@fence-read-hang:
- shard-dg2: NOTRUN -> [SKIP][396] ([i915#3708])
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@prime_vgem@fence-read-hang.html
* igt@sriov_basic@bind-unbind-vf:
- shard-dg1: NOTRUN -> [SKIP][397] ([i915#9917])
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@sriov_basic@bind-unbind-vf.html
* igt@sriov_basic@bind-unbind-vf@vf-1:
- shard-tglu-1: NOTRUN -> [FAIL][398] ([i915#12910]) +9 other tests fail
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@sriov_basic@bind-unbind-vf@vf-1.html
* igt@tools_test@sysfs_l3_parity:
- shard-dg2: NOTRUN -> [SKIP][399] ([i915#4818])
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-11/igt@tools_test@sysfs_l3_parity.html
#### Possible fixes ####
* igt@gem_caching@writes:
- shard-rkl: [DMESG-WARN][400] ([i915#12917] / [i915#12964]) -> [PASS][401]
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-2/igt@gem_caching@writes.html
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-2/igt@gem_caching@writes.html
* igt@gem_ccs@suspend-resume:
- shard-dg2: [INCOMPLETE][402] ([i915#13356]) -> [PASS][403] +1 other test pass
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg2-5/igt@gem_ccs@suspend-resume.html
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@gem_ccs@suspend-resume.html
* igt@gem_eio@wait-wedge-1us:
- shard-mtlp: [ABORT][404] ([i915#13193]) -> [PASS][405] +1 other test pass
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-mtlp-7/igt@gem_eio@wait-wedge-1us.html
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-2/igt@gem_eio@wait-wedge-1us.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: [DMESG-WARN][406] ([i915#5493]) -> [PASS][407] +1 other test pass
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg2-4/igt@gem_lmem_swapping@smem-oom@lmem0.html
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-10/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_pxp@create-valid-protected-context:
- shard-rkl: [SKIP][408] ([i915#4270]) -> [PASS][409]
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-8/igt@gem_pxp@create-valid-protected-context.html
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@gem_pxp@create-valid-protected-context.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-rkl: [TIMEOUT][410] ([i915#12917] / [i915#12964]) -> [PASS][411] +2 other tests pass
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-1/igt@gem_pxp@reject-modify-context-protection-off-3.html
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_workarounds@suspend-resume-context:
- shard-glk: [INCOMPLETE][412] ([i915#13356]) -> [PASS][413]
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-glk1/igt@gem_workarounds@suspend-resume-context.html
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk6/igt@gem_workarounds@suspend-resume-context.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-tglu: [ABORT][414] ([i915#12817] / [i915#9820]) -> [PASS][415]
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-tglu-8/igt@i915_module_load@reload-with-fault-injection.html
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-5/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rpm@sysfs-read:
- shard-rkl: [SKIP][416] ([i915#13328]) -> [PASS][417]
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-4/igt@i915_pm_rpm@sysfs-read.html
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@i915_pm_rpm@sysfs-read.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-rkl: [INCOMPLETE][418] ([i915#4817]) -> [PASS][419]
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-3/igt@i915_suspend@basic-s3-without-i915.html
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing@pipe-b-hdmi-a-1:
- shard-rkl: [DMESG-WARN][420] ([i915#12964]) -> [PASS][421] +34 other tests pass
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-2/igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing@pipe-b-hdmi-a-1.html
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
- shard-rkl: [DMESG-FAIL][422] ([i915#12964]) -> [PASS][423]
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-rkl: [FAIL][424] ([i915#13566]) -> [PASS][425] +3 other tests pass
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-1/igt@kms_cursor_crc@cursor-onscreen-128x42.html
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_crc@cursor-onscreen-256x256:
- shard-rkl: [SKIP][426] ([i915#13651]) -> [PASS][427] +44 other tests pass
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-8/igt@kms_cursor_crc@cursor-onscreen-256x256.html
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-256x256.html
* igt@kms_flip@2x-plain-flip-ts-check:
- shard-snb: [FAIL][428] ([i915#11989]) -> [PASS][429] +4 other tests pass
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-snb1/igt@kms_flip@2x-pl
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/index.html
[-- Attachment #2: Type: text/html, Size: 109898 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: ✗ i915.CI.Full: failure for Bump aborting on network failure deadline to 40 seconds
2025-02-10 7:08 ` ✗ i915.CI.Full: failure " Patchwork
@ 2025-02-10 8:26 ` Peter Senna Tschudin
2025-02-10 14:43 ` Ravali, JupallyX
0 siblings, 1 reply; 26+ messages in thread
From: Peter Senna Tschudin @ 2025-02-10 8:26 UTC (permalink / raw)
To: igt-dev, I915-ci-infra
Dear I915,
On 10.02.2025 08:08, Patchwork wrote:
> == Series Details ==
>
> Series: Bump aborting on network failure deadline to 40 seconds
> URL : https://patchwork.freedesktop.org/series/144424/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from CI_DRM_16081_full -> IGTPW_12556_full
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with IGTPW_12556_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_12556_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_12556/index.html
>
> Participating hosts (12 -> 10)
> ------------------------------
>
> Missing (2): shard-snb-0 shard-dg2-set2
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in IGTPW_12556_full:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@gem_eio@hibernate:
> - shard-glk: NOTRUN -> [ABORT][1]
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk2/igt@gem_eio@hibernate.html
>
> * igt@gem_exec_fence@basic-await@ccs0:
> - shard-mtlp: [PASS][2] -> [ABORT][3] +1 other test abort
> [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-mtlp-4/igt@gem_exec_fence@basic-await@ccs0.html
> [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-2/igt@gem_exec_fence@basic-await@ccs0.html
>
> * igt@kms_big_fb@x-tiled-32bpp-rotate-0:
> - shard-rkl: [PASS][4] -> [SKIP][5] +14 other tests skip
> [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-1/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html
> [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html
>
> * igt@kms_setmode@basic:
> - shard-dg2: [PASS][6] -> [FAIL][7]
> [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg2-6/igt@kms_setmode@basic.html
> [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@kms_setmode@basic.html
>
> * igt@kms_setmode@basic@pipe-a-hdmi-a-1:
> - shard-dg2: NOTRUN -> [FAIL][8] +1 other test fail
> [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html
>
>
> #### Warnings ####
>
> * igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
> - shard-rkl: [SKIP][9] ([i915#12313]) -> [SKIP][10]
> [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-5/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
> [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
>
> * igt@kms_ccs@crc-primary-suspend-y-tiled-ccs:
> - shard-rkl: [SKIP][11] ([i915#6095]) -> [SKIP][12] +1 other test skip
> [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-5/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html
> [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html
>
> * igt@kms_content_protection@dp-mst-lic-type-0:
> - shard-rkl: [SKIP][13] ([i915#3116]) -> [SKIP][14]
> [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-1/igt@kms_content_protection@dp-mst-lic-type-0.html
> [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_content_protection@dp-mst-lic-type-0.html
>
> * igt@kms_flip@basic-flip-vs-dpms:
> - shard-rkl: [DMESG-WARN][15] ([i915#12964]) -> [SKIP][16]
> [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-1/igt@kms_flip@basic-flip-vs-dpms.html
> [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_flip@basic-flip-vs-dpms.html
>
> * igt@kms_vrr@seamless-rr-switch-vrr:
> - shard-rkl: [SKIP][17] ([i915#9906]) -> [SKIP][18] +1 other test skip
> [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-6/igt@kms_vrr@seamless-rr-switch-vrr.html
> [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_vrr@seamless-rr-switch-vrr.html
>
These regressions and warnings are unrelated to my change. Please fix and rerun.
Thank you,
Peter
^ permalink raw reply [flat|nested] 26+ messages in thread
* ✓ i915.CI.Full: success for Bump aborting on network failure deadline to 40 seconds
2025-02-06 15:21 [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds Peter Senna Tschudin
` (6 preceding siblings ...)
2025-02-10 7:08 ` ✗ i915.CI.Full: failure " Patchwork
@ 2025-02-10 10:36 ` Patchwork
2025-02-11 9:21 ` [PATCH i-g-t] " Kamil Konieczny
8 siblings, 0 replies; 26+ messages in thread
From: Patchwork @ 2025-02-10 10:36 UTC (permalink / raw)
To: Peter Senna Tschudin; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 100275 bytes --]
== Series Details ==
Series: Bump aborting on network failure deadline to 40 seconds
URL : https://patchwork.freedesktop.org/series/144424/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_16081_full -> IGTPW_12556_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/index.html
Participating hosts (12 -> 10)
------------------------------
Missing (2): shard-snb-0 shard-dg2-set2
New tests
---------
New tests have been introduced between CI_DRM_16081_full and IGTPW_12556_full:
### New IGT tests (13) ###
* igt@gem_ctx_isolation@nonpriv-switch@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.88] s
* igt@gem_ctx_isolation@preservation-reset@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.59] s
* igt@gem_exec_schedule@fifo@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.20] s
* igt@gem_exec_schedule@preempt-user@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.03] s
* igt@gem_exec_schedule@submit-late-slice@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.04] s
* igt@gem_exec_schedule@thriceslice@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.03] s
* igt@gem_exec_schedule@wide@vecs1:
- Statuses : 1 pass(s)
- Exec time: [10.34] s
* igt@gem_exec_store@pages@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.10] s
* igt@kms_plane_scaling@invalid-num-scalers@pipe-c-hdmi-a-2-invalid-num-scalers:
- Statuses : 1 pass(s)
- Exec time: [0.10] s
* igt@prime_busy@before-wait@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.04] s
* igt@prime_mmap@test_correct@test_correct-lmem0:
- Statuses : 2 pass(s)
- Exec time: [0.07, 0.21] s
* igt@prime_vgem@fence-wait@vecs1:
- Statuses : 1 pass(s)
- Exec time: [1.04] s
* igt@sysfs_defaults@readonly@vecs1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
Known issues
------------
Here are the changes found in IGTPW_12556_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-dg1: NOTRUN -> [SKIP][1] ([i915#8411]) +1 other test skip
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@drm_fdinfo@all-busy-check-all:
- shard-mtlp: NOTRUN -> [SKIP][2] ([i915#8414]) +7 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-5/igt@drm_fdinfo@all-busy-check-all.html
- shard-dg1: NOTRUN -> [SKIP][3] ([i915#8414])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@drm_fdinfo@all-busy-check-all.html
* igt@drm_fdinfo@virtual-busy-hang:
- shard-dg2: NOTRUN -> [SKIP][4] ([i915#8414]) +1 other test skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-8/igt@drm_fdinfo@virtual-busy-hang.html
* igt@drm_fdinfo@virtual-busy-idle:
- shard-dg2-9: NOTRUN -> [SKIP][5] ([i915#8414])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@drm_fdinfo@virtual-busy-idle.html
* igt@gem_ccs@block-copy-compressed:
- shard-rkl: NOTRUN -> [SKIP][6] ([i915#3555] / [i915#9323])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@gem_ccs@block-copy-compressed.html
- shard-dg1: NOTRUN -> [SKIP][7] ([i915#3555] / [i915#9323])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@gem_ccs@block-copy-compressed.html
- shard-tglu: NOTRUN -> [SKIP][8] ([i915#3555] / [i915#9323])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-8/igt@gem_ccs@block-copy-compressed.html
- shard-mtlp: NOTRUN -> [SKIP][9] ([i915#3555] / [i915#9323])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-3/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@suspend-resume:
- shard-tglu-1: NOTRUN -> [SKIP][10] ([i915#9323])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@gem_ccs@suspend-resume.html
- shard-dg1: NOTRUN -> [SKIP][11] ([i915#9323])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@gem_ccs@suspend-resume.html
* igt@gem_create@create-ext-set-pat:
- shard-tglu-1: NOTRUN -> [SKIP][12] ([i915#8562])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-dg1: NOTRUN -> [SKIP][13] ([i915#8555]) +1 other test skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@gem_ctx_persistence@heartbeat-hostile.html
- shard-dg2-9: NOTRUN -> [SKIP][14] ([i915#8555])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_ctx_shared@exec-single-timeline@vcs0:
- shard-rkl: [PASS][15] -> [DMESG-WARN][16] ([i915#12964]) +22 other tests dmesg-warn
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-8/igt@gem_ctx_shared@exec-single-timeline@vcs0.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-1/igt@gem_ctx_shared@exec-single-timeline@vcs0.html
* igt@gem_ctx_sseu@engines:
- shard-rkl: NOTRUN -> [SKIP][17] ([i915#280])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@invalid-args:
- shard-mtlp: NOTRUN -> [SKIP][18] ([i915#280])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-6/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-tglu: NOTRUN -> [SKIP][19] ([i915#280])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-9/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_eio@hibernate:
- shard-dg1: NOTRUN -> [ABORT][20] ([i915#7975])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@gem_eio@hibernate.html
- shard-glk: NOTRUN -> [ABORT][21] ([i915#13661])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk2/igt@gem_eio@hibernate.html
* igt@gem_eio@in-flight-10ms:
- shard-mtlp: [PASS][22] -> [ABORT][23] ([i915#13193]) +3 other tests abort
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-mtlp-8/igt@gem_eio@in-flight-10ms.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-7/igt@gem_eio@in-flight-10ms.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-dg2: NOTRUN -> [SKIP][24] ([i915#4812]) +2 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-2/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@bonded-sync:
- shard-dg2: NOTRUN -> [SKIP][25] ([i915#4771])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@gem_exec_balancer@bonded-sync.html
- shard-dg1: NOTRUN -> [SKIP][26] ([i915#4771])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@gem_exec_balancer@bonded-sync.html
* igt@gem_exec_balancer@noheartbeat:
- shard-dg2: NOTRUN -> [SKIP][27] ([i915#8555])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@gem_exec_balancer@noheartbeat.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-tglu-1: NOTRUN -> [SKIP][28] ([i915#6334]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_fence@basic-await@ccs0:
- shard-mtlp: [PASS][29] -> [ABORT][30] ([i915#13659]) +1 other test abort
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-mtlp-4/igt@gem_exec_fence@basic-await@ccs0.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-2/igt@gem_exec_fence@basic-await@ccs0.html
* igt@gem_exec_flush@basic-wb-prw-default:
- shard-dg1: NOTRUN -> [SKIP][31] ([i915#3539] / [i915#4852])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@gem_exec_flush@basic-wb-prw-default.html
* igt@gem_exec_reloc@basic-wc-read-active:
- shard-dg1: NOTRUN -> [SKIP][32] ([i915#3281]) +6 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@gem_exec_reloc@basic-wc-read-active.html
* igt@gem_exec_reloc@basic-write-gtt:
- shard-dg2-9: NOTRUN -> [SKIP][33] ([i915#3281]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_exec_reloc@basic-write-gtt.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-dg2: NOTRUN -> [SKIP][34] ([i915#3281]) +7 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-10/igt@gem_exec_reloc@basic-write-read-active.html
- shard-rkl: NOTRUN -> [SKIP][35] ([i915#3281]) +4 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-1/igt@gem_exec_reloc@basic-write-read-active.html
- shard-mtlp: NOTRUN -> [SKIP][36] ([i915#3281]) +7 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-4/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-dg1: NOTRUN -> [SKIP][37] ([i915#4812]) +2 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@gem_exec_schedule@preempt-queue-contexts.html
- shard-dg2: NOTRUN -> [SKIP][38] ([i915#4537] / [i915#4812])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_exec_suspend@basic-s4-devices:
- shard-dg2-9: NOTRUN -> [ABORT][39] ([i915#7975]) +1 other test abort
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_exec_suspend@basic-s4-devices.html
* igt@gem_fence_thrash@bo-copy:
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#4860])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-11/igt@gem_fence_thrash@bo-copy.html
* igt@gem_fence_thrash@bo-write-verify-threaded-none:
- shard-dg1: NOTRUN -> [SKIP][41] ([i915#4860]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@gem_fence_thrash@bo-write-verify-threaded-none.html
* igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible:
- shard-dg2-9: NOTRUN -> [SKIP][42] ([i915#4860])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html
* igt@gem_lmem_swapping@heavy-multi:
- shard-tglu-1: NOTRUN -> [SKIP][43] ([i915#4613])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@gem_lmem_swapping@heavy-multi.html
* igt@gem_lmem_swapping@heavy-verify-multi:
- shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4613]) +3 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-1/igt@gem_lmem_swapping@heavy-verify-multi.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-glk: NOTRUN -> [SKIP][45] ([i915#4613]) +5 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk4/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@parallel-random-verify:
- shard-rkl: NOTRUN -> [SKIP][46] ([i915#4613]) +2 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@gem_lmem_swapping@parallel-random-verify.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-tglu: NOTRUN -> [SKIP][47] ([i915#4613]) +3 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-9/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_madvise@dontneed-before-pwrite:
- shard-dg1: NOTRUN -> [SKIP][48] ([i915#3282]) +2 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@gem_madvise@dontneed-before-pwrite.html
* igt@gem_media_fill@media-fill:
- shard-mtlp: NOTRUN -> [SKIP][49] ([i915#8289])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-8/igt@gem_media_fill@media-fill.html
- shard-dg2: NOTRUN -> [SKIP][50] ([i915#8289])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-1/igt@gem_media_fill@media-fill.html
* igt@gem_media_vme:
- shard-mtlp: NOTRUN -> [SKIP][51] ([i915#284])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-7/igt@gem_media_vme.html
* igt@gem_mmap@big-bo:
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#4083]) +5 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@gem_mmap@big-bo.html
* igt@gem_mmap_gtt@basic-write-gtt:
- shard-dg2-9: NOTRUN -> [SKIP][53] ([i915#4077]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_mmap_gtt@basic-write-gtt.html
* igt@gem_mmap_gtt@cpuset-medium-copy-xy:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#4077]) +4 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-11/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html
* igt@gem_mmap_gtt@fault-concurrent-y:
- shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4077]) +6 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-8/igt@gem_mmap_gtt@fault-concurrent-y.html
* igt@gem_mmap_wc@bad-size:
- shard-dg2: NOTRUN -> [SKIP][56] ([i915#4083])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-8/igt@gem_mmap_wc@bad-size.html
* igt@gem_mmap_wc@invalid-flags:
- shard-mtlp: NOTRUN -> [SKIP][57] ([i915#4083]) +2 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-5/igt@gem_mmap_wc@invalid-flags.html
* igt@gem_partial_pwrite_pread@write-uncached:
- shard-dg2: NOTRUN -> [SKIP][58] ([i915#3282]) +2 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-2/igt@gem_partial_pwrite_pread@write-uncached.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-rkl: NOTRUN -> [SKIP][59] ([i915#3282]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_pxp@create-regular-context-2:
- shard-rkl: NOTRUN -> [TIMEOUT][60] ([i915#12917] / [i915#12964])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@gem_pxp@create-regular-context-2.html
* igt@gem_pxp@display-protected-crc:
- shard-dg2: NOTRUN -> [SKIP][61] ([i915#4270]) +1 other test skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-6/igt@gem_pxp@display-protected-crc.html
* igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
- shard-rkl: [PASS][62] -> [TIMEOUT][63] ([i915#12964])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-8/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-3/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
* igt@gem_pxp@protected-raw-src-copy-not-readible:
- shard-dg2-9: NOTRUN -> [SKIP][64] ([i915#4270])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_pxp@protected-raw-src-copy-not-readible.html
* igt@gem_pxp@regular-baseline-src-copy-readible:
- shard-dg1: NOTRUN -> [SKIP][65] ([i915#4270]) +4 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@gem_pxp@regular-baseline-src-copy-readible.html
* igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
- shard-rkl: [PASS][66] -> [TIMEOUT][67] ([i915#12917] / [i915#12964])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-8/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html
* igt@gem_readwrite@write-bad-handle:
- shard-dg2-9: NOTRUN -> [SKIP][68] ([i915#3282])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_readwrite@write-bad-handle.html
* igt@gem_render_copy@x-tiled-to-vebox-yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][69] ([i915#8428]) +3 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-8/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html
* igt@gem_render_copy@y-tiled-ccs-to-y-tiled-ccs:
- shard-dg2: NOTRUN -> [SKIP][70] ([i915#5190] / [i915#8428]) +6 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-6/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-ccs.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
- shard-dg2-9: NOTRUN -> [SKIP][71] ([i915#5190] / [i915#8428])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html
* igt@gem_render_tiled_blits@basic:
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#4079])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-1/igt@gem_render_tiled_blits@basic.html
* igt@gem_set_tiling_vs_gtt:
- shard-mtlp: NOTRUN -> [SKIP][73] ([i915#4079])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-6/igt@gem_set_tiling_vs_gtt.html
* igt@gem_tiled_pread_pwrite:
- shard-dg1: NOTRUN -> [SKIP][74] ([i915#4079]) +2 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@gem_tiled_pread_pwrite.html
* igt@gem_unfence_active_buffers:
- shard-dg2: NOTRUN -> [SKIP][75] ([i915#4879])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-8/igt@gem_unfence_active_buffers.html
- shard-dg1: NOTRUN -> [SKIP][76] ([i915#4879])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@gem_unfence_active_buffers.html
* igt@gem_userptr_blits@coherency-sync:
- shard-tglu: NOTRUN -> [SKIP][77] ([i915#3297]) +1 other test skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-9/igt@gem_userptr_blits@coherency-sync.html
* igt@gem_userptr_blits@invalid-mmap-offset-unsync:
- shard-dg1: NOTRUN -> [SKIP][78] ([i915#3297])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap:
- shard-dg2-9: NOTRUN -> [SKIP][79] ([i915#3297] / [i915#4880])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html
* igt@gem_userptr_blits@readonly-unsync:
- shard-mtlp: NOTRUN -> [SKIP][80] ([i915#3297])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-4/igt@gem_userptr_blits@readonly-unsync.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-dg2: NOTRUN -> [SKIP][81] ([i915#3297]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-5/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_userptr_blits@unsync-unmap:
- shard-tglu-1: NOTRUN -> [SKIP][82] ([i915#3297])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@gem_userptr_blits@unsync-unmap.html
* igt@gen3_render_linear_blits:
- shard-dg2: NOTRUN -> [SKIP][83] +7 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-3/igt@gen3_render_linear_blits.html
* igt@gen9_exec_parse@allowed-all:
- shard-dg1: NOTRUN -> [SKIP][84] ([i915#2527]) +2 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@allowed-single:
- shard-mtlp: NOTRUN -> [SKIP][85] ([i915#2856])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-5/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@batch-invalid-length:
- shard-dg2: NOTRUN -> [SKIP][86] ([i915#2856]) +2 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-2/igt@gen9_exec_parse@batch-invalid-length.html
* igt@gen9_exec_parse@bb-large:
- shard-tglu-1: NOTRUN -> [SKIP][87] ([i915#2527] / [i915#2856]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@gen9_exec_parse@bb-large.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-tglu: NOTRUN -> [SKIP][88] ([i915#2527] / [i915#2856]) +1 other test skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-10/igt@gen9_exec_parse@bb-start-cmd.html
* igt@gen9_exec_parse@cmd-crossing-page:
- shard-rkl: NOTRUN -> [SKIP][89] ([i915#2527]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-5/igt@gen9_exec_parse@cmd-crossing-page.html
* igt@i915_fb_tiling:
- shard-mtlp: NOTRUN -> [SKIP][90] ([i915#4881])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-1/igt@i915_fb_tiling.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg2: [PASS][91] -> [ABORT][92] ([i915#9820])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-1/igt@i915_module_load@reload-with-fault-injection.html
- shard-dg1: [PASS][93] -> [ABORT][94] ([i915#9820])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg1-14/igt@i915_module_load@reload-with-fault-injection.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@i915_module_load@reload-with-fault-injection.html
- shard-mtlp: [PASS][95] -> [ABORT][96] ([i915#10131] / [i915#9820])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-mtlp-3/igt@i915_module_load@reload-with-fault-injection.html
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-1/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_module_load@resize-bar:
- shard-dg1: NOTRUN -> [SKIP][97] ([i915#7178])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@i915_module_load@resize-bar.html
* igt@i915_pm_rps@min-max-config-idle:
- shard-dg2: NOTRUN -> [SKIP][98] ([i915#11681] / [i915#6621])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@i915_pm_rps@min-max-config-idle.html
* igt@i915_query@query-topology-coherent-slice-mask:
- shard-dg2: NOTRUN -> [SKIP][99] ([i915#6188])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-10/igt@i915_query@query-topology-coherent-slice-mask.html
* igt@i915_selftest@live@sanitycheck:
- shard-snb: [PASS][100] -> [ABORT][101] ([i915#11703]) +1 other test abort
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-snb4/igt@i915_selftest@live@sanitycheck.html
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-snb1/igt@i915_selftest@live@sanitycheck.html
* igt@i915_suspend@sysfs-reader:
- shard-glk: [PASS][102] -> [INCOMPLETE][103] ([i915#13502] / [i915#4817])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-glk9/igt@i915_suspend@sysfs-reader.html
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk1/igt@i915_suspend@sysfs-reader.html
* igt@intel_hwmon@hwmon-write:
- shard-rkl: NOTRUN -> [SKIP][104] ([i915#7707])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-3/igt@intel_hwmon@hwmon-write.html
- shard-tglu: NOTRUN -> [SKIP][105] ([i915#7707])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-4/igt@intel_hwmon@hwmon-write.html
- shard-mtlp: NOTRUN -> [SKIP][106] ([i915#7707])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-4/igt@intel_hwmon@hwmon-write.html
* igt@kms_addfb_basic@bo-too-small-due-to-tiling:
- shard-dg1: NOTRUN -> [SKIP][107] ([i915#4212])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-glk: NOTRUN -> [INCOMPLETE][108] ([i915#12761] / [i915#1982]) +1 other test incomplete
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk4/igt@kms_async_flips@async-flip-suspend-resume.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc:
- shard-rkl: NOTRUN -> [SKIP][109] ([i915#8709]) +3 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][110] ([i915#8709]) +15 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-1/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-y-rc-ccs-cc:
- shard-dg1: NOTRUN -> [SKIP][111] ([i915#8709]) +3 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-y-rc-ccs-cc.html
* igt@kms_async_flips@invalid-async-flip-atomic:
- shard-dg2: NOTRUN -> [SKIP][112] ([i915#12967])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-2/igt@kms_async_flips@invalid-async-flip-atomic.html
* igt@kms_atomic_interruptible@legacy-cursor@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [DMESG-WARN][113] ([i915#12964]) +15 other tests dmesg-warn
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_atomic_interruptible@legacy-cursor@pipe-a-hdmi-a-1.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-glk: NOTRUN -> [SKIP][114] ([i915#1769])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_atomic_transition@plane-use-after-nonblocking-unbind-fencing:
- shard-rkl: [PASS][115] -> [SKIP][116]
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-1/igt@kms_atomic_transition@plane-use-after-nonblocking-unbind-fencing.html
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_atomic_transition@plane-use-after-nonblocking-unbind-fencing.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-90:
- shard-tglu-1: NOTRUN -> [SKIP][117] ([i915#5286]) +2 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][118] +8 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-6/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-dg1: NOTRUN -> [SKIP][119] ([i915#4538] / [i915#5286]) +2 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][120] ([i915#5286]) +1 other test skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-tglu: NOTRUN -> [SKIP][121] ([i915#5286]) +2 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_fb@linear-32bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#3638])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_big_fb@linear-32bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-0:
- shard-rkl: [PASS][123] -> [SKIP][124] ([i915#13651]) +38 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-1/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][125] ([i915#3638])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][126] ([i915#4538] / [i915#5190]) +8 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-2/igt@kms_big_fb@y-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2-9: NOTRUN -> [SKIP][127] ([i915#5190])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-dg2: NOTRUN -> [SKIP][128] ([i915#5190]) +2 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-3/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][129] +4 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-3/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][130] ([i915#4538]) +6 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][131] ([i915#6095]) +34 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
- shard-dg1: NOTRUN -> [SKIP][132] ([i915#12313])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs:
- shard-snb: NOTRUN -> [SKIP][133] +27 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-snb5/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][134] ([i915#6095]) +14 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-7/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-a-edp-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][135] ([i915#6095]) +64 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-5/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc:
- shard-dg2-9: NOTRUN -> [SKIP][136] ([i915#10307] / [i915#6095]) +9 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-a-dp-3:
- shard-dg2: NOTRUN -> [SKIP][137] ([i915#10307] / [i915#6095]) +153 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-11/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-a-dp-3.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][138] ([i915#6095]) +20 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-3/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
- shard-mtlp: NOTRUN -> [SKIP][139] ([i915#12313])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-tglu: NOTRUN -> [SKIP][140] ([i915#12313])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][141] ([i915#6095]) +76 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [SKIP][142] +535 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk6/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][143] ([i915#6095]) +107 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-8/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1.html
* igt@kms_cdclk@plane-scaling:
- shard-tglu: NOTRUN -> [SKIP][145] ([i915#3742])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-7/igt@kms_cdclk@plane-scaling.html
* igt@kms_cdclk@plane-scaling@pipe-b-dp-4:
- shard-dg2: NOTRUN -> [SKIP][146] ([i915#4087]) +3 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-10/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html
* igt@kms_chamelium_frames@dp-crc-single:
- shard-dg1: NOTRUN -> [SKIP][147] ([i915#11151] / [i915#7828]) +4 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@kms_chamelium_frames@dp-crc-single.html
* igt@kms_chamelium_frames@hdmi-crc-fast:
- shard-dg2-9: NOTRUN -> [SKIP][148] ([i915#11151] / [i915#7828]) +1 other test skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_chamelium_frames@hdmi-crc-fast.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-tglu-1: NOTRUN -> [SKIP][149] ([i915#11151] / [i915#7828]) +4 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@dp-hpd-storm:
- shard-dg2: NOTRUN -> [SKIP][150] ([i915#11151] / [i915#7828]) +3 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-8/igt@kms_chamelium_hpd@dp-hpd-storm.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-rkl: NOTRUN -> [SKIP][151] ([i915#11151] / [i915#7828]) +1 other test skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-3/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
- shard-mtlp: NOTRUN -> [SKIP][152] ([i915#11151] / [i915#7828]) +1 other test skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-4/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_chamelium_hpd@vga-hpd-without-ddc:
- shard-tglu: NOTRUN -> [SKIP][153] ([i915#11151] / [i915#7828]) +5 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-2/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
* igt@kms_color@ctm-0-25:
- shard-rkl: [PASS][154] -> [SKIP][155] ([i915#12655]) +1 other test skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-2/igt@kms_color@ctm-0-25.html
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_color@ctm-0-25.html
* igt@kms_color@deep-color:
- shard-dg2-9: NOTRUN -> [SKIP][156] ([i915#3555]) +1 other test skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_color@deep-color.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglu-1: NOTRUN -> [SKIP][157] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg1: NOTRUN -> [SKIP][158] ([i915#3299])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-tglu-1: NOTRUN -> [SKIP][159] ([i915#3116] / [i915#3299])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@legacy:
- shard-tglu: NOTRUN -> [SKIP][160] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-2/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@legacy@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [FAIL][161] ([i915#7173])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-10/igt@kms_content_protection@legacy@pipe-a-dp-4.html
* igt@kms_content_protection@mei-interface:
- shard-mtlp: NOTRUN -> [SKIP][162] ([i915#8063] / [i915#9433])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-3/igt@kms_content_protection@mei-interface.html
* igt@kms_cursor_crc@cursor-offscreen-32x10:
- shard-dg2: NOTRUN -> [SKIP][163] ([i915#3555]) +5 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@kms_cursor_crc@cursor-offscreen-32x10.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-dg2: NOTRUN -> [SKIP][164] ([i915#13049])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-mtlp: NOTRUN -> [SKIP][165] ([i915#8814])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-6/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-tglu: [PASS][166] -> [FAIL][167] ([i915#13566]) +5 other tests fail
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-tglu-2/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-8/igt@kms_cursor_crc@cursor-onscreen-256x85.html
- shard-rkl: [PASS][168] -> [FAIL][169] ([i915#13566])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-tglu: NOTRUN -> [SKIP][170] ([i915#13049])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-6/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-rkl: NOTRUN -> [SKIP][171] ([i915#3555]) +2 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
- shard-dg1: NOTRUN -> [SKIP][172] ([i915#3555]) +6 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
- shard-tglu: NOTRUN -> [SKIP][173] ([i915#3555]) +6 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-8/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
- shard-mtlp: NOTRUN -> [SKIP][174] ([i915#3555] / [i915#8814]) +1 other test skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-3/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-tglu-1: NOTRUN -> [SKIP][175] ([i915#13049])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-dg2-9: NOTRUN -> [SKIP][176] ([i915#13049])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [FAIL][177] ([i915#13566]) +1 other test fail
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html
- shard-tglu: NOTRUN -> [FAIL][178] ([i915#13566]) +1 other test fail
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-5/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-sliding-64x64:
- shard-glk: NOTRUN -> [DMESG-FAIL][179] ([i915#118]) +1 other test dmesg-fail
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk8/igt@kms_cursor_crc@cursor-sliding-64x64.html
* igt@kms_cursor_edge_walk@64x64-right-edge@pipe-c-hdmi-a-1:
- shard-glk: [PASS][180] -> [DMESG-WARN][181] ([i915#118]) +1 other test dmesg-warn
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-glk3/igt@kms_cursor_edge_walk@64x64-right-edge@pipe-c-hdmi-a-1.html
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk8/igt@kms_cursor_edge_walk@64x64-right-edge@pipe-c-hdmi-a-1.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-tglu: NOTRUN -> [SKIP][182] ([i915#4103]) +1 other test skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-rkl: NOTRUN -> [SKIP][183] ([i915#4103])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic:
- shard-mtlp: NOTRUN -> [SKIP][184] ([i915#9809]) +2 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-6/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions:
- shard-dg2: NOTRUN -> [SKIP][185] ([i915#13046] / [i915#5354]) +5 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-dg2: NOTRUN -> [SKIP][186] ([i915#9067])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
- shard-dg1: NOTRUN -> [SKIP][187] ([i915#9067])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-tglu-1: NOTRUN -> [SKIP][188] ([i915#4103])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg2: NOTRUN -> [SKIP][189] ([i915#8588])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-11/igt@kms_display_modes@mst-extended-mode-negative.html
- shard-dg1: NOTRUN -> [SKIP][190] ([i915#8588])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_dsc@dsc-basic:
- shard-rkl: NOTRUN -> [SKIP][191] ([i915#3555] / [i915#3840])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-tglu-1: NOTRUN -> [SKIP][192] ([i915#3840])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][193] ([i915#3840])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-bpc:
- shard-tglu: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#3840])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-2/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg1: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#3840]) +1 other test skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][196] ([i915#3840] / [i915#9053])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-6/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
- shard-tglu: NOTRUN -> [SKIP][197] ([i915#3840] / [i915#9053])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-3/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
- shard-mtlp: NOTRUN -> [SKIP][198] ([i915#3555] / [i915#3840] / [i915#9053])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-8/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][199] ([i915#9878])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk2/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-dg2: NOTRUN -> [SKIP][200] ([i915#3469])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-10/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-3x:
- shard-tglu-1: NOTRUN -> [SKIP][201] ([i915#1839])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-mtlp: NOTRUN -> [SKIP][202] ([i915#1839])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-5/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@psr1:
- shard-rkl: NOTRUN -> [SKIP][203] ([i915#658])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_feature_discovery@psr1.html
* igt@kms_feature_discovery@psr2:
- shard-dg1: NOTRUN -> [SKIP][204] ([i915#658])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@kms_feature_discovery@psr2.html
* igt@kms_fence_pin_leak:
- shard-dg2: NOTRUN -> [SKIP][205] ([i915#4881])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@kms_fence_pin_leak.html
- shard-dg1: NOTRUN -> [SKIP][206] ([i915#4881])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@kms_fence_pin_leak.html
* igt@kms_flip@2x-dpms-vs-vblank-race:
- shard-dg2: NOTRUN -> [SKIP][207] ([i915#9934]) +4 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@kms_flip@2x-dpms-vs-vblank-race.html
- shard-tglu-1: NOTRUN -> [SKIP][208] ([i915#3637]) +2 other tests skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_flip@2x-dpms-vs-vblank-race.html
* igt@kms_flip@2x-flip-vs-dpms:
- shard-rkl: NOTRUN -> [SKIP][209] ([i915#9934]) +5 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-6/igt@kms_flip@2x-flip-vs-dpms.html
- shard-tglu: NOTRUN -> [SKIP][210] ([i915#3637]) +6 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-2/igt@kms_flip@2x-flip-vs-dpms.html
* igt@kms_flip@2x-flip-vs-rmfb:
- shard-mtlp: NOTRUN -> [SKIP][211] ([i915#3637]) +3 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-1/igt@kms_flip@2x-flip-vs-rmfb.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-dg1: NOTRUN -> [SKIP][212] ([i915#9934]) +6 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1:
- shard-snb: [PASS][213] -> [FAIL][214] ([i915#11989]) +7 other tests fail
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-snb5/igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1.html
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-snb7/igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1.html
* igt@kms_flip@bo-too-big:
- shard-rkl: [PASS][215] -> [SKIP][216] ([i915#9934]) +6 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-7/igt@kms_flip@bo-too-big.html
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_flip@bo-too-big.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible:
- shard-tglu: [PASS][217] -> [FAIL][218] ([i915#11989]) +5 other tests fail
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-tglu-3/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-3/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@plain-flip-ts-check@b-edp1:
- shard-mtlp: [PASS][219] -> [FAIL][220] ([i915#11989]) +2 other tests fail
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-mtlp-2/igt@kms_flip@plain-flip-ts-check@b-edp1.html
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-5/igt@kms_flip@plain-flip-ts-check@b-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-tglu: NOTRUN -> [SKIP][221] ([i915#2672] / [i915#3555]) +3 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][222] ([i915#2587] / [i915#2672]) +4 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling:
- shard-dg1: [PASS][223] -> [DMESG-WARN][224] ([i915#4423])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg1-14/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling.html
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][225] ([i915#2672]) +1 other test skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][226] ([i915#2672] / [i915#3555])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][227] ([i915#2672] / [i915#3555])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-tglu-1: NOTRUN -> [SKIP][228] ([i915#2587] / [i915#2672])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
- shard-tglu: NOTRUN -> [SKIP][229] ([i915#2587] / [i915#2672] / [i915#3555])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling:
- shard-rkl: [PASS][230] -> [SKIP][231] ([i915#3555]) +4 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling:
- shard-dg1: NOTRUN -> [SKIP][232] ([i915#2587] / [i915#2672] / [i915#3555])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][233] ([i915#2587] / [i915#2672])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][234] ([i915#2672]) +2 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-10/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling:
- shard-dg2: NOTRUN -> [SKIP][235] ([i915#2672] / [i915#3555] / [i915#5190]) +1 other test skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-rkl: [PASS][236] -> [SKIP][237] ([i915#1849] / [i915#5354]) +9 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt.html
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu:
- shard-snb: [PASS][238] -> [SKIP][239]
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu.html
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-msflip-blt:
- shard-rkl: NOTRUN -> [SKIP][240] ([i915#1849] / [i915#5354]) +6 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt:
- shard-dg2-9: NOTRUN -> [SKIP][241] ([i915#5354]) +1 other test skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][242] +30 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][243] ([i915#8708]) +19 other tests skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][244] ([i915#10056] / [i915#13353])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk7/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-dg1: NOTRUN -> [SKIP][245] ([i915#5439])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][246] ([i915#8708]) +18 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][247] ([i915#1825]) +16 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2-9: NOTRUN -> [SKIP][248] ([i915#8708]) +1 other test skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt:
- shard-dg2: NOTRUN -> [SKIP][249] ([i915#5354]) +26 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt:
- shard-tglu-1: NOTRUN -> [SKIP][250] +37 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html
- shard-dg1: NOTRUN -> [SKIP][251] ([i915#3458]) +15 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render:
- shard-dg2: NOTRUN -> [SKIP][252] ([i915#3458]) +11 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-linear:
- shard-dg2-9: NOTRUN -> [SKIP][253] ([i915#3458]) +3 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-tiling-linear.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-dg2: NOTRUN -> [SKIP][254] ([i915#9766])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-2/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render:
- shard-mtlp: NOTRUN -> [SKIP][255] ([i915#1825]) +14 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][256] +69 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-9/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][257] ([i915#8708]) +5 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][258] ([i915#3023]) +6 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-suspend.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2: NOTRUN -> [SKIP][259] ([i915#6118])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-3/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-dg2: NOTRUN -> [SKIP][260] ([i915#3555] / [i915#8228])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@kms_hdr@bpc-switch-suspend.html
- shard-tglu-1: NOTRUN -> [SKIP][261] ([i915#3555] / [i915#8228])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_hdr@bpc-switch-suspend.html
- shard-dg1: NOTRUN -> [SKIP][262] ([i915#3555] / [i915#8228])
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_joiner@basic-big-joiner:
- shard-dg2: NOTRUN -> [SKIP][263] ([i915#10656])
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][264] ([i915#12339])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-tglu: NOTRUN -> [SKIP][265] ([i915#10656])
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-2/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-dg2: [PASS][266] -> [SKIP][267] ([i915#12388])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg2-11/igt@kms_joiner@invalid-modeset-force-big-joiner.html
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-5/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][268] ([i915#13522])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-tglu: NOTRUN -> [SKIP][269] ([i915#1839])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-rkl: [PASS][270] -> [DMESG-FAIL][271] ([i915#12964])
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-5/igt@kms_pipe_crc_basic@suspend-read-crc.html
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_pipe_crc_basic@suspend-read-crc.html
- shard-glk: NOTRUN -> [INCOMPLETE][272] ([i915#12756] / [i915#13409] / [i915#13476])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk9/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [DMESG-FAIL][273] ([i915#12964]) +3 other tests dmesg-fail
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][274] ([i915#13409] / [i915#13476])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk9/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b:
- shard-glk: NOTRUN -> [INCOMPLETE][275] ([i915#13026])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk6/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
* igt@kms_plane@plane-position-covered:
- shard-rkl: [PASS][276] -> [SKIP][277] ([i915#8825])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-3/igt@kms_plane@plane-position-covered.html
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane@plane-position-covered.html
* igt@kms_plane_alpha_blend@alpha-transparent-fb:
- shard-rkl: [PASS][278] -> [SKIP][279] ([i915#7294]) +1 other test skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-5/igt@kms_plane_alpha_blend@alpha-transparent-fb.html
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane_alpha_blend@alpha-transparent-fb.html
* igt@kms_plane_multiple@tiling-y:
- shard-dg2: NOTRUN -> [SKIP][280] ([i915#8806])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-5/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_multiple@tiling-yf:
- shard-tglu-1: NOTRUN -> [SKIP][281] ([i915#3555]) +3 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-dg2: NOTRUN -> [SKIP][282] ([i915#13046] / [i915#5354] / [i915#9423])
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-8/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a:
- shard-dg1: NOTRUN -> [SKIP][283] ([i915#12247]) +4 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c:
- shard-rkl: NOTRUN -> [SKIP][284] ([i915#12247] / [i915#8152]) +6 other tests skip
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c:
- shard-tglu: NOTRUN -> [SKIP][285] ([i915#12247]) +8 other tests skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-3/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers:
- shard-rkl: [PASS][286] -> [SKIP][287] ([i915#3555] / [i915#8152])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers.html
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-modifiers.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d:
- shard-tglu-1: NOTRUN -> [SKIP][288] ([i915#12247]) +4 other tests skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25:
- shard-mtlp: NOTRUN -> [SKIP][289] ([i915#12247] / [i915#6953])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b:
- shard-mtlp: NOTRUN -> [SKIP][290] ([i915#12247]) +5 other tests skip
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-20x20:
- shard-rkl: [PASS][291] -> [SKIP][292] ([i915#12247] / [i915#8152]) +1 other test skip
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-2/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-20x20.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-20x20.html
* igt@kms_plane_scaling@planes-upscale-20x20:
- shard-rkl: [PASS][293] -> [SKIP][294] ([i915#6953] / [i915#8152])
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-4/igt@kms_plane_scaling@planes-upscale-20x20.html
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane_scaling@planes-upscale-20x20.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
- shard-rkl: [PASS][295] -> [SKIP][296] ([i915#12247] / [i915#3555] / [i915#6953] / [i915#8152])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25:
- shard-tglu: NOTRUN -> [SKIP][297] ([i915#12247] / [i915#6953])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-5/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5:
- shard-rkl: [PASS][298] -> [SKIP][299] ([i915#12247] / [i915#6953] / [i915#8152])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-a:
- shard-rkl: [PASS][300] -> [SKIP][301] ([i915#12247]) +11 other tests skip
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-a.html
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-a.html
* igt@kms_pm_backlight@bad-brightness:
- shard-rkl: NOTRUN -> [SKIP][302] ([i915#5354])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_backlight@fade:
- shard-tglu: NOTRUN -> [SKIP][303] ([i915#9812])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-2/igt@kms_pm_backlight@fade.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-dg1: NOTRUN -> [SKIP][304] ([i915#5354]) +1 other test skip
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-17/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-tglu-1: NOTRUN -> [SKIP][305] ([i915#9812])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc5-psr:
- shard-dg2-9: NOTRUN -> [SKIP][306] ([i915#9685])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc6-dpms:
- shard-tglu: NOTRUN -> [FAIL][307] ([i915#9295])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-3/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg2: NOTRUN -> [SKIP][308] ([i915#9685])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-6/igt@kms_pm_dc@dc6-psr.html
- shard-rkl: NOTRUN -> [SKIP][309] ([i915#9685])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-3/igt@kms_pm_dc@dc6-psr.html
- shard-tglu: NOTRUN -> [SKIP][310] ([i915#9685]) +1 other test skip
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-4/igt@kms_pm_dc@dc6-psr.html
- shard-mtlp: NOTRUN -> [FAIL][311] ([i915#12912])
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-4/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2: [PASS][312] -> [SKIP][313] ([i915#9340])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg2-4/igt@kms_pm_lpsp@kms-lpsp.html
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-3/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-dg2: NOTRUN -> [SKIP][314] ([i915#8430])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-11/igt@kms_pm_lpsp@screens-disabled.html
- shard-rkl: NOTRUN -> [SKIP][315] ([i915#8430])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_pm_lpsp@screens-disabled.html
- shard-dg1: NOTRUN -> [SKIP][316] ([i915#8430])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_pm_lpsp@screens-disabled.html
- shard-tglu: NOTRUN -> [SKIP][317] ([i915#8430])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-9/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@cursor:
- shard-dg1: NOTRUN -> [SKIP][318] ([i915#4077]) +12 other tests skip
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@kms_pm_rpm@cursor.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][319] ([i915#9519])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-3/igt@kms_pm_rpm@dpms-lpsp.html
- shard-dg1: NOTRUN -> [SKIP][320] ([i915#9519])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-rkl: [PASS][321] -> [SKIP][322] ([i915#9519]) +2 other tests skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
- shard-tglu: NOTRUN -> [SKIP][323] ([i915#9519])
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-9/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-dg2: NOTRUN -> [SKIP][324] ([i915#6524] / [i915#6805])
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-tglu: NOTRUN -> [SKIP][325] ([i915#11520]) +8 other tests skip
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-7/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area:
- shard-dg2: NOTRUN -> [SKIP][326] ([i915#11520]) +9 other tests skip
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-3/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf:
- shard-snb: NOTRUN -> [SKIP][327] ([i915#11520])
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-snb4/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][328] ([i915#9808]) +5 other tests skip
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][329] ([i915#12316]) +7 other tests skip
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf:
- shard-dg1: NOTRUN -> [SKIP][330] ([i915#11520]) +4 other tests skip
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf:
- shard-glk: NOTRUN -> [SKIP][331] ([i915#11520]) +15 other tests skip
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk8/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html
- shard-dg2-9: NOTRUN -> [SKIP][332] ([i915#11520])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
- shard-tglu-1: NOTRUN -> [SKIP][333] ([i915#11520]) +1 other test skip
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][334] ([i915#11520]) +5 other tests skip
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-tglu-1: NOTRUN -> [SKIP][335] ([i915#9683]) +1 other test skip
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_psr2_su@page_flip-xrgb8888.html
- shard-dg1: NOTRUN -> [SKIP][336] ([i915#9683]) +1 other test skip
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-pr-cursor-blt:
- shard-dg2-9: NOTRUN -> [SKIP][337] ([i915#1072] / [i915#9732]) +3 other tests skip
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_psr@fbc-pr-cursor-blt.html
* igt@kms_psr@fbc-pr-suspend:
- shard-tglu-1: NOTRUN -> [SKIP][338] ([i915#9732]) +9 other tests skip
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_psr@fbc-pr-suspend.html
* igt@kms_psr@fbc-psr-cursor-plane-move:
- shard-dg2: NOTRUN -> [SKIP][339] ([i915#1072] / [i915#9732]) +17 other tests skip
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-6/igt@kms_psr@fbc-psr-cursor-plane-move.html
* igt@kms_psr@fbc-psr-cursor-plane-onoff:
- shard-tglu: NOTRUN -> [SKIP][340] ([i915#9732]) +18 other tests skip
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-10/igt@kms_psr@fbc-psr-cursor-plane-onoff.html
- shard-mtlp: NOTRUN -> [SKIP][341] ([i915#9688]) +18 other tests skip
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-6/igt@kms_psr@fbc-psr-cursor-plane-onoff.html
* igt@kms_psr@fbc-psr2-primary-blt:
- shard-rkl: NOTRUN -> [SKIP][342] ([i915#1072] / [i915#9732]) +12 other tests skip
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-2/igt@kms_psr@fbc-psr2-primary-blt.html
* igt@kms_psr@psr-cursor-plane-onoff:
- shard-dg1: NOTRUN -> [SKIP][343] ([i915#1072] / [i915#9732]) +18 other tests skip
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@kms_psr@psr-cursor-plane-onoff.html
* igt@kms_psr@psr2-sprite-plane-onoff:
- shard-mtlp: [PASS][344] -> [FAIL][345] ([i915#13509]) +1 other test fail
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-mtlp-5/igt@kms_psr@psr2-sprite-plane-onoff.html
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-3/igt@kms_psr@psr2-sprite-plane-onoff.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-dg1: NOTRUN -> [SKIP][346] ([i915#9685]) +2 other tests skip
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-18/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rmfb@rmfb-ioctl:
- shard-rkl: NOTRUN -> [SKIP][347] ([i915#13651]) +5 other tests skip
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@kms_rmfb@rmfb-ioctl.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- shard-tglu: NOTRUN -> [SKIP][348] ([i915#5289])
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-9/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-tglu-1: NOTRUN -> [SKIP][349] ([i915#5289])
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-rkl: NOTRUN -> [SKIP][350] ([i915#5289])
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-dg2: NOTRUN -> [SKIP][351] ([i915#12755])
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-1/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@kms_selftest@drm_framebuffer:
- shard-tglu-1: NOTRUN -> [ABORT][352] ([i915#13179]) +1 other test abort
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_selftest@drm_framebuffer.html
- shard-glk: NOTRUN -> [ABORT][353] ([i915#13179]) +1 other test abort
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk4/igt@kms_selftest@drm_framebuffer.html
* igt@kms_setmode@basic:
- shard-dg2: [PASS][354] -> [FAIL][355] ([i915#13657])
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg2-6/igt@kms_setmode@basic.html
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@kms_setmode@basic.html
* igt@kms_setmode@basic@pipe-a-hdmi-a-1:
- shard-dg2: NOTRUN -> [FAIL][356] ([i915#13657]) +1 other test fail
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-mtlp: [PASS][357] -> [FAIL][358] ([i915#5465]) +2 other tests fail
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-mtlp-7/igt@kms_setmode@basic@pipe-b-edp-1.html
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-6/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg1: NOTRUN -> [SKIP][359] ([i915#8623])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@kms_tiled_display@basic-test-pattern.html
- shard-tglu: NOTRUN -> [SKIP][360] ([i915#8623])
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-3/igt@kms_tiled_display@basic-test-pattern.html
- shard-mtlp: NOTRUN -> [SKIP][361] ([i915#8623])
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-5/igt@kms_tiled_display@basic-test-pattern.html
- shard-dg2: NOTRUN -> [SKIP][362] ([i915#8623])
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-11/igt@kms_tiled_display@basic-test-pattern.html
- shard-rkl: NOTRUN -> [SKIP][363] ([i915#8623])
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1:
- shard-glk: [PASS][364] -> [INCOMPLETE][365] ([i915#12276])
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-glk3/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1.html
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk1/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1.html
* igt@kms_vrr@flip-basic-fastset:
- shard-dg2: NOTRUN -> [SKIP][366] ([i915#9906]) +1 other test skip
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-5/igt@kms_vrr@flip-basic-fastset.html
- shard-dg1: NOTRUN -> [SKIP][367] ([i915#9906]) +1 other test skip
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@kms_vrr@flip-basic-fastset.html
- shard-tglu: NOTRUN -> [SKIP][368] ([i915#9906]) +1 other test skip
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-10/igt@kms_vrr@flip-basic-fastset.html
- shard-mtlp: NOTRUN -> [SKIP][369] ([i915#8808] / [i915#9906])
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-1/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@lobf:
- shard-dg2-9: NOTRUN -> [SKIP][370] ([i915#11920])
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@kms_vrr@lobf.html
* igt@kms_writeback@writeback-check-output:
- shard-dg2: NOTRUN -> [SKIP][371] ([i915#2437])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@kms_writeback@writeback-check-output.html
- shard-tglu-1: NOTRUN -> [SKIP][372] ([i915#2437])
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@kms_writeback@writeback-check-output.html
- shard-dg1: NOTRUN -> [SKIP][373] ([i915#2437])
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-glk: NOTRUN -> [SKIP][374] ([i915#2437]) +1 other test skip
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk8/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-rkl: NOTRUN -> [SKIP][375] ([i915#2437] / [i915#9412])
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-3/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@perf@blocking@0-rcs0:
- shard-rkl: [PASS][376] -> [FAIL][377] ([i915#10538]) +1 other test fail
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-8/igt@perf@blocking@0-rcs0.html
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@perf@blocking@0-rcs0.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-rkl: NOTRUN -> [SKIP][378] ([i915#2436])
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-6/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf@global-sseu-config-invalid:
- shard-dg2: NOTRUN -> [SKIP][379] ([i915#7387])
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-2/igt@perf@global-sseu-config-invalid.html
* igt@perf@mi-rpc:
- shard-dg1: NOTRUN -> [SKIP][380] ([i915#2434])
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-12/igt@perf@mi-rpc.html
* igt@perf_pmu@event-wait:
- shard-mtlp: NOTRUN -> [SKIP][381] ([i915#8807])
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-2/igt@perf_pmu@event-wait.html
* igt@perf_pmu@event-wait@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][382] ([i915#3555] / [i915#8807])
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-2/igt@perf_pmu@event-wait@rcs0.html
- shard-dg2-9: NOTRUN -> [SKIP][383] +1 other test skip
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-9/igt@perf_pmu@event-wait@rcs0.html
* igt@perf_pmu@rc6-all-gts:
- shard-dg2: NOTRUN -> [SKIP][384] ([i915#8516])
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@perf_pmu@rc6-all-gts.html
* igt@prime_vgem@basic-fence-read:
- shard-dg2: NOTRUN -> [SKIP][385] ([i915#3291] / [i915#3708])
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-8/igt@prime_vgem@basic-fence-read.html
- shard-dg1: NOTRUN -> [SKIP][386] ([i915#3708])
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-13/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@coherency-gtt:
- shard-rkl: NOTRUN -> [SKIP][387] ([i915#3708])
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@prime_vgem@coherency-gtt.html
* igt@prime_vgem@fence-read-hang:
- shard-dg2: NOTRUN -> [SKIP][388] ([i915#3708])
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-7/igt@prime_vgem@fence-read-hang.html
* igt@sriov_basic@bind-unbind-vf:
- shard-dg1: NOTRUN -> [SKIP][389] ([i915#9917])
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg1-14/igt@sriov_basic@bind-unbind-vf.html
* igt@sriov_basic@bind-unbind-vf@vf-1:
- shard-tglu-1: NOTRUN -> [FAIL][390] ([i915#12910]) +9 other tests fail
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-1/igt@sriov_basic@bind-unbind-vf@vf-1.html
* igt@tools_test@sysfs_l3_parity:
- shard-dg2: NOTRUN -> [SKIP][391] ([i915#4818])
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-11/igt@tools_test@sysfs_l3_parity.html
#### Possible fixes ####
* igt@gem_caching@writes:
- shard-rkl: [DMESG-WARN][392] ([i915#12917] / [i915#12964]) -> [PASS][393]
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-2/igt@gem_caching@writes.html
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-2/igt@gem_caching@writes.html
* igt@gem_ccs@suspend-resume:
- shard-dg2: [INCOMPLETE][394] ([i915#13356]) -> [PASS][395] +1 other test pass
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg2-5/igt@gem_ccs@suspend-resume.html
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@gem_ccs@suspend-resume.html
* igt@gem_eio@wait-wedge-1us:
- shard-mtlp: [ABORT][396] ([i915#13193]) -> [PASS][397] +1 other test pass
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-mtlp-7/igt@gem_eio@wait-wedge-1us.html
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-2/igt@gem_eio@wait-wedge-1us.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: [DMESG-WARN][398] ([i915#5493]) -> [PASS][399] +1 other test pass
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg2-4/igt@gem_lmem_swapping@smem-oom@lmem0.html
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-10/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_pxp@create-valid-protected-context:
- shard-rkl: [SKIP][400] ([i915#4270]) -> [PASS][401]
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-8/igt@gem_pxp@create-valid-protected-context.html
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@gem_pxp@create-valid-protected-context.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-rkl: [TIMEOUT][402] ([i915#12917] / [i915#12964]) -> [PASS][403] +2 other tests pass
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-1/igt@gem_pxp@reject-modify-context-protection-off-3.html
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_workarounds@suspend-resume-context:
- shard-glk: [INCOMPLETE][404] ([i915#13356]) -> [PASS][405]
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-glk1/igt@gem_workarounds@suspend-resume-context.html
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk6/igt@gem_workarounds@suspend-resume-context.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-tglu: [ABORT][406] ([i915#12817] / [i915#9820]) -> [PASS][407]
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-tglu-8/igt@i915_module_load@reload-with-fault-injection.html
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-5/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rpm@sysfs-read:
- shard-rkl: [SKIP][408] ([i915#13328]) -> [PASS][409]
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-4/igt@i915_pm_rpm@sysfs-read.html
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@i915_pm_rpm@sysfs-read.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-rkl: [INCOMPLETE][410] ([i915#4817]) -> [PASS][411]
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-3/igt@i915_suspend@basic-s3-without-i915.html
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing@pipe-b-hdmi-a-1:
- shard-rkl: [DMESG-WARN][412] ([i915#12964]) -> [PASS][413] +34 other tests pass
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-2/igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing@pipe-b-hdmi-a-1.html
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
- shard-rkl: [DMESG-FAIL][414] ([i915#12964]) -> [PASS][415]
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_color@ctm-green-to-red:
- shard-rkl: [SKIP][416] ([i915#12655]) -> [PASS][417]
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-8/igt@kms_color@ctm-green-to-red.html
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-7/igt@kms_color@ctm-green-to-red.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-rkl: [FAIL][418] ([i915#13566]) -> [PASS][419] +3 other tests pass
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-1/igt@kms_cursor_crc@cursor-onscreen-128x42.html
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_crc@cursor-onscreen-256x256:
- shard-rkl: [SKIP][420] ([i915#13651]) -> [PASS][421] +44 other tests pass
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-8/igt@kms_cursor_crc@cursor-onscreen-256x256.html
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-256x256.html
* igt@kms_flip@2x-plain-flip-ts-check:
- shard-snb: [FAIL][422] ([i915#11989]) -> [PASS][423] +4 other tests pass
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-snb1/igt@kms_flip@2x-plain-flip-ts-check.html
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-snb7/igt@kms_flip@2x-plain-flip-ts-check.html
* igt@kms_flip@flip-vs-suspend:
- shard-rkl: [SKIP][424] ([i915#9934]) -> [PASS][425] +6 other tests pass
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-8/igt@kms_flip@flip-vs-suspend.html
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-2/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip@wf_vblank-ts-check-interruptible:
- shard-mtlp: [FAIL][426] ([i915#11989]) -> [PASS][427] +1 other test pass
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-mtlp-2/igt@kms_flip@wf_vblank-ts-check-interruptible.html
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-8/igt@kms_flip@wf_vblank-ts-check-interruptible.html
* igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a1:
- shard-tglu: [FAIL][428] ([i915#11989]) -> [PASS][429] +2 other tests pass
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-tglu-6/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a1.html
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-tglu-3/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a1.html
* igt@kms_flip@wf_vblank-ts-check-interruptible@c-hdmi-a3:
- shard-dg2: [FAIL][430] ([i915#11989]) -> [PASS][431] +3 other tests pass
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg2-3/igt@kms_flip@wf_vblank-ts-check-interruptible@c-hdmi-a3.html
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-6/igt@kms_flip@wf_vblank-ts-check-interruptible@c-hdmi-a3.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt:
- shard-dg2: [FAIL][432] ([i915#6880]) -> [PASS][433] +1 other test pass
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/index.html
[-- Attachment #2: Type: text/html, Size: 109868 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: ✗ i915.CI.Full: failure for Bump aborting on network failure deadline to 40 seconds
2025-02-10 8:26 ` Peter Senna Tschudin
@ 2025-02-10 14:43 ` Ravali, JupallyX
0 siblings, 0 replies; 26+ messages in thread
From: Ravali, JupallyX @ 2025-02-10 14:43 UTC (permalink / raw)
To: i915-ci-infra@lists.freedesktop.org,
igt-dev@lists.freedesktop.org
Hi,
https://patchwork.freedesktop.org/series/144424/ - Re-reported.
i915.CI.FULL - Re-reported.
Thanks,
Ravali.
-----Original Message-----
From: I915-ci-infra <i915-ci-infra-bounces@lists.freedesktop.org> On Behalf Of Peter Senna Tschudin
Sent: 10 February 2025 13:57
To: igt-dev@lists.freedesktop.org; I915-ci-infra@lists.freedesktop.org
Subject: Re: ✗ i915.CI.Full: failure for Bump aborting on network failure deadline to 40 seconds
Dear I915,
On 10.02.2025 08:08, Patchwork wrote:
> == Series Details ==
>
> Series: Bump aborting on network failure deadline to 40 seconds
> URL : https://patchwork.freedesktop.org/series/144424/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from CI_DRM_16081_full -> IGTPW_12556_full
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with IGTPW_12556_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_12556_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_12556/index.html
>
> Participating hosts (12 -> 10)
> ------------------------------
>
> Missing (2): shard-snb-0 shard-dg2-set2
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in IGTPW_12556_full:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@gem_eio@hibernate:
> - shard-glk: NOTRUN -> [ABORT][1]
> [1]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-glk2/igt@ge
> m_eio@hibernate.html
>
> * igt@gem_exec_fence@basic-await@ccs0:
> - shard-mtlp: [PASS][2] -> [ABORT][3] +1 other test abort
> [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-mtlp-4/igt@gem_exec_fence@basic-await@ccs0.html
> [3]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-mtlp-2/igt@
> gem_exec_fence@basic-await@ccs0.html
>
> * igt@kms_big_fb@x-tiled-32bpp-rotate-0:
> - shard-rkl: [PASS][4] -> [SKIP][5] +14 other tests skip
> [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-1/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html
> [5]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@k
> ms_big_fb@x-tiled-32bpp-rotate-0.html
>
> * igt@kms_setmode@basic:
> - shard-dg2: [PASS][6] -> [FAIL][7]
> [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-dg2-6/igt@kms_setmode@basic.html
> [7]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@k
> ms_setmode@basic.html
>
> * igt@kms_setmode@basic@pipe-a-hdmi-a-1:
> - shard-dg2: NOTRUN -> [FAIL][8] +1 other test fail
> [8]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-dg2-4/igt@k
> ms_setmode@basic@pipe-a-hdmi-a-1.html
>
>
> #### Warnings ####
>
> * igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
> - shard-rkl: [SKIP][9] ([i915#12313]) -> [SKIP][10]
> [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-5/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
> [10]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@k
> ms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
>
> * igt@kms_ccs@crc-primary-suspend-y-tiled-ccs:
> - shard-rkl: [SKIP][11] ([i915#6095]) -> [SKIP][12] +1 other test skip
> [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-5/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html
> [12]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@k
> ms_ccs@crc-primary-suspend-y-tiled-ccs.html
>
> * igt@kms_content_protection@dp-mst-lic-type-0:
> - shard-rkl: [SKIP][13] ([i915#3116]) -> [SKIP][14]
> [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-1/igt@kms_content_protection@dp-mst-lic-type-0.html
> [14]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@k
> ms_content_protection@dp-mst-lic-type-0.html
>
> * igt@kms_flip@basic-flip-vs-dpms:
> - shard-rkl: [DMESG-WARN][15] ([i915#12964]) -> [SKIP][16]
> [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-1/igt@kms_flip@basic-flip-vs-dpms.html
> [16]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@k
> ms_flip@basic-flip-vs-dpms.html
>
> * igt@kms_vrr@seamless-rr-switch-vrr:
> - shard-rkl: [SKIP][17] ([i915#9906]) -> [SKIP][18] +1 other test skip
> [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16081/shard-rkl-6/igt@kms_vrr@seamless-rr-switch-vrr.html
> [18]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12556/shard-rkl-8/igt@k
> ms_vrr@seamless-rr-switch-vrr.html
>
These regressions and warnings are unrelated to my change. Please fix and rerun.
Thank you,
Peter
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds
2025-02-06 15:21 [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds Peter Senna Tschudin
` (7 preceding siblings ...)
2025-02-10 10:36 ` ✓ i915.CI.Full: success " Patchwork
@ 2025-02-11 9:21 ` Kamil Konieczny
2025-02-11 9:55 ` Peter Senna Tschudin
8 siblings, 1 reply; 26+ messages in thread
From: Kamil Konieczny @ 2025-02-11 9:21 UTC (permalink / raw)
To: igt-dev
Cc: Peter Senna Tschudin, juha-pekka.heikkila, katarzyna.piecielska,
ryszard.knop, ewelina.musial, adrinael, mateusz.grabski,
konrad.b.brodzik
Hi Peter,
On 2025-02-06 at 16:21:47 +0100, Peter Senna Tschudin wrote:
> Commit ddfde25f16ba ("runner: Add support for aborting on network
> failure") introduced a 20 second deadline for the DUT’s network
> to recover after a suspend/resume cycle. If the network isn’t
> back up within that time, igt_runner aborts the test run to save logs
> and prevent potential log loss from an imminent power cycle.
>
> This deadline was set to accommodate our internal CI system, which
> checks for DUT network connectivity every 5 seconds and retries up
> to 3 times at 20 second intervals. If it fails 3 consecutive checks,
This is a little confusing, you wrote in first paragraph about
20 second deadline and here it looks like 60 seconds (3*20).
> it triggers a power cycle on the DUT.
>
> Although our internal CI system can be configured with a longer
-------------- ^^^^^^^^
Remove this.
> wait time, extending it further would unnecessarily prolong tests
> in cases of DUT hangs.
>
> Bumping the deadline to 40 seconds keeps the abort mechanism safely
imho this should be option for igt-runner, I would prefer to not
adjust it later, let CI team tune it. Option could be either time
or retry counter or both.
> within our internal CI system retry window while improving chances
> of preventing a premature abort. For upstream testing on Jenkins,
> the deadlines vary from 16 and 25 minutes, and this change has
> no impact.
>
> CC: juha-pekka.heikkila@intel.com
> CC: katarzyna.piecielska@intel.com
> CC: ryszard.knop@intel.com
> CC: ewelina.musial@intel.com
> CC: adrinael@adrinael.net
> CC: mateusz.grabski@intel.com
> CC: konrad.b.brodzik@intel.com
imho better here 'Cc:'
Regards,
Kamil
> Signed-off-by: Peter Senna Tschudin <peter.senna@linux.intel.com>
> ---
> runner/executor.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/runner/executor.c b/runner/executor.c
> index 999e7f719..2abb18732 100644
> --- a/runner/executor.c
> +++ b/runner/executor.c
> @@ -218,11 +218,11 @@ static bool load_ping_config_from_env(void)
>
> /*
> * On some hosts, getting network back up after suspend takes
> - * upwards of 10 seconds. 20 seconds should be enough to see
> + * upwards of 10 seconds. 40 seconds should be enough to see
> * if network comes back at all, and hopefully not too long to
> * make external monitoring freak out.
> */
> -#define PING_ABORT_DEADLINE 20
> +#define PING_ABORT_DEADLINE 40
>
> static bool can_ping(void)
> {
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds
2025-02-11 9:21 ` [PATCH i-g-t] " Kamil Konieczny
@ 2025-02-11 9:55 ` Peter Senna Tschudin
2025-02-11 11:59 ` Piecielska, Katarzyna
2025-02-12 14:59 ` Kamil Konieczny
0 siblings, 2 replies; 26+ messages in thread
From: Peter Senna Tschudin @ 2025-02-11 9:55 UTC (permalink / raw)
To: Kamil Konieczny, igt-dev, juha-pekka.heikkila,
katarzyna.piecielska, ryszard.knop, ewelina.musial, adrinael,
mateusz.grabski, konrad.b.brodzik
Hi Kamil,
Thank you for your review. Please see below.
On 11.02.2025 10:21, Kamil Konieczny wrote:
> Hi Peter,
> On 2025-02-06 at 16:21:47 +0100, Peter Senna Tschudin wrote:
>> Commit ddfde25f16ba ("runner: Add support for aborting on network
>> failure") introduced a 20 second deadline for the DUT’s network
>> to recover after a suspend/resume cycle. If the network isn’t
>> back up within that time, igt_runner aborts the test run to save logs
>> and prevent potential log loss from an imminent power cycle.
>>
>> This deadline was set to accommodate our internal CI system, which
>> checks for DUT network connectivity every 5 seconds and retries up
>> to 3 times at 20 second intervals. If it fails 3 consecutive checks,
>
> This is a little confusing, you wrote in first paragraph about
> 20 second deadline and here it looks like 60 seconds (3*20).
The first paragraph is explicitly about the deadline introduced by a
previous commit. The second paragraph is explicitly about the internal
CI mechanism that inspired the deadline. Can you explain what is
confusing?
>
>> it triggers a power cycle on the DUT.
>>
>> Although our internal CI system can be configured with a longer
> -------------- ^^^^^^^^
> Remove this.
No, why?
>
>> wait time, extending it further would unnecessarily prolong tests
>> in cases of DUT hangs.
>>
>> Bumping the deadline to 40 seconds keeps the abort mechanism safely
>
> imho this should be option for igt-runner, I would prefer to not
> adjust it later, let CI team tune it. Option could be either time
> or retry counter or both.
I disagree. We can add value now by potentially preventing premature
aborts with very little risk of creating any issue. The people in CC
seems to agree with that.
This patch is as simple as it can get. I don't buy the benefit of the
extra complexity of adding yet another command line option. It is way
more effective to send one of these every 6 years or so.
Am I correct that this is a nack from you?
>
>> within our internal CI system retry window while improving chances
>> of preventing a premature abort. For upstream testing on Jenkins,
>> the deadlines vary from 16 and 25 minutes, and this change has
>> no impact.
>>
>> CC: juha-pekka.heikkila@intel.com
>> CC: katarzyna.piecielska@intel.com
>> CC: ryszard.knop@intel.com
>> CC: ewelina.musial@intel.com
>> CC: adrinael@adrinael.net
>> CC: mateusz.grabski@intel.com
>> CC: konrad.b.brodzik@intel.com
>
> imho better here 'Cc:'
Thank you!
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds
2025-02-11 9:55 ` Peter Senna Tschudin
@ 2025-02-11 11:59 ` Piecielska, Katarzyna
2025-02-11 13:38 ` Peter Senna Tschudin
2025-02-12 10:06 ` Knop, Ryszard
2025-02-12 14:59 ` Kamil Konieczny
1 sibling, 2 replies; 26+ messages in thread
From: Piecielska, Katarzyna @ 2025-02-11 11:59 UTC (permalink / raw)
To: Peter Senna Tschudin, Kamil Konieczny,
igt-dev@lists.freedesktop.org, Heikkila, Juha-pekka,
Knop, Ryszard, Musial, Ewelina, adrinael@adrinael.net,
Grabski, Mateusz, Brodzik, Konrad B
Hello Peter
Hi Kamil,
Thank you for your review. Please see below.
On 11.02.2025 10:21, Kamil Konieczny wrote:
> Hi Peter,
> On 2025-02-06 at 16:21:47 +0100, Peter Senna Tschudin wrote:
>> Commit ddfde25f16ba ("runner: Add support for aborting on network
>> failure") introduced a 20 second deadline for the DUT’s network to
>> recover after a suspend/resume cycle. If the network isn’t back up
>> within that time, igt_runner aborts the test run to save logs and
>> prevent potential log loss from an imminent power cycle.
>>
>> This deadline was set to accommodate our internal CI system, which
>> checks for DUT network connectivity every 5 seconds and retries up to
>> 3 times at 20 second intervals. If it fails 3 consecutive checks,
>
> This is a little confusing, you wrote in first paragraph about
> 20 second deadline and here it looks like 60 seconds (3*20).
The first paragraph is explicitly about the deadline introduced by a previous commit. The second paragraph is explicitly about the internal CI mechanism that inspired the deadline. Can you explain what is confusing?
>
>> it triggers a power cycle on the DUT.
>>
>> Although our internal CI system can be configured with a longer
> -------------- ^^^^^^^^
> Remove this.
No, why?
Kasia -> This is upstream review, no need to add word 'internal'.
>
>> wait time, extending it further would unnecessarily prolong tests in
>> cases of DUT hangs.
>>
>> Bumping the deadline to 40 seconds keeps the abort mechanism safely
>
> imho this should be option for igt-runner, I would prefer to not
> adjust it later, let CI team tune it. Option could be either time or
> retry counter or both.
I disagree. We can add value now by potentially preventing premature aborts with very little risk of creating any issue. The people in CC seems to agree with that.
This patch is as simple as it can get. I don't buy the benefit of the extra complexity of adding yet another command line option. It is way more effective to send one of these every 6 years or so.
Am I correct that this is a nack from you?
This looks like we need a good discussion with CI team. @Knop, Ryszard @Grabski, Mateusz can you comment on this approach?
Thanks,
Kasia
>
>> within our internal CI system retry window while improving chances of
>> preventing a premature abort. For upstream testing on Jenkins, the
>> deadlines vary from 16 and 25 minutes, and this change has no impact.
>>
>> CC: juha-pekka.heikkila@intel.com
>> CC: katarzyna.piecielska@intel.com
>> CC: ryszard.knop@intel.com
>> CC: ewelina.musial@intel.com
>> CC: adrinael@adrinael.net
>> CC: mateusz.grabski@intel.com
>> CC: konrad.b.brodzik@intel.com
>
> imho better here 'Cc:'
Thank you!
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds
2025-02-11 11:59 ` Piecielska, Katarzyna
@ 2025-02-11 13:38 ` Peter Senna Tschudin
2025-02-12 10:06 ` Knop, Ryszard
1 sibling, 0 replies; 26+ messages in thread
From: Peter Senna Tschudin @ 2025-02-11 13:38 UTC (permalink / raw)
To: Piecielska, Katarzyna, Kamil Konieczny,
igt-dev@lists.freedesktop.org, Heikkila, Juha-pekka,
Knop, Ryszard, Musial, Ewelina, adrinael@adrinael.net,
Grabski, Mateusz, Brodzik, Konrad B
Hi Kasia,
On 11.02.2025 12:59, Piecielska, Katarzyna wrote:
> Hello Peter
>
>
>
> Hi Kamil,
>
> Thank you for your review. Please see below.
>
> On 11.02.2025 10:21, Kamil Konieczny wrote:
>> Hi Peter,
>> On 2025-02-06 at 16:21:47 +0100, Peter Senna Tschudin wrote:
>>> Commit ddfde25f16ba ("runner: Add support for aborting on network
>>> failure") introduced a 20 second deadline for the DUT’s network to
>>> recover after a suspend/resume cycle. If the network isn’t back up
>>> within that time, igt_runner aborts the test run to save logs and
>>> prevent potential log loss from an imminent power cycle.
>>>
>>> This deadline was set to accommodate our internal CI system, which
>>> checks for DUT network connectivity every 5 seconds and retries up to
>>> 3 times at 20 second intervals. If it fails 3 consecutive checks,
>>
>> This is a little confusing, you wrote in first paragraph about
>> 20 second deadline and here it looks like 60 seconds (3*20).
>
> The first paragraph is explicitly about the deadline introduced by a previous commit. The second paragraph is explicitly about the internal CI mechanism that inspired the deadline. Can you explain what is confusing?
>
>>
>>> it triggers a power cycle on the DUT.
>>>
>>> Although our internal CI system can be configured with a longer
>> -------------- ^^^^^^^^
>> Remove this.
>
> No, why?
>
>
> Kasia -> This is upstream review, no need to add word 'internal'.
This entire discussion is about safety mechanisms from our internal CI.
Even the commit that I talk about, ddfde25f16ba ("runner: Add support for
aborting on network failure") was created to work well with our internal
CI.
What is the problem?
>
>>
>>> wait time, extending it further would unnecessarily prolong tests in
>>> cases of DUT hangs.
>>>
>>> Bumping the deadline to 40 seconds keeps the abort mechanism safely
>>
>> imho this should be option for igt-runner, I would prefer to not
>> adjust it later, let CI team tune it. Option could be either time or
>> retry counter or both.
>
> I disagree. We can add value now by potentially preventing premature aborts with very little risk of creating any issue. The people in CC seems to agree with that.
>
> This patch is as simple as it can get. I don't buy the benefit of the extra complexity of adding yet another command line option. It is way more effective to send one of these every 6 years or so.
>
> Am I correct that this is a nack from you?
>
> This looks like we need a good discussion with CI team. @Knop, Ryszard @Grabski, Mateusz can you comment on this approach?
What is not clear? Not sure there is any open here.
Thanks,
Peter
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds
2025-02-11 11:59 ` Piecielska, Katarzyna
2025-02-11 13:38 ` Peter Senna Tschudin
@ 2025-02-12 10:06 ` Knop, Ryszard
2025-02-12 13:52 ` Kamil Konieczny
1 sibling, 1 reply; 26+ messages in thread
From: Knop, Ryszard @ 2025-02-12 10:06 UTC (permalink / raw)
To: Musial, Ewelina, Piecielska, Katarzyna, Heikkila, Juha-pekka,
Grabski, Mateusz, adrinael@adrinael.net,
igt-dev@lists.freedesktop.org, Brodzik, Konrad B,
kamil.konieczny@linux.intel.com, peter.senna@linux.intel.com
On Tue, 2025-02-11 at 11:59 +0000, Piecielska, Katarzyna wrote:
> Hello Peter
>
>
>
> Hi Kamil,
>
> Thank you for your review. Please see below.
>
> On 11.02.2025 10:21, Kamil Konieczny wrote:
> > Hi Peter,
> > On 2025-02-06 at 16:21:47 +0100, Peter Senna Tschudin wrote:
> > > Commit ddfde25f16ba ("runner: Add support for aborting on network
> > > failure") introduced a 20 second deadline for the DUT’s network to
> > > recover after a suspend/resume cycle. If the network isn’t back up
> > > within that time, igt_runner aborts the test run to save logs and
> > > prevent potential log loss from an imminent power cycle.
> > >
> > > This deadline was set to accommodate our internal CI system, which
> > > checks for DUT network connectivity every 5 seconds and retries up to
> > > 3 times at 20 second intervals. If it fails 3 consecutive checks,
> >
> > This is a little confusing, you wrote in first paragraph about
> > 20 second deadline and here it looks like 60 seconds (3*20).
>
> The first paragraph is explicitly about the deadline introduced by a previous commit. The second paragraph is explicitly about the internal CI mechanism that inspired the deadline. Can you explain what is confusing?
>
> >
> > > it triggers a power cycle on the DUT.
> > >
> > > Although our internal CI system can be configured with a longer
> > -------------- ^^^^^^^^
> > Remove this.
>
> No, why?
>
>
> Kasia -> This is upstream review, no need to add word 'internal'.
>
> >
> > > wait time, extending it further would unnecessarily prolong tests in
> > > cases of DUT hangs.
> > >
> > > Bumping the deadline to 40 seconds keeps the abort mechanism safely
> >
> > imho this should be option for igt-runner, I would prefer to not
> > adjust it later, let CI team tune it. Option could be either time or
> > retry counter or both.
>
> I disagree. We can add value now by potentially preventing premature aborts with very little risk of creating any issue. The people in CC seems to agree with that.
>
> This patch is as simple as it can get. I don't buy the benefit of the extra complexity of adding yet another command line option. It is way more effective to send one of these every 6 years or so.
>
> Am I correct that this is a nack from you?
>
> This looks like we need a good discussion with CI team. @Knop, Ryszard @Grabski, Mateusz can you comment on this approach?
- If the current value is good and the ping timeout causes machines to
take 20 seconds longer on each broken run, it's just 20 seconds.
Compared to everything else we do suboptimally, it costs maybe a few
minutes on a bad day, so it's not a problem if it's overshot.
- If the current value is too low, runs take longer, but on the other
hand we get less broken runs and less noise - I would prefer this
instead of spurious aborts.
IMO it's fine to bump this to 40s.
Thanks, Ryszard
> Thanks,
> Kasia
>
> >
> > > within our internal CI system retry window while improving chances of
> > > preventing a premature abort. For upstream testing on Jenkins, the
> > > deadlines vary from 16 and 25 minutes, and this change has no impact.
> > >
> > > CC: juha-pekka.heikkila@intel.com
> > > CC: katarzyna.piecielska@intel.com
> > > CC: ryszard.knop@intel.com
> > > CC: ewelina.musial@intel.com
> > > CC: adrinael@adrinael.net
> > > CC: mateusz.grabski@intel.com
> > > CC: konrad.b.brodzik@intel.com
> >
> > imho better here 'Cc:'
>
> Thank you!
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds
2025-02-12 10:06 ` Knop, Ryszard
@ 2025-02-12 13:52 ` Kamil Konieczny
2025-02-12 14:31 ` Knop, Ryszard
0 siblings, 1 reply; 26+ messages in thread
From: Kamil Konieczny @ 2025-02-12 13:52 UTC (permalink / raw)
To: Knop, Ryszard
Cc: Musial, Ewelina, Piecielska, Katarzyna, Heikkila, Juha-pekka,
Grabski, Mateusz, adrinael@adrinael.net,
igt-dev@lists.freedesktop.org, Brodzik, Konrad B,
peter.senna@linux.intel.com
Hi Knop,,
On 2025-02-12 at 10:06:47 +0000, Knop, Ryszard wrote:
> On Tue, 2025-02-11 at 11:59 +0000, Piecielska, Katarzyna wrote:
> > Hello Peter
> >
> >
> >
> > Hi Kamil,
> >
> > Thank you for your review. Please see below.
> >
> > On 11.02.2025 10:21, Kamil Konieczny wrote:
> > > Hi Peter,
> > > On 2025-02-06 at 16:21:47 +0100, Peter Senna Tschudin wrote:
> > > > Commit ddfde25f16ba ("runner: Add support for aborting on network
> > > > failure") introduced a 20 second deadline for the DUT’s network to
> > > > recover after a suspend/resume cycle. If the network isn’t back up
> > > > within that time, igt_runner aborts the test run to save logs and
> > > > prevent potential log loss from an imminent power cycle.
> > > >
[...]
> > > > wait time, extending it further would unnecessarily prolong tests in
> > > > cases of DUT hangs.
> > > >
> > > > Bumping the deadline to 40 seconds keeps the abort mechanism safely
[...]
> > >
> > > imho this should be option for igt-runner, I would prefer to not
> > > adjust it later, let CI team tune it. Option could be either time or
> > > retry counter or both.
> >
> > I disagree. We can add value now by potentially preventing premature aborts with very little risk of creating any issue. The people in CC seems to agree with that.
I want to avoid bumping it to lower or bigger value later
in future, see my proposition below.
> >
> > This patch is as simple as it can get. I don't buy the benefit of the extra complexity of adding yet another command line option. It is way more effective to send one of these every 6 years or so.
> >
> > Am I correct that this is a nack from you?
> >
> > This looks like we need a good discussion with CI team. @Knop, Ryszard @Grabski, Mateusz can you comment on this approach?
>
> - If the current value is good and the ping timeout causes machines to
> take 20 seconds longer on each broken run, it's just 20 seconds.
> Compared to everything else we do suboptimally, it costs maybe a few
> minutes on a bad day, so it's not a problem if it's overshot.
> - If the current value is too low, runs take longer, but on the other
> hand we get less broken runs and less noise - I would prefer this
> instead of spurious aborts.
>
> IMO it's fine to bump this to 40s.
>
> Thanks, Ryszard
>
Can I take it as acked-by by you? Thanks!
I also have one more question, do we need this now or could
we work longer and improve it? imho it is better to add one
more way for CI to increase this value by CI team instead of
here in code.
I mean we could add to runner one more env var IGT_PING_DEADLINE
and to igtrc DUT section PingHostDeadline, what you think?
Regards,
Kamil
> > Thanks,
> > Kasia
> >
> > >
> > > > within our internal CI system retry window while improving chances of
> > > > preventing a premature abort. For upstream testing on Jenkins, the
> > > > deadlines vary from 16 and 25 minutes, and this change has no impact.
> > > >
> > > > CC: juha-pekka.heikkila@intel.com
> > > > CC: katarzyna.piecielska@intel.com
> > > > CC: ryszard.knop@intel.com
> > > > CC: ewelina.musial@intel.com
> > > > CC: adrinael@adrinael.net
> > > > CC: mateusz.grabski@intel.com
> > > > CC: konrad.b.brodzik@intel.com
> > >
> > > imho better here 'Cc:'
> >
> > Thank you!
>
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds
2025-02-12 13:52 ` Kamil Konieczny
@ 2025-02-12 14:31 ` Knop, Ryszard
0 siblings, 0 replies; 26+ messages in thread
From: Knop, Ryszard @ 2025-02-12 14:31 UTC (permalink / raw)
To: Musial, Ewelina, Piecielska, Katarzyna, Grabski, Mateusz,
Heikkila, Juha-pekka, adrinael@adrinael.net,
igt-dev@lists.freedesktop.org, Brodzik, Konrad B,
kamil.konieczny@linux.intel.com, peter.senna@linux.intel.com
On Wed, 2025-02-12 at 14:52 +0100, Kamil Konieczny wrote:
> Hi Knop,,
> On 2025-02-12 at 10:06:47 +0000, Knop, Ryszard wrote:
> > On Tue, 2025-02-11 at 11:59 +0000, Piecielska, Katarzyna wrote:
> > > Hello Peter
> > >
> > >
> > >
> > > Hi Kamil,
> > >
> > > Thank you for your review. Please see below.
> > >
> > > On 11.02.2025 10:21, Kamil Konieczny wrote:
> > > > Hi Peter,
> > > > On 2025-02-06 at 16:21:47 +0100, Peter Senna Tschudin wrote:
> > > > > Commit ddfde25f16ba ("runner: Add support for aborting on network
> > > > > failure") introduced a 20 second deadline for the DUT’s network to
> > > > > recover after a suspend/resume cycle. If the network isn’t back up
> > > > > within that time, igt_runner aborts the test run to save logs and
> > > > > prevent potential log loss from an imminent power cycle.
> > > > >
> [...]
>
> > > > > wait time, extending it further would unnecessarily prolong tests in
> > > > > cases of DUT hangs.
> > > > >
> > > > > Bumping the deadline to 40 seconds keeps the abort mechanism safely
>
> [...]
>
> > > >
> > > > imho this should be option for igt-runner, I would prefer to not
> > > > adjust it later, let CI team tune it. Option could be either time or
> > > > retry counter or both.
> > >
> > > I disagree. We can add value now by potentially preventing premature aborts with very little risk of creating any issue. The people in CC seems to agree with that.
>
> I want to avoid bumping it to lower or bigger value later
> in future, see my proposition below.
>
> > >
> > > This patch is as simple as it can get. I don't buy the benefit of the extra complexity of adding yet another command line option. It is way more effective to send one of these every 6 years or so.
> > >
> > > Am I correct that this is a nack from you?
> > >
> > > This looks like we need a good discussion with CI team. @Knop, Ryszard @Grabski, Mateusz can you comment on this approach?
> >
> > - If the current value is good and the ping timeout causes machines to
> > take 20 seconds longer on each broken run, it's just 20 seconds.
> > Compared to everything else we do suboptimally, it costs maybe a few
> > minutes on a bad day, so it's not a problem if it's overshot.
> > - If the current value is too low, runs take longer, but on the other
> > hand we get less broken runs and less noise - I would prefer this
> > instead of spurious aborts.
> >
> > IMO it's fine to bump this to 40s.
> >
> > Thanks, Ryszard
> >
>
> Can I take it as acked-by by you? Thanks!
Yes, this is:
Acked-by: Ryszard Knop <ryszard.knop@intel.com>
> I also have one more question, do we need this now or could
> we work longer and improve it? imho it is better to add one
> more way for CI to increase this value by CI team instead of
> here in code.
The patch changes a single digit in the source code, on the line that
was added, and last changed, in late 2019. It's really fine just to
change this here and be done with it. Less items in the already years-
long backlog please, not more :)
Ryszard
> I mean we could add to runner one more env var IGT_PING_DEADLINE
> and to igtrc DUT section PingHostDeadline, what you think?
>
> Regards,
> Kamil
>
> > > Thanks,
> > > Kasia
> > >
> > > >
> > > > > within our internal CI system retry window while improving chances of
> > > > > preventing a premature abort. For upstream testing on Jenkins, the
> > > > > deadlines vary from 16 and 25 minutes, and this change has no impact.
> > > > >
> > > > > CC: juha-pekka.heikkila@intel.com
> > > > > CC: katarzyna.piecielska@intel.com
> > > > > CC: ryszard.knop@intel.com
> > > > > CC: ewelina.musial@intel.com
> > > > > CC: adrinael@adrinael.net
> > > > > CC: mateusz.grabski@intel.com
> > > > > CC: konrad.b.brodzik@intel.com
> > > >
> > > > imho better here 'Cc:'
> > >
> > > Thank you!
> >
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds
2025-02-11 9:55 ` Peter Senna Tschudin
2025-02-11 11:59 ` Piecielska, Katarzyna
@ 2025-02-12 14:59 ` Kamil Konieczny
2025-02-12 15:38 ` Peter Senna Tschudin
1 sibling, 1 reply; 26+ messages in thread
From: Kamil Konieczny @ 2025-02-12 14:59 UTC (permalink / raw)
To: Peter Senna Tschudin
Cc: igt-dev, juha-pekka.heikkila, katarzyna.piecielska, ryszard.knop,
ewelina.musial, adrinael, mateusz.grabski, konrad.b.brodzik
Hi Peter,
On 2025-02-11 at 10:55:37 +0100, Peter Senna Tschudin wrote:
> Hi Kamil,
>
> Thank you for your review. Please see below.
>
> On 11.02.2025 10:21, Kamil Konieczny wrote:
> > Hi Peter,
> > On 2025-02-06 at 16:21:47 +0100, Peter Senna Tschudin wrote:
> >> Commit ddfde25f16ba ("runner: Add support for aborting on network
> >> failure") introduced a 20 second deadline for the DUT’s network
> >> to recover after a suspend/resume cycle. If the network isn’t
> >> back up within that time, igt_runner aborts the test run to save logs
> >> and prevent potential log loss from an imminent power cycle.
> >>
> >> This deadline was set to accommodate our internal CI system, which
> >> checks for DUT network connectivity every 5 seconds and retries up
> >> to 3 times at 20 second intervals. If it fails 3 consecutive checks,
> >
> > This is a little confusing, you wrote in first paragraph about
> > 20 second deadline and here it looks like 60 seconds (3*20).
>
> The first paragraph is explicitly about the deadline introduced by a
> previous commit. The second paragraph is explicitly about the internal
> CI mechanism that inspired the deadline. Can you explain what is
> confusing?
>
Using same value "20 seconds" confused me, sorry. imho
it is better to write something like:
External monitoring machine checks DUTs health and if it
cannot reach it over network for 60 seconds it will reboot DUT.
So no need to exactly describe how it is done, only what is
happening and why runner needs to adapt to that.
> >
> >> it triggers a power cycle on the DUT.
> >>
> >> Although our internal CI system can be configured with a longer
> > -------------- ^^^^^^^^
> > Remove this.
>
> No, why?
>
Looks like it happened when Ci tested upstream commit:
https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10030
and it is one year old, do we have anything new?
> >
> >> wait time, extending it further would unnecessarily prolong tests
> >> in cases of DUT hangs.
> >>
> >> Bumping the deadline to 40 seconds keeps the abort mechanism safely
> >
> > imho this should be option for igt-runner, I would prefer to not
> > adjust it later, let CI team tune it. Option could be either time
> > or retry counter or both.
>
> I disagree. We can add value now by potentially preventing premature
I would prefer actual case solved by this change, not 'potential' one.
> aborts with very little risk of creating any issue. The people in CC
> seems to agree with that.
>
> This patch is as simple as it can get. I don't buy the benefit of the
> extra complexity of adding yet another command line option. It is way
> more effective to send one of these every 6 years or so.
Sorry, I didn't look into code, after reading part of it setting this
is done not by runner options but by igtrc file or enviroment, see
my reply to Ryszard. imho it is better to put these into configs/options
then hard-coding into runner, we could keep old 20s as default.
>
> Am I correct that this is a nack from you?
>
No, I am just not convinced it will solve anything, do you have
numbers? What are times needed for hibernate and resume? Because
it will be time-in-hibernate + time-for-resume + time-for-ping-deadline
and if this exceeds 60sec DUT will be rebooted.
Regards,
Kamil
> >
> >> within our internal CI system retry window while improving chances
> >> of preventing a premature abort. For upstream testing on Jenkins,
> >> the deadlines vary from 16 and 25 minutes, and this change has
> >> no impact.
> >>
> >> CC: juha-pekka.heikkila@intel.com
> >> CC: katarzyna.piecielska@intel.com
> >> CC: ryszard.knop@intel.com
> >> CC: ewelina.musial@intel.com
> >> CC: adrinael@adrinael.net
> >> CC: mateusz.grabski@intel.com
> >> CC: konrad.b.brodzik@intel.com
> >
> > imho better here 'Cc:'
>
> Thank you!
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds
2025-02-12 14:59 ` Kamil Konieczny
@ 2025-02-12 15:38 ` Peter Senna Tschudin
2025-02-13 13:37 ` Kamil Konieczny
0 siblings, 1 reply; 26+ messages in thread
From: Peter Senna Tschudin @ 2025-02-12 15:38 UTC (permalink / raw)
To: Kamil Konieczny, igt-dev, juha-pekka.heikkila,
katarzyna.piecielska, ryszard.knop, ewelina.musial, adrinael,
mateusz.grabski, konrad.b.brodzik
On 12.02.2025 15:59, Kamil Konieczny wrote:
> Hi Peter,
> On 2025-02-11 at 10:55:37 +0100, Peter Senna Tschudin wrote:
>> Hi Kamil,
>>
>> Thank you for your review. Please see below.
>>
>> On 11.02.2025 10:21, Kamil Konieczny wrote:
>>> Hi Peter,
>>> On 2025-02-06 at 16:21:47 +0100, Peter Senna Tschudin wrote:
>>>> Commit ddfde25f16ba ("runner: Add support for aborting on network
>>>> failure") introduced a 20 second deadline for the DUT’s network
>>>> to recover after a suspend/resume cycle. If the network isn’t
>>>> back up within that time, igt_runner aborts the test run to save logs
>>>> and prevent potential log loss from an imminent power cycle.
>>>>
>>>> This deadline was set to accommodate our internal CI system, which
>>>> checks for DUT network connectivity every 5 seconds and retries up
>>>> to 3 times at 20 second intervals. If it fails 3 consecutive checks,
>>>
>>> This is a little confusing, you wrote in first paragraph about
>>> 20 second deadline and here it looks like 60 seconds (3*20).
>>
>> The first paragraph is explicitly about the deadline introduced by a
>> previous commit. The second paragraph is explicitly about the internal
>> CI mechanism that inspired the deadline. Can you explain what is
>> confusing?
>>
>
> Using same value "20 seconds" confused me, sorry. imho
> it is better to write something like:
>
> External monitoring machine checks DUTs health and if it
> cannot reach it over network for 60 seconds it will reboot DUT.
>
> So no need to exactly describe how it is done, only what is
> happening and why runner needs to adapt to that.
>
>>>
>>>> it triggers a power cycle on the DUT.
>>>>
>>>> Although our internal CI system can be configured with a longer
>>> -------------- ^^^^^^^^
>>> Remove this.
>>
>> No, why?
>>
>
> Looks like it happened when Ci tested upstream commit:
> https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10030
>
> and it is one year old, do we have anything new?
>
>>>
>>>> wait time, extending it further would unnecessarily prolong tests
>>>> in cases of DUT hangs.
>>>>
>>>> Bumping the deadline to 40 seconds keeps the abort mechanism safely
>>>
>>> imho this should be option for igt-runner, I would prefer to not
>>> adjust it later, let CI team tune it. Option could be either time
>>> or retry counter or both.
>>
>> I disagree. We can add value now by potentially preventing premature
>
> I would prefer actual case solved by this change, not 'potential' one.
Unfortunately we are dealing with an issue that is not deterministic. There
is no way to know how long it will take for the network to go up after a
suspend and resume cycle.
Our main assumption is that because 20 seconds is enough for the network to
come up after most suspend/resume cycles, doubling it should considerably
reduce premature aborts, solving the problem.
Unfortunately for cases where the network takes more than 40 seconds to go
up, this patch makes no difference. But then it is ok to abort.
>
>> aborts with very little risk of creating any issue. The people in CC
>> seems to agree with that.
>>
>> This patch is as simple as it can get. I don't buy the benefit of the
>> extra complexity of adding yet another command line option. It is way
>> more effective to send one of these every 6 years or so.
>
> Sorry, I didn't look into code, after reading part of it setting this
> is done not by runner options but by igtrc file or enviroment, see
> my reply to Ryszard. imho it is better to put these into configs/options
> then hard-coding into runner, we could keep old 20s as default.
>
>>
>> Am I correct that this is a nack from you?
>>
>
> No, I am just not convinced it will solve anything, do you have
> numbers? What are times needed for hibernate and resume? Because
> it will be time-in-hibernate + time-for-resume + time-for-ping-deadline
> and if this exceeds 60sec DUT will be rebooted.
Unfortunately CI does not track how long the network takes to go up after
a suspend and resume cycle.
Statistically speaking, we expect that bumping the deadline to 40 seconds
will reduce premature aborts meaningfully, solving the problem. We have an
asymmetric situation, which is good: having this patch has potential to
make a positive impact, while the patch risk is very low.
Sorry but nothing is exact here, still this patch makes sense.
>
> Regards,
> Kamil
>
>>>
>>>> within our internal CI system retry window while improving chances
>>>> of preventing a premature abort. For upstream testing on Jenkins,
>>>> the deadlines vary from 16 and 25 minutes, and this change has
>>>> no impact.
>>>>
>>>> CC: juha-pekka.heikkila@intel.com
>>>> CC: katarzyna.piecielska@intel.com
>>>> CC: ryszard.knop@intel.com
>>>> CC: ewelina.musial@intel.com
>>>> CC: adrinael@adrinael.net
>>>> CC: mateusz.grabski@intel.com
>>>> CC: konrad.b.brodzik@intel.com
>>>
>>> imho better here 'Cc:'
>>
>> Thank you!
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds
2025-02-12 15:38 ` Peter Senna Tschudin
@ 2025-02-13 13:37 ` Kamil Konieczny
2025-02-14 9:26 ` Peter Senna Tschudin
0 siblings, 1 reply; 26+ messages in thread
From: Kamil Konieczny @ 2025-02-13 13:37 UTC (permalink / raw)
To: Peter Senna Tschudin
Cc: igt-dev, juha-pekka.heikkila, katarzyna.piecielska, ryszard.knop,
ewelina.musial, adrinael, mateusz.grabski, konrad.b.brodzik
Hi Peter,
On 2025-02-12 at 16:38:34 +0100, Peter Senna Tschudin wrote:
>
One nit I forgot to add, in subject there should be 'runner: '
prefix, just like in commit you cite in beginning.
In conclusion, are you ok with me aditing 2nd paragraph, dropping
4th paragraph where you wrote about internal-upstream CI,
dropping 'internal' word plus adding 'runner: ' prefix in subject?
If yes I could merge it.
Regards,
Kamil
>
> On 12.02.2025 15:59, Kamil Konieczny wrote:
> > Hi Peter,
> > On 2025-02-11 at 10:55:37 +0100, Peter Senna Tschudin wrote:
> >> Hi Kamil,
> >>
> >> Thank you for your review. Please see below.
> >>
> >> On 11.02.2025 10:21, Kamil Konieczny wrote:
> >>> Hi Peter,
> >>> On 2025-02-06 at 16:21:47 +0100, Peter Senna Tschudin wrote:
> >>>> Commit ddfde25f16ba ("runner: Add support for aborting on network
> >>>> failure") introduced a 20 second deadline for the DUT’s network
> >>>> to recover after a suspend/resume cycle. If the network isn’t
> >>>> back up within that time, igt_runner aborts the test run to save logs
> >>>> and prevent potential log loss from an imminent power cycle.
> >>>>
> >>>> This deadline was set to accommodate our internal CI system, which
> >>>> checks for DUT network connectivity every 5 seconds and retries up
> >>>> to 3 times at 20 second intervals. If it fails 3 consecutive checks,
> >>>
> >>> This is a little confusing, you wrote in first paragraph about
> >>> 20 second deadline and here it looks like 60 seconds (3*20).
> >>
> >> The first paragraph is explicitly about the deadline introduced by a
> >> previous commit. The second paragraph is explicitly about the internal
> >> CI mechanism that inspired the deadline. Can you explain what is
> >> confusing?
> >>
> >
> > Using same value "20 seconds" confused me, sorry. imho
> > it is better to write something like:
> >
> > External monitoring machine checks DUTs health and if it
> > cannot reach it over network for 60 seconds it will reboot DUT.
> >
> > So no need to exactly describe how it is done, only what is
> > happening and why runner needs to adapt to that.
> >
> >>>
> >>>> it triggers a power cycle on the DUT.
> >>>>
> >>>> Although our internal CI system can be configured with a longer
> >>> -------------- ^^^^^^^^
> >>> Remove this.
> >>
> >> No, why?
> >>
> >
> > Looks like it happened when Ci tested upstream commit:
> > https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10030
> >
> > and it is one year old, do we have anything new?
> >
> >>>
> >>>> wait time, extending it further would unnecessarily prolong tests
> >>>> in cases of DUT hangs.
> >>>>
> >>>> Bumping the deadline to 40 seconds keeps the abort mechanism safely
> >>>
> >>> imho this should be option for igt-runner, I would prefer to not
> >>> adjust it later, let CI team tune it. Option could be either time
> >>> or retry counter or both.
> >>
> >> I disagree. We can add value now by potentially preventing premature
> >
> > I would prefer actual case solved by this change, not 'potential' one.
>
> Unfortunately we are dealing with an issue that is not deterministic. There
> is no way to know how long it will take for the network to go up after a
> suspend and resume cycle.
>
> Our main assumption is that because 20 seconds is enough for the network to
> come up after most suspend/resume cycles, doubling it should considerably
> reduce premature aborts, solving the problem.
>
> Unfortunately for cases where the network takes more than 40 seconds to go
> up, this patch makes no difference. But then it is ok to abort.
>
> >
> >> aborts with very little risk of creating any issue. The people in CC
> >> seems to agree with that.
> >>
> >> This patch is as simple as it can get. I don't buy the benefit of the
> >> extra complexity of adding yet another command line option. It is way
> >> more effective to send one of these every 6 years or so.
> >
> > Sorry, I didn't look into code, after reading part of it setting this
> > is done not by runner options but by igtrc file or enviroment, see
> > my reply to Ryszard. imho it is better to put these into configs/options
> > then hard-coding into runner, we could keep old 20s as default.
> >
> >>
> >> Am I correct that this is a nack from you?
> >>
> >
> > No, I am just not convinced it will solve anything, do you have
> > numbers? What are times needed for hibernate and resume? Because
> > it will be time-in-hibernate + time-for-resume + time-for-ping-deadline
> > and if this exceeds 60sec DUT will be rebooted.
>
> Unfortunately CI does not track how long the network takes to go up after
> a suspend and resume cycle.
>
> Statistically speaking, we expect that bumping the deadline to 40 seconds
> will reduce premature aborts meaningfully, solving the problem. We have an
> asymmetric situation, which is good: having this patch has potential to
> make a positive impact, while the patch risk is very low.
>
> Sorry but nothing is exact here, still this patch makes sense.
>
> >
> > Regards,
> > Kamil
> >
> >>>
> >>>> within our internal CI system retry window while improving chances
> >>>> of preventing a premature abort. For upstream testing on Jenkins,
> >>>> the deadlines vary from 16 and 25 minutes, and this change has
> >>>> no impact.
> >>>>
> >>>> CC: juha-pekka.heikkila@intel.com
> >>>> CC: katarzyna.piecielska@intel.com
> >>>> CC: ryszard.knop@intel.com
> >>>> CC: ewelina.musial@intel.com
> >>>> CC: adrinael@adrinael.net
> >>>> CC: mateusz.grabski@intel.com
> >>>> CC: konrad.b.brodzik@intel.com
> >>>
> >>> imho better here 'Cc:'
> >>
> >> Thank you!
>
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds
2025-02-13 13:37 ` Kamil Konieczny
@ 2025-02-14 9:26 ` Peter Senna Tschudin
0 siblings, 0 replies; 26+ messages in thread
From: Peter Senna Tschudin @ 2025-02-14 9:26 UTC (permalink / raw)
To: Kamil Konieczny, igt-dev, juha-pekka.heikkila,
katarzyna.piecielska, ryszard.knop, ewelina.musial, adrinael,
mateusz.grabski, konrad.b.brodzik
On 13.02.2025 14:37, Kamil Konieczny wrote:
> Hi Peter,
> On 2025-02-12 at 16:38:34 +0100, Peter Senna Tschudin wrote:
>>
>
> One nit I forgot to add, in subject there should be 'runner: '
> prefix, just like in commit you cite in beginning.
Sorry about that. Even the patch I reference in the commit message has
the runner: prefix. My bad.
>
> In conclusion, are you ok with me aditing 2nd paragraph, dropping
> 4th paragraph where you wrote about internal-upstream CI,
> dropping 'internal' word plus adding 'runner: ' prefix in subject?
> If yes I could merge it.
Sure, looks good to me. Please mind that I refer to internal three
times one time on the original second, third, and fourth paragraphs.
Feel free to adjust the commit message as needed.
>
> Regards,
> Kamil
[...]
^ permalink raw reply [flat|nested] 26+ messages in thread
end of thread, other threads:[~2025-02-14 9:26 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-06 15:21 [PATCH i-g-t] Bump aborting on network failure deadline to 40 seconds Peter Senna Tschudin
2025-02-06 21:06 ` ✓ Xe.CI.BAT: success for " Patchwork
2025-02-07 2:00 ` ✗ Xe.CI.Full: failure " Patchwork
2025-02-07 7:51 ` Peter Senna Tschudin
2025-02-07 8:13 ` Ravali, JupallyX
2025-02-07 14:00 ` ✓ Xe.CI.BAT: success " Patchwork
2025-02-07 14:07 ` ✗ i915.CI.BAT: failure " Patchwork
2025-02-07 14:43 ` Peter Senna Tschudin
2025-02-10 5:35 ` Ravali, JupallyX
2025-02-07 21:01 ` ✓ Xe.CI.Full: success " Patchwork
2025-02-10 5:33 ` ✓ i915.CI.BAT: " Patchwork
2025-02-10 7:08 ` ✗ i915.CI.Full: failure " Patchwork
2025-02-10 8:26 ` Peter Senna Tschudin
2025-02-10 14:43 ` Ravali, JupallyX
2025-02-10 10:36 ` ✓ i915.CI.Full: success " Patchwork
2025-02-11 9:21 ` [PATCH i-g-t] " Kamil Konieczny
2025-02-11 9:55 ` Peter Senna Tschudin
2025-02-11 11:59 ` Piecielska, Katarzyna
2025-02-11 13:38 ` Peter Senna Tschudin
2025-02-12 10:06 ` Knop, Ryszard
2025-02-12 13:52 ` Kamil Konieczny
2025-02-12 14:31 ` Knop, Ryszard
2025-02-12 14:59 ` Kamil Konieczny
2025-02-12 15:38 ` Peter Senna Tschudin
2025-02-13 13:37 ` Kamil Konieczny
2025-02-14 9:26 ` Peter Senna Tschudin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox