All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] lib/kmod: Stop producing results at all for kernel selftests on taint
@ 2021-02-25  8:35 Petri Latvala
  2021-02-25  9:42 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Petri Latvala @ 2021-02-25  8:35 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala, Chris Wilson

Instead of producing skips for the rest when one selftest taints the
kernel, stop running them altogether. Having the skips produced yields
no value and just makes future improvements (like correctly tagging
tests that cause taints) harder. In effect, this gets us back to the
old setup when tainting made igt_runner immediately kill the test and
similarly made us not get spurious results for the rest of the
selftests.

Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
---
 lib/igt_kmod.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/lib/igt_kmod.c b/lib/igt_kmod.c
index 2ae45a1a..55295fa5 100644
--- a/lib/igt_kmod.c
+++ b/lib/igt_kmod.c
@@ -658,9 +658,16 @@ void igt_kselftests(const char *module_name,
 	igt_kselftest_get_tests(tst.kmod, filter, &tests);
 	igt_subtest_with_dynamic(filter ?: "all") {
 		igt_list_for_each_entry_safe(tl, tn, &tests, link) {
+			unsigned long taints;
+
 			igt_dynamic_f("%s", unfilter(filter, tl->name))
 				igt_kselftest_execute(&tst, tl, options, result);
 			free(tl);
+
+			if (igt_kernel_tainted(&taints)) {
+				igt_info("Kernel tainted, not executing more selftests.\n");
+				break;
+			}
 		}
 	}
 
-- 
2.29.2

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.BAT: success for lib/kmod: Stop producing results at all for kernel selftests on taint
  2021-02-25  8:35 [igt-dev] [PATCH i-g-t] lib/kmod: Stop producing results at all for kernel selftests on taint Petri Latvala
@ 2021-02-25  9:42 ` Patchwork
  2021-02-25 10:56 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2021-02-25  9:42 UTC (permalink / raw)
  To: Petri Latvala; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 5451 bytes --]

== Series Details ==

Series: lib/kmod: Stop producing results at all for kernel selftests on taint
URL   : https://patchwork.freedesktop.org/series/87370/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_9803 -> IGTPW_5551
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/index.html

Known issues
------------

  Here are the changes found in IGTPW_5551 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_exec_suspend@basic-s3:
    - fi-tgl-y:           NOTRUN -> [DMESG-WARN][1] ([i915#2411] / [i915#402])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/fi-tgl-y/igt@gem_exec_suspend@basic-s3.html

  * igt@i915_pm_rpm@module-reload:
    - fi-byt-j1900:       [PASS][2] -> [INCOMPLETE][3] ([i915#142] / [i915#2405])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/fi-byt-j1900/igt@i915_pm_rpm@module-reload.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/fi-byt-j1900/igt@i915_pm_rpm@module-reload.html

  * igt@i915_selftest@live@execlists:
    - fi-bsw-nick:        [PASS][4] -> [INCOMPLETE][5] ([i915#2940])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/fi-bsw-nick/igt@i915_selftest@live@execlists.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/fi-bsw-nick/igt@i915_selftest@live@execlists.html

  * igt@i915_selftest@live@gt_lrc:
    - fi-tgl-y:           NOTRUN -> [DMESG-FAIL][6] ([i915#2373])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/fi-tgl-y/igt@i915_selftest@live@gt_lrc.html

  * igt@i915_selftest@live@gt_pm:
    - fi-tgl-y:           NOTRUN -> [DMESG-FAIL][7] ([i915#1759])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/fi-tgl-y/igt@i915_selftest@live@gt_pm.html

  * igt@kms_chamelium@vga-edid-read:
    - fi-tgl-y:           NOTRUN -> [SKIP][8] ([fdo#111827]) +8 similar issues
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/fi-tgl-y/igt@kms_chamelium@vga-edid-read.html

  * igt@kms_force_connector_basic@force-load-detect:
    - fi-tgl-y:           NOTRUN -> [SKIP][9] ([fdo#109285])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/fi-tgl-y/igt@kms_force_connector_basic@force-load-detect.html

  * igt@prime_self_import@basic-with_two_bos:
    - fi-tgl-y:           NOTRUN -> [DMESG-WARN][10] ([i915#402]) +1 similar issue
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/fi-tgl-y/igt@prime_self_import@basic-with_two_bos.html

  * igt@runner@aborted:
    - fi-bsw-nick:        NOTRUN -> [FAIL][11] ([i915#1436])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/fi-bsw-nick/igt@runner@aborted.html
    - fi-bdw-5557u:       NOTRUN -> [FAIL][12] ([i915#1602] / [i915#2029] / [i915#2369])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/fi-bdw-5557u/igt@runner@aborted.html
    - fi-byt-j1900:       NOTRUN -> [FAIL][13] ([i915#1814] / [i915#2505])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/fi-byt-j1900/igt@runner@aborted.html

  
#### Possible fixes ####

  * igt@i915_selftest@live@blt:
    - fi-snb-2600:        [DMESG-FAIL][14] ([i915#1409]) -> [PASS][15]
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/fi-snb-2600/igt@i915_selftest@live@blt.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/fi-snb-2600/igt@i915_selftest@live@blt.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#1409]: https://gitlab.freedesktop.org/drm/intel/issues/1409
  [i915#142]: https://gitlab.freedesktop.org/drm/intel/issues/142
  [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436
  [i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602
  [i915#1759]: https://gitlab.freedesktop.org/drm/intel/issues/1759
  [i915#1814]: https://gitlab.freedesktop.org/drm/intel/issues/1814
  [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
  [i915#2029]: https://gitlab.freedesktop.org/drm/intel/issues/2029
  [i915#2369]: https://gitlab.freedesktop.org/drm/intel/issues/2369
  [i915#2373]: https://gitlab.freedesktop.org/drm/intel/issues/2373
  [i915#2405]: https://gitlab.freedesktop.org/drm/intel/issues/2405
  [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411
  [i915#2505]: https://gitlab.freedesktop.org/drm/intel/issues/2505
  [i915#2940]: https://gitlab.freedesktop.org/drm/intel/issues/2940
  [i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402


Participating hosts (42 -> 37)
------------------------------

  Additional (1): fi-tgl-y 
  Missing    (6): fi-ilk-m540 fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 fi-dg1-1 fi-bdw-samus 


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_6015 -> IGTPW_5551

  CI-20190529: 20190529
  CI_DRM_9803: defbf472d7522ce3f65c9a89148e26240c8bbed2 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_5551: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/index.html
  IGT_6015: aa44cddf4ef689f8a3726fcbeedc03f08b12bd82 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/index.html

[-- Attachment #1.2: Type: text/html, Size: 6318 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✗ Fi.CI.IGT: failure for lib/kmod: Stop producing results at all for kernel selftests on taint
  2021-02-25  8:35 [igt-dev] [PATCH i-g-t] lib/kmod: Stop producing results at all for kernel selftests on taint Petri Latvala
  2021-02-25  9:42 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2021-02-25 10:56 ` Patchwork
  2021-03-03  8:00   ` Petri Latvala
  2021-03-02 11:48 ` [igt-dev] [PATCH i-g-t] " Chris Wilson
  2021-03-03 17:01 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
  3 siblings, 1 reply; 14+ messages in thread
From: Patchwork @ 2021-02-25 10:56 UTC (permalink / raw)
  To: Petri Latvala; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 30287 bytes --]

== Series Details ==

Series: lib/kmod: Stop producing results at all for kernel selftests on taint
URL   : https://patchwork.freedesktop.org/series/87370/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_9803_full -> IGTPW_5551_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_5551_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_5551_full, please notify your bug team 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_5551/index.html

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_5551_full:

### IGT changes ###

#### Possible regressions ####

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu:
    - shard-tglb:         [PASS][1] -> [INCOMPLETE][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu.html

  
Known issues
------------

  Here are the changes found in IGTPW_5551_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_create@create-massive:
    - shard-apl:          NOTRUN -> [DMESG-WARN][3] ([i915#3002])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl3/igt@gem_create@create-massive.html

  * igt@gem_ctx_param@set-priority-not-supported:
    - shard-tglb:         NOTRUN -> [SKIP][4] ([fdo#109314])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@gem_ctx_param@set-priority-not-supported.html
    - shard-iclb:         NOTRUN -> [SKIP][5] ([fdo#109314])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb3/igt@gem_ctx_param@set-priority-not-supported.html

  * igt@gem_ctx_persistence@engines-cleanup:
    - shard-hsw:          NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#1099]) +3 similar issues
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@gem_ctx_persistence@engines-cleanup.html

  * igt@gem_ctx_persistence@legacy-engines-mixed-process:
    - shard-snb:          NOTRUN -> [SKIP][7] ([fdo#109271] / [i915#1099]) +6 similar issues
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed-process.html

  * igt@gem_exec_fair@basic-flow@rcs0:
    - shard-tglb:         [PASS][8] -> [FAIL][9] ([i915#2842])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@gem_exec_fair@basic-flow@rcs0.html

  * igt@gem_exec_fair@basic-none-rrul@rcs0:
    - shard-iclb:         NOTRUN -> [FAIL][10] ([i915#2842]) +1 similar issue
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb6/igt@gem_exec_fair@basic-none-rrul@rcs0.html
    - shard-glk:          NOTRUN -> [FAIL][11] ([i915#2842]) +1 similar issue
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk4/igt@gem_exec_fair@basic-none-rrul@rcs0.html
    - shard-tglb:         NOTRUN -> [FAIL][12] ([i915#2842])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@gem_exec_fair@basic-none-rrul@rcs0.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-iclb:         [PASS][13] -> [FAIL][14] ([i915#2842])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-iclb8/igt@gem_exec_fair@basic-none-share@rcs0.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_exec_fair@basic-none@vcs0:
    - shard-kbl:          [PASS][15] -> [FAIL][16] ([i915#2842])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl7/igt@gem_exec_fair@basic-none@vcs0.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl3/igt@gem_exec_fair@basic-none@vcs0.html
    - shard-apl:          [PASS][17] -> [FAIL][18] ([i915#2842])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-apl1/igt@gem_exec_fair@basic-none@vcs0.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@gem_exec_fair@basic-none@vcs0.html

  * igt@gem_exec_params@no-blt:
    - shard-tglb:         NOTRUN -> [SKIP][19] ([fdo#109283]) +1 similar issue
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb5/igt@gem_exec_params@no-blt.html

  * igt@gem_exec_params@no-vebox:
    - shard-iclb:         NOTRUN -> [SKIP][20] ([fdo#109283]) +1 similar issue
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@gem_exec_params@no-vebox.html

  * igt@gem_exec_reloc@basic-wide-active@vcs1:
    - shard-iclb:         NOTRUN -> [FAIL][21] ([i915#2389])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@gem_exec_reloc@basic-wide-active@vcs1.html

  * igt@gem_exec_schedule@u-fairslice@vcs0:
    - shard-iclb:         [PASS][22] -> [DMESG-WARN][23] ([i915#2803])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-iclb1/igt@gem_exec_schedule@u-fairslice@vcs0.html
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb4/igt@gem_exec_schedule@u-fairslice@vcs0.html

  * igt@gem_exec_schedule@u-fairslice@vcs1:
    - shard-tglb:         [PASS][24] -> [DMESG-WARN][25] ([i915#2803])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb7/igt@gem_exec_schedule@u-fairslice@vcs1.html
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb8/igt@gem_exec_schedule@u-fairslice@vcs1.html

  * igt@gem_huc_copy@huc-copy:
    - shard-tglb:         [PASS][26] -> [SKIP][27] ([i915#2190])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb1/igt@gem_huc_copy@huc-copy.html
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb6/igt@gem_huc_copy@huc-copy.html
    - shard-glk:          NOTRUN -> [SKIP][28] ([fdo#109271] / [i915#2190])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk3/igt@gem_huc_copy@huc-copy.html
    - shard-kbl:          NOTRUN -> [SKIP][29] ([fdo#109271] / [i915#2190])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl4/igt@gem_huc_copy@huc-copy.html

  * igt@gem_pread@exhaustion:
    - shard-apl:          NOTRUN -> [WARN][30] ([i915#2658]) +1 similar issue
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl2/igt@gem_pread@exhaustion.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-snb:          NOTRUN -> [WARN][31] ([i915#2658])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb7/igt@gem_pwrite@basic-exhaustion.html

  * igt@gem_render_copy@y-tiled-to-vebox-linear:
    - shard-iclb:         NOTRUN -> [SKIP][32] ([i915#768]) +1 similar issue
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@gem_render_copy@y-tiled-to-vebox-linear.html

  * igt@gem_userptr_blits@input-checking:
    - shard-hsw:          NOTRUN -> [DMESG-WARN][33] ([i915#3002])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@gem_userptr_blits@input-checking.html

  * igt@gem_userptr_blits@mmap-offset-invalidate-active@wb:
    - shard-snb:          NOTRUN -> [SKIP][34] ([fdo#109271]) +346 similar issues
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb7/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html
    - shard-kbl:          NOTRUN -> [SKIP][35] ([fdo#109271]) +109 similar issues
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl3/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html

  * igt@gem_userptr_blits@process-exit-mmap-busy@uc:
    - shard-kbl:          NOTRUN -> [SKIP][36] ([fdo#109271] / [i915#1699]) +3 similar issues
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl3/igt@gem_userptr_blits@process-exit-mmap-busy@uc.html

  * igt@gem_userptr_blits@process-exit-mmap-busy@wc:
    - shard-glk:          NOTRUN -> [SKIP][37] ([fdo#109271] / [i915#1699]) +3 similar issues
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk9/igt@gem_userptr_blits@process-exit-mmap-busy@wc.html

  * igt@gem_userptr_blits@process-exit-mmap@wb:
    - shard-apl:          NOTRUN -> [SKIP][38] ([fdo#109271] / [i915#1699]) +7 similar issues
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl6/igt@gem_userptr_blits@process-exit-mmap@wb.html

  * igt@gem_userptr_blits@vma-merge:
    - shard-hsw:          NOTRUN -> [FAIL][39] ([i915#2724])
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw1/igt@gem_userptr_blits@vma-merge.html

  * igt@gen9_exec_parse@bb-start-param:
    - shard-tglb:         NOTRUN -> [SKIP][40] ([fdo#112306]) +2 similar issues
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb8/igt@gen9_exec_parse@bb-start-param.html

  * igt@gen9_exec_parse@shadow-peek:
    - shard-tglb:         NOTRUN -> [SKIP][41] ([i915#2856])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@gen9_exec_parse@shadow-peek.html
    - shard-iclb:         NOTRUN -> [SKIP][42] ([i915#2856])
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb2/igt@gen9_exec_parse@shadow-peek.html

  * igt@gen9_exec_parse@valid-registers:
    - shard-iclb:         NOTRUN -> [SKIP][43] ([fdo#112306]) +2 similar issues
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb3/igt@gen9_exec_parse@valid-registers.html

  * igt@i915_pm_backlight@bad-brightness:
    - shard-glk:          NOTRUN -> [SKIP][44] ([fdo#109271]) +71 similar issues
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk9/igt@i915_pm_backlight@bad-brightness.html
    - shard-hsw:          NOTRUN -> [SKIP][45] ([fdo#109271] / [i915#3012])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw1/igt@i915_pm_backlight@bad-brightness.html

  * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
    - shard-tglb:         NOTRUN -> [SKIP][46] ([fdo#111644] / [i915#1397] / [i915#2411])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb5/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
    - shard-iclb:         NOTRUN -> [SKIP][47] ([fdo#110892])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb8/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html

  * igt@kms_big_fb@linear-64bpp-rotate-90:
    - shard-iclb:         NOTRUN -> [SKIP][48] ([fdo#110725] / [fdo#111614])
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_big_fb@linear-64bpp-rotate-90.html
    - shard-tglb:         NOTRUN -> [SKIP][49] ([fdo#111614])
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@kms_big_fb@linear-64bpp-rotate-90.html

  * igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
    - shard-tglb:         NOTRUN -> [SKIP][50] ([fdo#111615]) +2 similar issues
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html

  * igt@kms_chamelium@dp-crc-multiple:
    - shard-apl:          NOTRUN -> [SKIP][51] ([fdo#109271] / [fdo#111827]) +22 similar issues
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl1/igt@kms_chamelium@dp-crc-multiple.html

  * igt@kms_chamelium@hdmi-hpd-enable-disable-mode:
    - shard-snb:          NOTRUN -> [SKIP][52] ([fdo#109271] / [fdo#111827]) +15 similar issues
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb2/igt@kms_chamelium@hdmi-hpd-enable-disable-mode.html

  * igt@kms_chamelium@hdmi-hpd-for-each-pipe:
    - shard-hsw:          NOTRUN -> [SKIP][53] ([fdo#109271] / [fdo#111827]) +11 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw8/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html

  * igt@kms_chamelium@vga-hpd-with-enabled-mode:
    - shard-iclb:         NOTRUN -> [SKIP][54] ([fdo#109284] / [fdo#111827]) +6 similar issues
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb3/igt@kms_chamelium@vga-hpd-with-enabled-mode.html

  * igt@kms_color_chamelium@pipe-a-ctm-0-75:
    - shard-kbl:          NOTRUN -> [SKIP][55] ([fdo#109271] / [fdo#111827]) +11 similar issues
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl2/igt@kms_color_chamelium@pipe-a-ctm-0-75.html

  * igt@kms_color_chamelium@pipe-b-ctm-0-75:
    - shard-tglb:         NOTRUN -> [SKIP][56] ([fdo#109284] / [fdo#111827]) +7 similar issues
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_color_chamelium@pipe-b-ctm-0-75.html

  * igt@kms_color_chamelium@pipe-b-ctm-limited-range:
    - shard-glk:          NOTRUN -> [SKIP][57] ([fdo#109271] / [fdo#111827]) +9 similar issues
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk5/igt@kms_color_chamelium@pipe-b-ctm-limited-range.html

  * igt@kms_color_chamelium@pipe-d-ctm-blue-to-red:
    - shard-iclb:         NOTRUN -> [SKIP][58] ([fdo#109278] / [fdo#109284] / [fdo#111827])
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb5/igt@kms_color_chamelium@pipe-d-ctm-blue-to-red.html

  * igt@kms_content_protection@atomic:
    - shard-apl:          NOTRUN -> [TIMEOUT][59] ([i915#1319])
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl3/igt@kms_content_protection@atomic.html

  * igt@kms_content_protection@dp-mst-type-1:
    - shard-iclb:         NOTRUN -> [SKIP][60] ([i915#3116])
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb4/igt@kms_content_protection@dp-mst-type-1.html
    - shard-tglb:         NOTRUN -> [SKIP][61] ([i915#3116])
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb3/igt@kms_content_protection@dp-mst-type-1.html

  * igt@kms_content_protection@legacy:
    - shard-kbl:          NOTRUN -> [TIMEOUT][62] ([i915#1319])
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl7/igt@kms_content_protection@legacy.html

  * igt@kms_content_protection@type1:
    - shard-iclb:         NOTRUN -> [SKIP][63] ([fdo#109300] / [fdo#111066])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb2/igt@kms_content_protection@type1.html
    - shard-tglb:         NOTRUN -> [SKIP][64] ([fdo#111828])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb7/igt@kms_content_protection@type1.html

  * igt@kms_cursor_crc@pipe-a-cursor-512x512-offscreen:
    - shard-iclb:         NOTRUN -> [SKIP][65] ([fdo#109278] / [fdo#109279]) +1 similar issue
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_cursor_crc@pipe-a-cursor-512x512-offscreen.html

  * igt@kms_cursor_crc@pipe-d-cursor-512x512-sliding:
    - shard-tglb:         NOTRUN -> [SKIP][66] ([fdo#109279]) +2 similar issues
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@kms_cursor_crc@pipe-d-cursor-512x512-sliding.html

  * igt@kms_cursor_crc@pipe-d-cursor-64x64-random:
    - shard-iclb:         NOTRUN -> [SKIP][67] ([fdo#109278]) +13 similar issues
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_cursor_crc@pipe-d-cursor-64x64-random.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
    - shard-iclb:         NOTRUN -> [SKIP][68] ([fdo#109274] / [fdo#109278])
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb6/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html

  * igt@kms_cursor_legacy@flip-vs-cursor-legacy:
    - shard-tglb:         NOTRUN -> [FAIL][69] ([i915#2346])
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html

  * igt@kms_flip@2x-flip-vs-dpms:
    - shard-iclb:         NOTRUN -> [SKIP][70] ([fdo#109274]) +3 similar issues
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_flip@2x-flip-vs-dpms.html

  * igt@kms_flip@flip-vs-suspend@c-hdmi-a1:
    - shard-hsw:          NOTRUN -> [INCOMPLETE][71] ([i915#2055])
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@kms_flip@flip-vs-suspend@c-hdmi-a1.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
    - shard-apl:          NOTRUN -> [SKIP][72] ([fdo#109271] / [i915#2642]) +1 similar issue
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile:
    - shard-tglb:         NOTRUN -> [SKIP][73] ([i915#2587])
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html
    - shard-glk:          NOTRUN -> [SKIP][74] ([fdo#109271] / [i915#2642])
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk4/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html
    - shard-kbl:          NOTRUN -> [SKIP][75] ([fdo#109271] / [i915#2642])
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile:
    - shard-apl:          NOTRUN -> [FAIL][76] ([i915#2641])
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt:
    - shard-glk:          [PASS][77] -> [FAIL][78] ([i915#49])
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-glk7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt.html
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-render:
    - shard-tglb:         NOTRUN -> [SKIP][79] ([fdo#111825]) +22 similar issues
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt:
    - shard-iclb:         NOTRUN -> [SKIP][80] ([fdo#109280]) +16 similar issues
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt.html

  * igt@kms_hdmi_inject@inject-audio:
    - shard-tglb:         [PASS][81] -> [SKIP][82] ([i915#433])
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb7/igt@kms_hdmi_inject@inject-audio.html
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_hdmi_inject@inject-audio.html

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d:
    - shard-apl:          NOTRUN -> [SKIP][83] ([fdo#109271] / [i915#533]) +3 similar issues
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
    - shard-glk:          NOTRUN -> [FAIL][84] ([fdo#108145] / [i915#265])
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk1/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html
    - shard-kbl:          NOTRUN -> [FAIL][85] ([fdo#108145] / [i915#265])
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl2/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html

  * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
    - shard-apl:          NOTRUN -> [FAIL][86] ([i915#265]) +2 similar issues
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl7/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html

  * igt@kms_plane_lowres@pipe-b-tiling-yf:
    - shard-hsw:          NOTRUN -> [SKIP][87] ([fdo#109271]) +130 similar issues
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw8/igt@kms_plane_lowres@pipe-b-tiling-yf.html

  * igt@kms_plane_multiple@atomic-pipe-d-tiling-none:
    - shard-hsw:          NOTRUN -> [SKIP][88] ([fdo#109271] / [i915#533]) +16 similar issues
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@kms_plane_multiple@atomic-pipe-d-tiling-none.html

  * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping:
    - shard-apl:          NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#2733])
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl1/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1:
    - shard-apl:          NOTRUN -> [SKIP][90] ([fdo#109271] / [i915#658]) +6 similar issues
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html

  * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1:
    - shard-kbl:          NOTRUN -> [SKIP][91] ([fdo#109271] / [i915#658]) +1 similar issue
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl6/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1.html

  * igt@kms_psr2_su@page_flip:
    - shard-glk:          NOTRUN -> [SKIP][92] ([fdo#109271] / [i915#658])
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk8/igt@kms_psr2_su@page_flip.html

  * igt@kms_psr@primary_page_flip:
    - shard-hsw:          NOTRUN -> [SKIP][93] ([fdo#109271] / [i915#1072]) +5 similar issues
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw8/igt@kms_psr@primary_page_flip.html

  * igt@kms_psr@psr2_cursor_blt:
    - shard-iclb:         NOTRUN -> [SKIP][94] ([fdo#109441]) +2 similar issues
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb5/igt@kms_psr@psr2_cursor_blt.html

  * igt@kms_psr@psr2_primary_mmap_cpu:
    - shard-iclb:         [PASS][95] -> [SKIP][96] ([fdo#109441])
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_psr@psr2_primary_mmap_cpu.html

  * igt@kms_sysfs_edid_timing:
    - shard-apl:          NOTRUN -> [FAIL][97] ([IGT#2])
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@kms_sysfs_edid_timing.html
    - shard-kbl:          NOTRUN -> [FAIL][98] ([IGT#2])
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl3/igt@kms_sysfs_edid_timing.html

  * igt@kms_vrr@flip-dpms:
    - shard-iclb:         NOTRUN -> [SKIP][99] ([fdo#109502]) +1 similar issue
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb4/igt@kms_vrr@flip-dpms.html
    - shard-tglb:         NOTRUN -> [SKIP][100] ([fdo#109502]) +1 similar issue
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_vrr@flip-dpms.html

  * igt@kms_writeback@writeback-pixel-formats:
    - shard-glk:          NOTRUN -> [SKIP][101] ([fdo#109271] / [i915#2437])
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk7/igt@kms_writeback@writeback-pixel-formats.html
    - shard-kbl:          NOTRUN -> [SKIP][102] ([fdo#109271] / [i915#2437])
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html
    - shard-iclb:         NOTRUN -> [SKIP][103] ([i915#2437])
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb8/igt@kms_writeback@writeback-pixel-formats.html
    - shard-apl:          NOTRUN -> [SKIP][104] ([fdo#109271] / [i915#2437])
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl7/igt@kms_writeback@writeback-pixel-formats.html
    - shard-tglb:         NOTRUN -> [SKIP][105] ([i915#2437])
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb5/igt@kms_writeback@writeback-pixel-formats.html

  * igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame:
    - shard-apl:          NOTRUN -> [SKIP][106] ([fdo#109271]) +247 similar issues
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl1/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html
    - shard-tglb:         NOTRUN -> [SKIP][107] ([i915#2530]) +1 similar issue
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb6/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html

  * igt@nouveau_crc@pipe-b-source-outp-complete:
    - shard-iclb:         NOTRUN -> [SKIP][108] ([i915#2530]) +1 similar issue
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb5/igt@nouveau_crc@pipe-b-source-outp-complete.html

  * igt@prime_nv_pcopy@test3_4:
    - shard-iclb:         NOTRUN -> [SKIP][109] ([fdo#109291]) +1 similar issue
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb4/igt@prime_nv_pcopy@test3_4.html
    - shard-tglb:         NOTRUN -> [SKIP][110] ([fdo#109291]) +1 similar issue
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb3/igt@prime_nv_pcopy@test3_4.html

  * igt@prime_vgem@fence-read-hang:
    - shard-tglb:         NOTRUN -> [SKIP][111] ([fdo#109295])
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb7/igt@prime_vgem@fence-read-hang.html
    - shard-iclb:         NOTRUN -> [SKIP][112] ([fdo#109295])
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb3/igt@prime_vgem@fence-read-hang.html

  * igt@sysfs_clients@busy@vcs0:
    - shard-kbl:          [PASS][113] -> [FAIL][114] ([i915#3009])
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl7/igt@sysfs_clients@busy@vcs0.html
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl4/igt@sysfs_clients@busy@vcs0.html

  * igt@sysfs_clients@recycle:
    - shard-snb:          NOTRUN -> [FAIL][115] ([i915#3028])
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb7/igt@sysfs_clients@recycle.html
    - shard-glk:          [PASS][116] -> [FAIL][117] ([i915#3028])
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-glk6/igt@sysfs_clients@recycle.html
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk8/igt@sysfs_clients@recycle.html
    - shard-tglb:         [PASS][118] -> [FAIL][119] ([i915#3028])
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb1/igt@sysfs_clients@recycle.html
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb7/igt@sysfs_clients@recycle.html

  * igt@sysfs_clients@recycle-many:
    - shard-hsw:          [PASS][120] -> [FAIL][121] ([i915#3028])
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-hsw1/igt@sysfs_clients@recycle-many.html
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@sysfs_clients@recycle-many.html

  
#### Possible fixes ####

  * igt@gem_exec_fair@basic-pace@vecs0:
    - shard-glk:          [FAIL][122] ([i915#2842]) -> [PASS][123] +2 similar issues
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-glk2/igt@gem_exec_fair@basic-pace@vecs0.html
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk3/igt@gem_exec_fair@basic-pace@vecs0.html

  * igt@i915_pm_rc6_residency@rc6-idle:
    - shard-hsw:          [WARN][124] ([i915#1519]) -> [PASS][125] +1 similar issue
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-hsw2/igt@i915_pm_rc6_residency@rc6-idle.html
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw1/igt@i915_pm_rc6_residency@rc6-idle.html

  * igt@i915_suspend@fence-restore-untiled:
    - shard-kbl:          [INCOMPLETE][126] ([i915#155]) -> [PASS][127]
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl6/igt@i915_suspend@fence-restore-untiled.html
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl2/igt@i915_suspend@fence-restore-untiled.html

  * igt@kms_async_flips@test-time-stamp:
    - shard-tglb:         [FAIL][128] ([i915#2597]) -> [PASS][129]
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb8/igt@kms_async_flips@test-time-stamp.html
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@kms_async_flips@test-time-stamp.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-kbl:          [INCOMPLETE][130] ([i915#155] / [i915#636]) -> [PASS][131]
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl4/igt@kms_fbcon_fbt@fbc-suspend.html
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl1/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1:
    - shard-tglb:         [FAIL][132] ([i915#2598]) -> [PASS][133]
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb7/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb6/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html

  * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
    - shard-kbl:          [DMESG-WARN][134] ([i915#180]) -> [PASS][135] +1 similar issue
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl3/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html

  * igt@kms_frontbuffer_tracking@fbc-suspend:
    - shard-apl:          [DMESG-WARN][136] ([i915#180]) -> [PASS][137]
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-apl7/igt@kms_frontbuffer_tracking@fbc-suspend.html
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl3/igt@kms_frontbuffer_tracking@fbc-suspend.html

  * igt@kms_psr2_su@page_flip:
    - shard-iclb:         [SKIP][138] ([fdo#109642] / [fdo#111068] / [i915#658]) -> [PASS][139]
   [138]: https://intel-gfx-ci.01.org/tree

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/index.html

[-- Attachment #1.2: Type: text/html, Size: 33873 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] lib/kmod: Stop producing results at all for kernel selftests on taint
  2021-02-25  8:35 [igt-dev] [PATCH i-g-t] lib/kmod: Stop producing results at all for kernel selftests on taint Petri Latvala
  2021-02-25  9:42 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2021-02-25 10:56 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2021-03-02 11:48 ` Chris Wilson
  2021-03-02 12:39   ` Petri Latvala
  2021-03-03 17:01 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
  3 siblings, 1 reply; 14+ messages in thread
From: Chris Wilson @ 2021-03-02 11:48 UTC (permalink / raw)
  To: Petri Latvala, igt-dev; +Cc: Petri Latvala

Quoting Petri Latvala (2021-02-25 08:35:53)
> Instead of producing skips for the rest when one selftest taints the
> kernel, stop running them altogether. Having the skips produced yields
> no value and just makes future improvements (like correctly tagging
> tests that cause taints) harder. In effect, this gets us back to the
> old setup when tainting made igt_runner immediately kill the test and
> similarly made us not get spurious results for the rest of the
> selftests.

Skip isn't spurious here. I don't see how this impacts tagging the
earlier tests. So the only question for me is whether SKIP or NOTRUN is
more applicable. And skip is far more informative when run by hand...

Skip means the test exists (and under dynamic we presume applicable) but
could not be run due to an external event.

What improvement do we expect here? If it's just working around
mistaken cibuglog policy, then I don't see anything...
-Chris
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] lib/kmod: Stop producing results at all for kernel selftests on taint
  2021-03-02 11:48 ` [igt-dev] [PATCH i-g-t] " Chris Wilson
@ 2021-03-02 12:39   ` Petri Latvala
  2021-03-02 13:04     ` Chris Wilson
  0 siblings, 1 reply; 14+ messages in thread
From: Petri Latvala @ 2021-03-02 12:39 UTC (permalink / raw)
  To: Chris Wilson; +Cc: igt-dev

On Tue, Mar 02, 2021 at 11:48:02AM +0000, Chris Wilson wrote:
> Quoting Petri Latvala (2021-02-25 08:35:53)
> > Instead of producing skips for the rest when one selftest taints the
> > kernel, stop running them altogether. Having the skips produced yields
> > no value and just makes future improvements (like correctly tagging
> > tests that cause taints) harder. In effect, this gets us back to the
> > old setup when tainting made igt_runner immediately kill the test and
> > similarly made us not get spurious results for the rest of the
> > selftests.
> 
> Skip isn't spurious here. I don't see how this impacts tagging the
> earlier tests. So the only question for me is whether SKIP or NOTRUN is
> more applicable. And skip is far more informative when run by hand...

When run by hand on an already tainted kernel, the first (specified)
selftest still gets a skip and others don't get executed.

The immediate value I'll be getting from this is my ongoing work on
the ugly igt@runner@aborted pseudoresult to instead mark the last
executed test as 'ABORT' result when igt_runner decides to abort the
execution (due to a taint). If we have skips, I'd need to do some
selftest-specific handling to not mark the last executed dynamic
subtest, but the last non-skipping dynamic subtest.


-- 
Petri Latvala
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] lib/kmod: Stop producing results at all for kernel selftests on taint
  2021-03-02 12:39   ` Petri Latvala
@ 2021-03-02 13:04     ` Chris Wilson
  2021-03-02 13:23       ` Petri Latvala
  0 siblings, 1 reply; 14+ messages in thread
From: Chris Wilson @ 2021-03-02 13:04 UTC (permalink / raw)
  To: Petri Latvala; +Cc: igt-dev

Quoting Petri Latvala (2021-03-02 12:39:35)
> On Tue, Mar 02, 2021 at 11:48:02AM +0000, Chris Wilson wrote:
> > Quoting Petri Latvala (2021-02-25 08:35:53)
> > > Instead of producing skips for the rest when one selftest taints the
> > > kernel, stop running them altogether. Having the skips produced yields
> > > no value and just makes future improvements (like correctly tagging
> > > tests that cause taints) harder. In effect, this gets us back to the
> > > old setup when tainting made igt_runner immediately kill the test and
> > > similarly made us not get spurious results for the rest of the
> > > selftests.
> > 
> > Skip isn't spurious here. I don't see how this impacts tagging the
> > earlier tests. So the only question for me is whether SKIP or NOTRUN is
> > more applicable. And skip is far more informative when run by hand...
> 
> When run by hand on an already tainted kernel, the first (specified)
> selftest still gets a skip and others don't get executed.
> 
> The immediate value I'll be getting from this is my ongoing work on
> the ugly igt@runner@aborted pseudoresult to instead mark the last
> executed test as 'ABORT' result when igt_runner decides to abort the
> execution (due to a taint). If we have skips, I'd need to do some
> selftest-specific handling to not mark the last executed dynamic
> subtest, but the last non-skipping dynamic subtest.

The problem does not seem to be intrinsic to igt_kselftests, as any
dynamic subtest that triggers a taint will then proceed to run the next
igt_dynamic which may pass, fail or skip. The runner may not have a
chance to check for a taint until the end of the subtest. It sounds like
a job for the igt_runner <-> igt channel.
-Chris
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] lib/kmod: Stop producing results at all for kernel selftests on taint
  2021-03-02 13:04     ` Chris Wilson
@ 2021-03-02 13:23       ` Petri Latvala
  2021-03-02 13:29         ` Chris Wilson
  2021-03-02 13:42         ` Chris Wilson
  0 siblings, 2 replies; 14+ messages in thread
From: Petri Latvala @ 2021-03-02 13:23 UTC (permalink / raw)
  To: Chris Wilson; +Cc: igt-dev

On Tue, Mar 02, 2021 at 01:04:29PM +0000, Chris Wilson wrote:
> Quoting Petri Latvala (2021-03-02 12:39:35)
> > On Tue, Mar 02, 2021 at 11:48:02AM +0000, Chris Wilson wrote:
> > > Quoting Petri Latvala (2021-02-25 08:35:53)
> > > > Instead of producing skips for the rest when one selftest taints the
> > > > kernel, stop running them altogether. Having the skips produced yields
> > > > no value and just makes future improvements (like correctly tagging
> > > > tests that cause taints) harder. In effect, this gets us back to the
> > > > old setup when tainting made igt_runner immediately kill the test and
> > > > similarly made us not get spurious results for the rest of the
> > > > selftests.
> > > 
> > > Skip isn't spurious here. I don't see how this impacts tagging the
> > > earlier tests. So the only question for me is whether SKIP or NOTRUN is
> > > more applicable. And skip is far more informative when run by hand...
> > 
> > When run by hand on an already tainted kernel, the first (specified)
> > selftest still gets a skip and others don't get executed.
> > 
> > The immediate value I'll be getting from this is my ongoing work on
> > the ugly igt@runner@aborted pseudoresult to instead mark the last
> > executed test as 'ABORT' result when igt_runner decides to abort the
> > execution (due to a taint). If we have skips, I'd need to do some
> > selftest-specific handling to not mark the last executed dynamic
> > subtest, but the last non-skipping dynamic subtest.
> 
> The problem does not seem to be intrinsic to igt_kselftests, as any
> dynamic subtest that triggers a taint will then proceed to run the next
> igt_dynamic which may pass, fail or skip. The runner may not have a
> chance to check for a taint until the end of the subtest. It sounds like
> a job for the igt_runner <-> igt channel.

Would also require checking for taint mid-execution...

Anyway best practices for dynamic subtests is to never skip, but
instead not exist at all. I suppose I could instead mark every single
dynamic subtest as abort when abort happens.


-- 
Petri Latvala
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] lib/kmod: Stop producing results at all for kernel selftests on taint
  2021-03-02 13:23       ` Petri Latvala
@ 2021-03-02 13:29         ` Chris Wilson
  2021-03-02 13:54           ` Petri Latvala
  2021-03-02 13:42         ` Chris Wilson
  1 sibling, 1 reply; 14+ messages in thread
From: Chris Wilson @ 2021-03-02 13:29 UTC (permalink / raw)
  To: Petri Latvala; +Cc: igt-dev

Quoting Petri Latvala (2021-03-02 13:23:08)
> On Tue, Mar 02, 2021 at 01:04:29PM +0000, Chris Wilson wrote:
> > Quoting Petri Latvala (2021-03-02 12:39:35)
> > > On Tue, Mar 02, 2021 at 11:48:02AM +0000, Chris Wilson wrote:
> > > > Quoting Petri Latvala (2021-02-25 08:35:53)
> > > > > Instead of producing skips for the rest when one selftest taints the
> > > > > kernel, stop running them altogether. Having the skips produced yields
> > > > > no value and just makes future improvements (like correctly tagging
> > > > > tests that cause taints) harder. In effect, this gets us back to the
> > > > > old setup when tainting made igt_runner immediately kill the test and
> > > > > similarly made us not get spurious results for the rest of the
> > > > > selftests.
> > > > 
> > > > Skip isn't spurious here. I don't see how this impacts tagging the
> > > > earlier tests. So the only question for me is whether SKIP or NOTRUN is
> > > > more applicable. And skip is far more informative when run by hand...
> > > 
> > > When run by hand on an already tainted kernel, the first (specified)
> > > selftest still gets a skip and others don't get executed.
> > > 
> > > The immediate value I'll be getting from this is my ongoing work on
> > > the ugly igt@runner@aborted pseudoresult to instead mark the last
> > > executed test as 'ABORT' result when igt_runner decides to abort the
> > > execution (due to a taint). If we have skips, I'd need to do some
> > > selftest-specific handling to not mark the last executed dynamic
> > > subtest, but the last non-skipping dynamic subtest.
> > 
> > The problem does not seem to be intrinsic to igt_kselftests, as any
> > dynamic subtest that triggers a taint will then proceed to run the next
> > igt_dynamic which may pass, fail or skip. The runner may not have a
> > chance to check for a taint until the end of the subtest. It sounds like
> > a job for the igt_runner <-> igt channel.
> 
> Would also require checking for taint mid-execution...

Yes, don't we currently check on a timer, but if there was a channel for
intermediate test results, we would check then as well.
 
> Anyway best practices for dynamic subtests is to never skip, but
> instead not exist at all. I suppose I could instead mark every single
> dynamic subtest as abort when abort happens.

Why is the test itself marked as abort? The run is aborted, the test
failed.
-Chris
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] lib/kmod: Stop producing results at all for kernel selftests on taint
  2021-03-02 13:23       ` Petri Latvala
  2021-03-02 13:29         ` Chris Wilson
@ 2021-03-02 13:42         ` Chris Wilson
  2021-03-03  8:01           ` Petri Latvala
  1 sibling, 1 reply; 14+ messages in thread
From: Chris Wilson @ 2021-03-02 13:42 UTC (permalink / raw)
  To: Petri Latvala; +Cc: igt-dev

Quoting Petri Latvala (2021-03-02 13:23:08)
> Anyway best practices for dynamic subtests is to never skip, but
> instead not exist at all.

Ok, as that's the prevailing wisdom,
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
-Chris
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] lib/kmod: Stop producing results at all for kernel selftests on taint
  2021-03-02 13:29         ` Chris Wilson
@ 2021-03-02 13:54           ` Petri Latvala
  0 siblings, 0 replies; 14+ messages in thread
From: Petri Latvala @ 2021-03-02 13:54 UTC (permalink / raw)
  To: Chris Wilson; +Cc: igt-dev

On Tue, Mar 02, 2021 at 01:29:08PM +0000, Chris Wilson wrote:
> Quoting Petri Latvala (2021-03-02 13:23:08)
> > On Tue, Mar 02, 2021 at 01:04:29PM +0000, Chris Wilson wrote:
> > > Quoting Petri Latvala (2021-03-02 12:39:35)
> > > > On Tue, Mar 02, 2021 at 11:48:02AM +0000, Chris Wilson wrote:
> > > > > Quoting Petri Latvala (2021-02-25 08:35:53)
> > > > > > Instead of producing skips for the rest when one selftest taints the
> > > > > > kernel, stop running them altogether. Having the skips produced yields
> > > > > > no value and just makes future improvements (like correctly tagging
> > > > > > tests that cause taints) harder. In effect, this gets us back to the
> > > > > > old setup when tainting made igt_runner immediately kill the test and
> > > > > > similarly made us not get spurious results for the rest of the
> > > > > > selftests.
> > > > > 
> > > > > Skip isn't spurious here. I don't see how this impacts tagging the
> > > > > earlier tests. So the only question for me is whether SKIP or NOTRUN is
> > > > > more applicable. And skip is far more informative when run by hand...
> > > > 
> > > > When run by hand on an already tainted kernel, the first (specified)
> > > > selftest still gets a skip and others don't get executed.
> > > > 
> > > > The immediate value I'll be getting from this is my ongoing work on
> > > > the ugly igt@runner@aborted pseudoresult to instead mark the last
> > > > executed test as 'ABORT' result when igt_runner decides to abort the
> > > > execution (due to a taint). If we have skips, I'd need to do some
> > > > selftest-specific handling to not mark the last executed dynamic
> > > > subtest, but the last non-skipping dynamic subtest.
> > > 
> > > The problem does not seem to be intrinsic to igt_kselftests, as any
> > > dynamic subtest that triggers a taint will then proceed to run the next
> > > igt_dynamic which may pass, fail or skip. The runner may not have a
> > > chance to check for a taint until the end of the subtest. It sounds like
> > > a job for the igt_runner <-> igt channel.
> > 
> > Would also require checking for taint mid-execution...
> 
> Yes, don't we currently check on a timer, but if there was a channel for
> intermediate test results, we would check then as well.

Ah yes a slight confusion on my part. Aborting, in general, is checked
between exec()s. Tainting check is done on any activity.

> > Anyway best practices for dynamic subtests is to never skip, but
> > instead not exist at all. I suppose I could instead mark every single
> > dynamic subtest as abort when abort happens.
> 
> Why is the test itself marked as abort? The run is aborted, the test
> failed.

Marking the test itself helps handling the aborts better, in the bug
analysis sense. Instead of just seeing the text "hey we stopped
everything after this test", you have that test's logs.

So, not only did the test fail, it caused us to abort, is the
sentiment to send with the abort result.


-- 
Petri Latvala
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for lib/kmod: Stop producing results at all for kernel selftests on taint
  2021-02-25 10:56 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2021-03-03  8:00   ` Petri Latvala
  2021-03-04  5:28     ` Vudum, Lakshminarayana
  0 siblings, 1 reply; 14+ messages in thread
From: Petri Latvala @ 2021-03-03  8:00 UTC (permalink / raw)
  To: igt-dev, Lakshminarayana Vudum

On Thu, Feb 25, 2021 at 10:56:01AM +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: lib/kmod: Stop producing results at all for kernel selftests on taint
> URL   : https://patchwork.freedesktop.org/series/87370/
> State : failure
> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_9803_full -> IGTPW_5551_full
> ====================================================
> 
> Summary
> -------
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with IGTPW_5551_full absolutely need to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in IGTPW_5551_full, please notify your bug team 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_5551/index.html
> 
> Possible new issues
> -------------------
> 
>   Here are the unknown changes that may have been introduced in IGTPW_5551_full:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>   * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu:
>     - shard-tglb:         [PASS][1] -> [INCOMPLETE][2]
>    [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu.html
>    [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu.html


Lakshmi, false positive for you here.


-- 
Petri Latvala



> 
>   
> Known issues
> ------------
> 
>   Here are the changes found in IGTPW_5551_full that come from known issues:
> 
> ### IGT changes ###
> 
> #### Issues hit ####
> 
>   * igt@gem_create@create-massive:
>     - shard-apl:          NOTRUN -> [DMESG-WARN][3] ([i915#3002])
>    [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl3/igt@gem_create@create-massive.html
> 
>   * igt@gem_ctx_param@set-priority-not-supported:
>     - shard-tglb:         NOTRUN -> [SKIP][4] ([fdo#109314])
>    [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@gem_ctx_param@set-priority-not-supported.html
>     - shard-iclb:         NOTRUN -> [SKIP][5] ([fdo#109314])
>    [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb3/igt@gem_ctx_param@set-priority-not-supported.html
> 
>   * igt@gem_ctx_persistence@engines-cleanup:
>     - shard-hsw:          NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#1099]) +3 similar issues
>    [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@gem_ctx_persistence@engines-cleanup.html
> 
>   * igt@gem_ctx_persistence@legacy-engines-mixed-process:
>     - shard-snb:          NOTRUN -> [SKIP][7] ([fdo#109271] / [i915#1099]) +6 similar issues
>    [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed-process.html
> 
>   * igt@gem_exec_fair@basic-flow@rcs0:
>     - shard-tglb:         [PASS][8] -> [FAIL][9] ([i915#2842])
>    [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html
>    [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@gem_exec_fair@basic-flow@rcs0.html
> 
>   * igt@gem_exec_fair@basic-none-rrul@rcs0:
>     - shard-iclb:         NOTRUN -> [FAIL][10] ([i915#2842]) +1 similar issue
>    [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb6/igt@gem_exec_fair@basic-none-rrul@rcs0.html
>     - shard-glk:          NOTRUN -> [FAIL][11] ([i915#2842]) +1 similar issue
>    [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk4/igt@gem_exec_fair@basic-none-rrul@rcs0.html
>     - shard-tglb:         NOTRUN -> [FAIL][12] ([i915#2842])
>    [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@gem_exec_fair@basic-none-rrul@rcs0.html
> 
>   * igt@gem_exec_fair@basic-none-share@rcs0:
>     - shard-iclb:         [PASS][13] -> [FAIL][14] ([i915#2842])
>    [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-iclb8/igt@gem_exec_fair@basic-none-share@rcs0.html
>    [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@gem_exec_fair@basic-none-share@rcs0.html
> 
>   * igt@gem_exec_fair@basic-none@vcs0:
>     - shard-kbl:          [PASS][15] -> [FAIL][16] ([i915#2842])
>    [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl7/igt@gem_exec_fair@basic-none@vcs0.html
>    [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl3/igt@gem_exec_fair@basic-none@vcs0.html
>     - shard-apl:          [PASS][17] -> [FAIL][18] ([i915#2842])
>    [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-apl1/igt@gem_exec_fair@basic-none@vcs0.html
>    [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@gem_exec_fair@basic-none@vcs0.html
> 
>   * igt@gem_exec_params@no-blt:
>     - shard-tglb:         NOTRUN -> [SKIP][19] ([fdo#109283]) +1 similar issue
>    [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb5/igt@gem_exec_params@no-blt.html
> 
>   * igt@gem_exec_params@no-vebox:
>     - shard-iclb:         NOTRUN -> [SKIP][20] ([fdo#109283]) +1 similar issue
>    [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@gem_exec_params@no-vebox.html
> 
>   * igt@gem_exec_reloc@basic-wide-active@vcs1:
>     - shard-iclb:         NOTRUN -> [FAIL][21] ([i915#2389])
>    [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@gem_exec_reloc@basic-wide-active@vcs1.html
> 
>   * igt@gem_exec_schedule@u-fairslice@vcs0:
>     - shard-iclb:         [PASS][22] -> [DMESG-WARN][23] ([i915#2803])
>    [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-iclb1/igt@gem_exec_schedule@u-fairslice@vcs0.html
>    [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb4/igt@gem_exec_schedule@u-fairslice@vcs0.html
> 
>   * igt@gem_exec_schedule@u-fairslice@vcs1:
>     - shard-tglb:         [PASS][24] -> [DMESG-WARN][25] ([i915#2803])
>    [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb7/igt@gem_exec_schedule@u-fairslice@vcs1.html
>    [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb8/igt@gem_exec_schedule@u-fairslice@vcs1.html
> 
>   * igt@gem_huc_copy@huc-copy:
>     - shard-tglb:         [PASS][26] -> [SKIP][27] ([i915#2190])
>    [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb1/igt@gem_huc_copy@huc-copy.html
>    [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb6/igt@gem_huc_copy@huc-copy.html
>     - shard-glk:          NOTRUN -> [SKIP][28] ([fdo#109271] / [i915#2190])
>    [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk3/igt@gem_huc_copy@huc-copy.html
>     - shard-kbl:          NOTRUN -> [SKIP][29] ([fdo#109271] / [i915#2190])
>    [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl4/igt@gem_huc_copy@huc-copy.html
> 
>   * igt@gem_pread@exhaustion:
>     - shard-apl:          NOTRUN -> [WARN][30] ([i915#2658]) +1 similar issue
>    [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl2/igt@gem_pread@exhaustion.html
> 
>   * igt@gem_pwrite@basic-exhaustion:
>     - shard-snb:          NOTRUN -> [WARN][31] ([i915#2658])
>    [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb7/igt@gem_pwrite@basic-exhaustion.html
> 
>   * igt@gem_render_copy@y-tiled-to-vebox-linear:
>     - shard-iclb:         NOTRUN -> [SKIP][32] ([i915#768]) +1 similar issue
>    [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@gem_render_copy@y-tiled-to-vebox-linear.html
> 
>   * igt@gem_userptr_blits@input-checking:
>     - shard-hsw:          NOTRUN -> [DMESG-WARN][33] ([i915#3002])
>    [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@gem_userptr_blits@input-checking.html
> 
>   * igt@gem_userptr_blits@mmap-offset-invalidate-active@wb:
>     - shard-snb:          NOTRUN -> [SKIP][34] ([fdo#109271]) +346 similar issues
>    [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb7/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html
>     - shard-kbl:          NOTRUN -> [SKIP][35] ([fdo#109271]) +109 similar issues
>    [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl3/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html
> 
>   * igt@gem_userptr_blits@process-exit-mmap-busy@uc:
>     - shard-kbl:          NOTRUN -> [SKIP][36] ([fdo#109271] / [i915#1699]) +3 similar issues
>    [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl3/igt@gem_userptr_blits@process-exit-mmap-busy@uc.html
> 
>   * igt@gem_userptr_blits@process-exit-mmap-busy@wc:
>     - shard-glk:          NOTRUN -> [SKIP][37] ([fdo#109271] / [i915#1699]) +3 similar issues
>    [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk9/igt@gem_userptr_blits@process-exit-mmap-busy@wc.html
> 
>   * igt@gem_userptr_blits@process-exit-mmap@wb:
>     - shard-apl:          NOTRUN -> [SKIP][38] ([fdo#109271] / [i915#1699]) +7 similar issues
>    [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl6/igt@gem_userptr_blits@process-exit-mmap@wb.html
> 
>   * igt@gem_userptr_blits@vma-merge:
>     - shard-hsw:          NOTRUN -> [FAIL][39] ([i915#2724])
>    [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw1/igt@gem_userptr_blits@vma-merge.html
> 
>   * igt@gen9_exec_parse@bb-start-param:
>     - shard-tglb:         NOTRUN -> [SKIP][40] ([fdo#112306]) +2 similar issues
>    [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb8/igt@gen9_exec_parse@bb-start-param.html
> 
>   * igt@gen9_exec_parse@shadow-peek:
>     - shard-tglb:         NOTRUN -> [SKIP][41] ([i915#2856])
>    [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@gen9_exec_parse@shadow-peek.html
>     - shard-iclb:         NOTRUN -> [SKIP][42] ([i915#2856])
>    [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb2/igt@gen9_exec_parse@shadow-peek.html
> 
>   * igt@gen9_exec_parse@valid-registers:
>     - shard-iclb:         NOTRUN -> [SKIP][43] ([fdo#112306]) +2 similar issues
>    [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb3/igt@gen9_exec_parse@valid-registers.html
> 
>   * igt@i915_pm_backlight@bad-brightness:
>     - shard-glk:          NOTRUN -> [SKIP][44] ([fdo#109271]) +71 similar issues
>    [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk9/igt@i915_pm_backlight@bad-brightness.html
>     - shard-hsw:          NOTRUN -> [SKIP][45] ([fdo#109271] / [i915#3012])
>    [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw1/igt@i915_pm_backlight@bad-brightness.html
> 
>   * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
>     - shard-tglb:         NOTRUN -> [SKIP][46] ([fdo#111644] / [i915#1397] / [i915#2411])
>    [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb5/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
>     - shard-iclb:         NOTRUN -> [SKIP][47] ([fdo#110892])
>    [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb8/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
> 
>   * igt@kms_big_fb@linear-64bpp-rotate-90:
>     - shard-iclb:         NOTRUN -> [SKIP][48] ([fdo#110725] / [fdo#111614])
>    [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_big_fb@linear-64bpp-rotate-90.html
>     - shard-tglb:         NOTRUN -> [SKIP][49] ([fdo#111614])
>    [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@kms_big_fb@linear-64bpp-rotate-90.html
> 
>   * igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
>     - shard-tglb:         NOTRUN -> [SKIP][50] ([fdo#111615]) +2 similar issues
>    [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html
> 
>   * igt@kms_chamelium@dp-crc-multiple:
>     - shard-apl:          NOTRUN -> [SKIP][51] ([fdo#109271] / [fdo#111827]) +22 similar issues
>    [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl1/igt@kms_chamelium@dp-crc-multiple.html
> 
>   * igt@kms_chamelium@hdmi-hpd-enable-disable-mode:
>     - shard-snb:          NOTRUN -> [SKIP][52] ([fdo#109271] / [fdo#111827]) +15 similar issues
>    [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb2/igt@kms_chamelium@hdmi-hpd-enable-disable-mode.html
> 
>   * igt@kms_chamelium@hdmi-hpd-for-each-pipe:
>     - shard-hsw:          NOTRUN -> [SKIP][53] ([fdo#109271] / [fdo#111827]) +11 similar issues
>    [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw8/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html
> 
>   * igt@kms_chamelium@vga-hpd-with-enabled-mode:
>     - shard-iclb:         NOTRUN -> [SKIP][54] ([fdo#109284] / [fdo#111827]) +6 similar issues
>    [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb3/igt@kms_chamelium@vga-hpd-with-enabled-mode.html
> 
>   * igt@kms_color_chamelium@pipe-a-ctm-0-75:
>     - shard-kbl:          NOTRUN -> [SKIP][55] ([fdo#109271] / [fdo#111827]) +11 similar issues
>    [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl2/igt@kms_color_chamelium@pipe-a-ctm-0-75.html
> 
>   * igt@kms_color_chamelium@pipe-b-ctm-0-75:
>     - shard-tglb:         NOTRUN -> [SKIP][56] ([fdo#109284] / [fdo#111827]) +7 similar issues
>    [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_color_chamelium@pipe-b-ctm-0-75.html
> 
>   * igt@kms_color_chamelium@pipe-b-ctm-limited-range:
>     - shard-glk:          NOTRUN -> [SKIP][57] ([fdo#109271] / [fdo#111827]) +9 similar issues
>    [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk5/igt@kms_color_chamelium@pipe-b-ctm-limited-range.html
> 
>   * igt@kms_color_chamelium@pipe-d-ctm-blue-to-red:
>     - shard-iclb:         NOTRUN -> [SKIP][58] ([fdo#109278] / [fdo#109284] / [fdo#111827])
>    [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb5/igt@kms_color_chamelium@pipe-d-ctm-blue-to-red.html
> 
>   * igt@kms_content_protection@atomic:
>     - shard-apl:          NOTRUN -> [TIMEOUT][59] ([i915#1319])
>    [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl3/igt@kms_content_protection@atomic.html
> 
>   * igt@kms_content_protection@dp-mst-type-1:
>     - shard-iclb:         NOTRUN -> [SKIP][60] ([i915#3116])
>    [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb4/igt@kms_content_protection@dp-mst-type-1.html
>     - shard-tglb:         NOTRUN -> [SKIP][61] ([i915#3116])
>    [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb3/igt@kms_content_protection@dp-mst-type-1.html
> 
>   * igt@kms_content_protection@legacy:
>     - shard-kbl:          NOTRUN -> [TIMEOUT][62] ([i915#1319])
>    [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl7/igt@kms_content_protection@legacy.html
> 
>   * igt@kms_content_protection@type1:
>     - shard-iclb:         NOTRUN -> [SKIP][63] ([fdo#109300] / [fdo#111066])
>    [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb2/igt@kms_content_protection@type1.html
>     - shard-tglb:         NOTRUN -> [SKIP][64] ([fdo#111828])
>    [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb7/igt@kms_content_protection@type1.html
> 
>   * igt@kms_cursor_crc@pipe-a-cursor-512x512-offscreen:
>     - shard-iclb:         NOTRUN -> [SKIP][65] ([fdo#109278] / [fdo#109279]) +1 similar issue
>    [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_cursor_crc@pipe-a-cursor-512x512-offscreen.html
> 
>   * igt@kms_cursor_crc@pipe-d-cursor-512x512-sliding:
>     - shard-tglb:         NOTRUN -> [SKIP][66] ([fdo#109279]) +2 similar issues
>    [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@kms_cursor_crc@pipe-d-cursor-512x512-sliding.html
> 
>   * igt@kms_cursor_crc@pipe-d-cursor-64x64-random:
>     - shard-iclb:         NOTRUN -> [SKIP][67] ([fdo#109278]) +13 similar issues
>    [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_cursor_crc@pipe-d-cursor-64x64-random.html
> 
>   * igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
>     - shard-iclb:         NOTRUN -> [SKIP][68] ([fdo#109274] / [fdo#109278])
>    [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb6/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
> 
>   * igt@kms_cursor_legacy@flip-vs-cursor-legacy:
>     - shard-tglb:         NOTRUN -> [FAIL][69] ([i915#2346])
>    [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
> 
>   * igt@kms_flip@2x-flip-vs-dpms:
>     - shard-iclb:         NOTRUN -> [SKIP][70] ([fdo#109274]) +3 similar issues
>    [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_flip@2x-flip-vs-dpms.html
> 
>   * igt@kms_flip@flip-vs-suspend@c-hdmi-a1:
>     - shard-hsw:          NOTRUN -> [INCOMPLETE][71] ([i915#2055])
>    [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@kms_flip@flip-vs-suspend@c-hdmi-a1.html
> 
>   * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
>     - shard-apl:          NOTRUN -> [SKIP][72] ([fdo#109271] / [i915#2642]) +1 similar issue
>    [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html
> 
>   * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile:
>     - shard-tglb:         NOTRUN -> [SKIP][73] ([i915#2587])
>    [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html
>     - shard-glk:          NOTRUN -> [SKIP][74] ([fdo#109271] / [i915#2642])
>    [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk4/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html
>     - shard-kbl:          NOTRUN -> [SKIP][75] ([fdo#109271] / [i915#2642])
>    [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html
> 
>   * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile:
>     - shard-apl:          NOTRUN -> [FAIL][76] ([i915#2641])
>    [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile.html
> 
>   * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt:
>     - shard-glk:          [PASS][77] -> [FAIL][78] ([i915#49])
>    [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-glk7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt.html
>    [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt.html
> 
>   * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-render:
>     - shard-tglb:         NOTRUN -> [SKIP][79] ([fdo#111825]) +22 similar issues
>    [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-render.html
> 
>   * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt:
>     - shard-iclb:         NOTRUN -> [SKIP][80] ([fdo#109280]) +16 similar issues
>    [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt.html
> 
>   * igt@kms_hdmi_inject@inject-audio:
>     - shard-tglb:         [PASS][81] -> [SKIP][82] ([i915#433])
>    [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb7/igt@kms_hdmi_inject@inject-audio.html
>    [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_hdmi_inject@inject-audio.html
> 
>   * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d:
>     - shard-apl:          NOTRUN -> [SKIP][83] ([fdo#109271] / [i915#533]) +3 similar issues
>    [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d.html
> 
>   * igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
>     - shard-glk:          NOTRUN -> [FAIL][84] ([fdo#108145] / [i915#265])
>    [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk1/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html
>     - shard-kbl:          NOTRUN -> [FAIL][85] ([fdo#108145] / [i915#265])
>    [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl2/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html
> 
>   * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
>     - shard-apl:          NOTRUN -> [FAIL][86] ([i915#265]) +2 similar issues
>    [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl7/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html
> 
>   * igt@kms_plane_lowres@pipe-b-tiling-yf:
>     - shard-hsw:          NOTRUN -> [SKIP][87] ([fdo#109271]) +130 similar issues
>    [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw8/igt@kms_plane_lowres@pipe-b-tiling-yf.html
> 
>   * igt@kms_plane_multiple@atomic-pipe-d-tiling-none:
>     - shard-hsw:          NOTRUN -> [SKIP][88] ([fdo#109271] / [i915#533]) +16 similar issues
>    [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@kms_plane_multiple@atomic-pipe-d-tiling-none.html
> 
>   * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping:
>     - shard-apl:          NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#2733])
>    [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl1/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html
> 
>   * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1:
>     - shard-apl:          NOTRUN -> [SKIP][90] ([fdo#109271] / [i915#658]) +6 similar issues
>    [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html
> 
>   * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1:
>     - shard-kbl:          NOTRUN -> [SKIP][91] ([fdo#109271] / [i915#658]) +1 similar issue
>    [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl6/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1.html
> 
>   * igt@kms_psr2_su@page_flip:
>     - shard-glk:          NOTRUN -> [SKIP][92] ([fdo#109271] / [i915#658])
>    [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk8/igt@kms_psr2_su@page_flip.html
> 
>   * igt@kms_psr@primary_page_flip:
>     - shard-hsw:          NOTRUN -> [SKIP][93] ([fdo#109271] / [i915#1072]) +5 similar issues
>    [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw8/igt@kms_psr@primary_page_flip.html
> 
>   * igt@kms_psr@psr2_cursor_blt:
>     - shard-iclb:         NOTRUN -> [SKIP][94] ([fdo#109441]) +2 similar issues
>    [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb5/igt@kms_psr@psr2_cursor_blt.html
> 
>   * igt@kms_psr@psr2_primary_mmap_cpu:
>     - shard-iclb:         [PASS][95] -> [SKIP][96] ([fdo#109441])
>    [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html
>    [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_psr@psr2_primary_mmap_cpu.html
> 
>   * igt@kms_sysfs_edid_timing:
>     - shard-apl:          NOTRUN -> [FAIL][97] ([IGT#2])
>    [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@kms_sysfs_edid_timing.html
>     - shard-kbl:          NOTRUN -> [FAIL][98] ([IGT#2])
>    [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl3/igt@kms_sysfs_edid_timing.html
> 
>   * igt@kms_vrr@flip-dpms:
>     - shard-iclb:         NOTRUN -> [SKIP][99] ([fdo#109502]) +1 similar issue
>    [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb4/igt@kms_vrr@flip-dpms.html
>     - shard-tglb:         NOTRUN -> [SKIP][100] ([fdo#109502]) +1 similar issue
>    [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_vrr@flip-dpms.html
> 
>   * igt@kms_writeback@writeback-pixel-formats:
>     - shard-glk:          NOTRUN -> [SKIP][101] ([fdo#109271] / [i915#2437])
>    [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk7/igt@kms_writeback@writeback-pixel-formats.html
>     - shard-kbl:          NOTRUN -> [SKIP][102] ([fdo#109271] / [i915#2437])
>    [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html
>     - shard-iclb:         NOTRUN -> [SKIP][103] ([i915#2437])
>    [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb8/igt@kms_writeback@writeback-pixel-formats.html
>     - shard-apl:          NOTRUN -> [SKIP][104] ([fdo#109271] / [i915#2437])
>    [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl7/igt@kms_writeback@writeback-pixel-formats.html
>     - shard-tglb:         NOTRUN -> [SKIP][105] ([i915#2437])
>    [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb5/igt@kms_writeback@writeback-pixel-formats.html
> 
>   * igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame:
>     - shard-apl:          NOTRUN -> [SKIP][106] ([fdo#109271]) +247 similar issues
>    [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl1/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html
>     - shard-tglb:         NOTRUN -> [SKIP][107] ([i915#2530]) +1 similar issue
>    [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb6/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html
> 
>   * igt@nouveau_crc@pipe-b-source-outp-complete:
>     - shard-iclb:         NOTRUN -> [SKIP][108] ([i915#2530]) +1 similar issue
>    [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb5/igt@nouveau_crc@pipe-b-source-outp-complete.html
> 
>   * igt@prime_nv_pcopy@test3_4:
>     - shard-iclb:         NOTRUN -> [SKIP][109] ([fdo#109291]) +1 similar issue
>    [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb4/igt@prime_nv_pcopy@test3_4.html
>     - shard-tglb:         NOTRUN -> [SKIP][110] ([fdo#109291]) +1 similar issue
>    [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb3/igt@prime_nv_pcopy@test3_4.html
> 
>   * igt@prime_vgem@fence-read-hang:
>     - shard-tglb:         NOTRUN -> [SKIP][111] ([fdo#109295])
>    [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb7/igt@prime_vgem@fence-read-hang.html
>     - shard-iclb:         NOTRUN -> [SKIP][112] ([fdo#109295])
>    [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb3/igt@prime_vgem@fence-read-hang.html
> 
>   * igt@sysfs_clients@busy@vcs0:
>     - shard-kbl:          [PASS][113] -> [FAIL][114] ([i915#3009])
>    [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl7/igt@sysfs_clients@busy@vcs0.html
>    [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl4/igt@sysfs_clients@busy@vcs0.html
> 
>   * igt@sysfs_clients@recycle:
>     - shard-snb:          NOTRUN -> [FAIL][115] ([i915#3028])
>    [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb7/igt@sysfs_clients@recycle.html
>     - shard-glk:          [PASS][116] -> [FAIL][117] ([i915#3028])
>    [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-glk6/igt@sysfs_clients@recycle.html
>    [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk8/igt@sysfs_clients@recycle.html
>     - shard-tglb:         [PASS][118] -> [FAIL][119] ([i915#3028])
>    [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb1/igt@sysfs_clients@recycle.html
>    [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb7/igt@sysfs_clients@recycle.html
> 
>   * igt@sysfs_clients@recycle-many:
>     - shard-hsw:          [PASS][120] -> [FAIL][121] ([i915#3028])
>    [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-hsw1/igt@sysfs_clients@recycle-many.html
>    [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@sysfs_clients@recycle-many.html
> 
>   
> #### Possible fixes ####
> 
>   * igt@gem_exec_fair@basic-pace@vecs0:
>     - shard-glk:          [FAIL][122] ([i915#2842]) -> [PASS][123] +2 similar issues
>    [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-glk2/igt@gem_exec_fair@basic-pace@vecs0.html
>    [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk3/igt@gem_exec_fair@basic-pace@vecs0.html
> 
>   * igt@i915_pm_rc6_residency@rc6-idle:
>     - shard-hsw:          [WARN][124] ([i915#1519]) -> [PASS][125] +1 similar issue
>    [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-hsw2/igt@i915_pm_rc6_residency@rc6-idle.html
>    [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw1/igt@i915_pm_rc6_residency@rc6-idle.html
> 
>   * igt@i915_suspend@fence-restore-untiled:
>     - shard-kbl:          [INCOMPLETE][126] ([i915#155]) -> [PASS][127]
>    [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl6/igt@i915_suspend@fence-restore-untiled.html
>    [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl2/igt@i915_suspend@fence-restore-untiled.html
> 
>   * igt@kms_async_flips@test-time-stamp:
>     - shard-tglb:         [FAIL][128] ([i915#2597]) -> [PASS][129]
>    [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb8/igt@kms_async_flips@test-time-stamp.html
>    [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@kms_async_flips@test-time-stamp.html
> 
>   * igt@kms_fbcon_fbt@fbc-suspend:
>     - shard-kbl:          [INCOMPLETE][130] ([i915#155] / [i915#636]) -> [PASS][131]
>    [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl4/igt@kms_fbcon_fbt@fbc-suspend.html
>    [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl1/igt@kms_fbcon_fbt@fbc-suspend.html
> 
>   * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1:
>     - shard-tglb:         [FAIL][132] ([i915#2598]) -> [PASS][133]
>    [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb7/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html
>    [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb6/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html
> 
>   * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
>     - shard-kbl:          [DMESG-WARN][134] ([i915#180]) -> [PASS][135] +1 similar issue
>    [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl3/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
>    [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
> 
>   * igt@kms_frontbuffer_tracking@fbc-suspend:
>     - shard-apl:          [DMESG-WARN][136] ([i915#180]) -> [PASS][137]
>    [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-apl7/igt@kms_frontbuffer_tracking@fbc-suspend.html
>    [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl3/igt@kms_frontbuffer_tracking@fbc-suspend.html
> 
>   * igt@kms_psr2_su@page_flip:
>     - shard-iclb:         [SKIP][138] ([fdo#109642] / [fdo#111068] / [i915#658]) -> [PASS][139]
>    [138]: https://intel-gfx-ci.01.org/tree
> 
> == Logs ==
> 
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] lib/kmod: Stop producing results at all for kernel selftests on taint
  2021-03-02 13:42         ` Chris Wilson
@ 2021-03-03  8:01           ` Petri Latvala
  0 siblings, 0 replies; 14+ messages in thread
From: Petri Latvala @ 2021-03-03  8:01 UTC (permalink / raw)
  To: Chris Wilson; +Cc: igt-dev

On Tue, Mar 02, 2021 at 01:42:47PM +0000, Chris Wilson wrote:
> Quoting Petri Latvala (2021-03-02 13:23:08)
> > Anyway best practices for dynamic subtests is to never skip, but
> > instead not exist at all.
> 
> Ok, as that's the prevailing wisdom,
> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>


Thanks, merged.


-- 
Petri Latvala

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.IGT: success for lib/kmod: Stop producing results at all for kernel selftests on taint
  2021-02-25  8:35 [igt-dev] [PATCH i-g-t] lib/kmod: Stop producing results at all for kernel selftests on taint Petri Latvala
                   ` (2 preceding siblings ...)
  2021-03-02 11:48 ` [igt-dev] [PATCH i-g-t] " Chris Wilson
@ 2021-03-03 17:01 ` Patchwork
  3 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2021-03-03 17:01 UTC (permalink / raw)
  To: Petri Latvala; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 30287 bytes --]

== Series Details ==

Series: lib/kmod: Stop producing results at all for kernel selftests on taint
URL   : https://patchwork.freedesktop.org/series/87370/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_9803_full -> IGTPW_5551_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/index.html

Known issues
------------

  Here are the changes found in IGTPW_5551_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_create@create-massive:
    - shard-apl:          NOTRUN -> [DMESG-WARN][1] ([i915#3002])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl3/igt@gem_create@create-massive.html

  * igt@gem_ctx_param@set-priority-not-supported:
    - shard-tglb:         NOTRUN -> [SKIP][2] ([fdo#109314])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@gem_ctx_param@set-priority-not-supported.html
    - shard-iclb:         NOTRUN -> [SKIP][3] ([fdo#109314])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb3/igt@gem_ctx_param@set-priority-not-supported.html

  * igt@gem_ctx_persistence@engines-cleanup:
    - shard-hsw:          NOTRUN -> [SKIP][4] ([fdo#109271] / [i915#1099]) +3 similar issues
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@gem_ctx_persistence@engines-cleanup.html

  * igt@gem_ctx_persistence@legacy-engines-mixed-process:
    - shard-snb:          NOTRUN -> [SKIP][5] ([fdo#109271] / [i915#1099]) +6 similar issues
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed-process.html

  * igt@gem_exec_fair@basic-flow@rcs0:
    - shard-tglb:         [PASS][6] -> [FAIL][7] ([i915#2842])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@gem_exec_fair@basic-flow@rcs0.html

  * igt@gem_exec_fair@basic-none-rrul@rcs0:
    - shard-iclb:         NOTRUN -> [FAIL][8] ([i915#2842]) +1 similar issue
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb6/igt@gem_exec_fair@basic-none-rrul@rcs0.html
    - shard-glk:          NOTRUN -> [FAIL][9] ([i915#2842]) +1 similar issue
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk4/igt@gem_exec_fair@basic-none-rrul@rcs0.html
    - shard-tglb:         NOTRUN -> [FAIL][10] ([i915#2842])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@gem_exec_fair@basic-none-rrul@rcs0.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-iclb:         [PASS][11] -> [FAIL][12] ([i915#2842])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-iclb8/igt@gem_exec_fair@basic-none-share@rcs0.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_exec_fair@basic-none@vcs0:
    - shard-kbl:          [PASS][13] -> [FAIL][14] ([i915#2842])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl7/igt@gem_exec_fair@basic-none@vcs0.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl3/igt@gem_exec_fair@basic-none@vcs0.html
    - shard-apl:          [PASS][15] -> [FAIL][16] ([i915#2842])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-apl1/igt@gem_exec_fair@basic-none@vcs0.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@gem_exec_fair@basic-none@vcs0.html

  * igt@gem_exec_params@no-blt:
    - shard-tglb:         NOTRUN -> [SKIP][17] ([fdo#109283]) +1 similar issue
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb5/igt@gem_exec_params@no-blt.html

  * igt@gem_exec_params@no-vebox:
    - shard-iclb:         NOTRUN -> [SKIP][18] ([fdo#109283]) +1 similar issue
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@gem_exec_params@no-vebox.html

  * igt@gem_exec_reloc@basic-wide-active@vcs1:
    - shard-iclb:         NOTRUN -> [FAIL][19] ([i915#2389])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@gem_exec_reloc@basic-wide-active@vcs1.html

  * igt@gem_exec_schedule@u-fairslice@vcs0:
    - shard-iclb:         [PASS][20] -> [DMESG-WARN][21] ([i915#2803])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-iclb1/igt@gem_exec_schedule@u-fairslice@vcs0.html
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb4/igt@gem_exec_schedule@u-fairslice@vcs0.html

  * igt@gem_exec_schedule@u-fairslice@vcs1:
    - shard-tglb:         [PASS][22] -> [DMESG-WARN][23] ([i915#2803])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb7/igt@gem_exec_schedule@u-fairslice@vcs1.html
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb8/igt@gem_exec_schedule@u-fairslice@vcs1.html

  * igt@gem_huc_copy@huc-copy:
    - shard-tglb:         [PASS][24] -> [SKIP][25] ([i915#2190])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb1/igt@gem_huc_copy@huc-copy.html
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb6/igt@gem_huc_copy@huc-copy.html
    - shard-glk:          NOTRUN -> [SKIP][26] ([fdo#109271] / [i915#2190])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk3/igt@gem_huc_copy@huc-copy.html
    - shard-kbl:          NOTRUN -> [SKIP][27] ([fdo#109271] / [i915#2190])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl4/igt@gem_huc_copy@huc-copy.html

  * igt@gem_pread@exhaustion:
    - shard-apl:          NOTRUN -> [WARN][28] ([i915#2658]) +1 similar issue
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl2/igt@gem_pread@exhaustion.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-snb:          NOTRUN -> [WARN][29] ([i915#2658])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb7/igt@gem_pwrite@basic-exhaustion.html

  * igt@gem_render_copy@y-tiled-to-vebox-linear:
    - shard-iclb:         NOTRUN -> [SKIP][30] ([i915#768]) +1 similar issue
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@gem_render_copy@y-tiled-to-vebox-linear.html

  * igt@gem_userptr_blits@input-checking:
    - shard-hsw:          NOTRUN -> [DMESG-WARN][31] ([i915#3002])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@gem_userptr_blits@input-checking.html

  * igt@gem_userptr_blits@mmap-offset-invalidate-active@wb:
    - shard-snb:          NOTRUN -> [SKIP][32] ([fdo#109271]) +346 similar issues
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb7/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html
    - shard-kbl:          NOTRUN -> [SKIP][33] ([fdo#109271]) +109 similar issues
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl3/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html

  * igt@gem_userptr_blits@process-exit-mmap-busy@uc:
    - shard-kbl:          NOTRUN -> [SKIP][34] ([fdo#109271] / [i915#1699]) +3 similar issues
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl3/igt@gem_userptr_blits@process-exit-mmap-busy@uc.html

  * igt@gem_userptr_blits@process-exit-mmap-busy@wc:
    - shard-glk:          NOTRUN -> [SKIP][35] ([fdo#109271] / [i915#1699]) +3 similar issues
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk9/igt@gem_userptr_blits@process-exit-mmap-busy@wc.html

  * igt@gem_userptr_blits@process-exit-mmap@wb:
    - shard-apl:          NOTRUN -> [SKIP][36] ([fdo#109271] / [i915#1699]) +7 similar issues
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl6/igt@gem_userptr_blits@process-exit-mmap@wb.html

  * igt@gem_userptr_blits@vma-merge:
    - shard-hsw:          NOTRUN -> [FAIL][37] ([i915#2724])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw1/igt@gem_userptr_blits@vma-merge.html

  * igt@gen9_exec_parse@bb-start-param:
    - shard-tglb:         NOTRUN -> [SKIP][38] ([fdo#112306]) +2 similar issues
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb8/igt@gen9_exec_parse@bb-start-param.html

  * igt@gen9_exec_parse@shadow-peek:
    - shard-tglb:         NOTRUN -> [SKIP][39] ([i915#2856])
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@gen9_exec_parse@shadow-peek.html
    - shard-iclb:         NOTRUN -> [SKIP][40] ([i915#2856])
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb2/igt@gen9_exec_parse@shadow-peek.html

  * igt@gen9_exec_parse@valid-registers:
    - shard-iclb:         NOTRUN -> [SKIP][41] ([fdo#112306]) +2 similar issues
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb3/igt@gen9_exec_parse@valid-registers.html

  * igt@i915_pm_backlight@bad-brightness:
    - shard-glk:          NOTRUN -> [SKIP][42] ([fdo#109271]) +71 similar issues
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk9/igt@i915_pm_backlight@bad-brightness.html
    - shard-hsw:          NOTRUN -> [SKIP][43] ([fdo#109271] / [i915#3012])
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw1/igt@i915_pm_backlight@bad-brightness.html

  * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
    - shard-tglb:         NOTRUN -> [SKIP][44] ([fdo#111644] / [i915#1397] / [i915#2411])
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb5/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
    - shard-iclb:         NOTRUN -> [SKIP][45] ([fdo#110892])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb8/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html

  * igt@kms_big_fb@linear-64bpp-rotate-90:
    - shard-iclb:         NOTRUN -> [SKIP][46] ([fdo#110725] / [fdo#111614])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_big_fb@linear-64bpp-rotate-90.html
    - shard-tglb:         NOTRUN -> [SKIP][47] ([fdo#111614])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@kms_big_fb@linear-64bpp-rotate-90.html

  * igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
    - shard-tglb:         NOTRUN -> [SKIP][48] ([fdo#111615]) +2 similar issues
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html

  * igt@kms_chamelium@dp-crc-multiple:
    - shard-apl:          NOTRUN -> [SKIP][49] ([fdo#109271] / [fdo#111827]) +22 similar issues
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl1/igt@kms_chamelium@dp-crc-multiple.html

  * igt@kms_chamelium@hdmi-hpd-enable-disable-mode:
    - shard-snb:          NOTRUN -> [SKIP][50] ([fdo#109271] / [fdo#111827]) +15 similar issues
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb2/igt@kms_chamelium@hdmi-hpd-enable-disable-mode.html

  * igt@kms_chamelium@hdmi-hpd-for-each-pipe:
    - shard-hsw:          NOTRUN -> [SKIP][51] ([fdo#109271] / [fdo#111827]) +11 similar issues
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw8/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html

  * igt@kms_chamelium@vga-hpd-with-enabled-mode:
    - shard-iclb:         NOTRUN -> [SKIP][52] ([fdo#109284] / [fdo#111827]) +6 similar issues
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb3/igt@kms_chamelium@vga-hpd-with-enabled-mode.html

  * igt@kms_color_chamelium@pipe-a-ctm-0-75:
    - shard-kbl:          NOTRUN -> [SKIP][53] ([fdo#109271] / [fdo#111827]) +11 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl2/igt@kms_color_chamelium@pipe-a-ctm-0-75.html

  * igt@kms_color_chamelium@pipe-b-ctm-0-75:
    - shard-tglb:         NOTRUN -> [SKIP][54] ([fdo#109284] / [fdo#111827]) +7 similar issues
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_color_chamelium@pipe-b-ctm-0-75.html

  * igt@kms_color_chamelium@pipe-b-ctm-limited-range:
    - shard-glk:          NOTRUN -> [SKIP][55] ([fdo#109271] / [fdo#111827]) +9 similar issues
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk5/igt@kms_color_chamelium@pipe-b-ctm-limited-range.html

  * igt@kms_color_chamelium@pipe-d-ctm-blue-to-red:
    - shard-iclb:         NOTRUN -> [SKIP][56] ([fdo#109278] / [fdo#109284] / [fdo#111827])
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb5/igt@kms_color_chamelium@pipe-d-ctm-blue-to-red.html

  * igt@kms_content_protection@atomic:
    - shard-apl:          NOTRUN -> [TIMEOUT][57] ([i915#1319])
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl3/igt@kms_content_protection@atomic.html

  * igt@kms_content_protection@dp-mst-type-1:
    - shard-iclb:         NOTRUN -> [SKIP][58] ([i915#3116])
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb4/igt@kms_content_protection@dp-mst-type-1.html
    - shard-tglb:         NOTRUN -> [SKIP][59] ([i915#3116])
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb3/igt@kms_content_protection@dp-mst-type-1.html

  * igt@kms_content_protection@legacy:
    - shard-kbl:          NOTRUN -> [TIMEOUT][60] ([i915#1319])
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl7/igt@kms_content_protection@legacy.html

  * igt@kms_content_protection@type1:
    - shard-iclb:         NOTRUN -> [SKIP][61] ([fdo#109300] / [fdo#111066])
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb2/igt@kms_content_protection@type1.html
    - shard-tglb:         NOTRUN -> [SKIP][62] ([fdo#111828])
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb7/igt@kms_content_protection@type1.html

  * igt@kms_cursor_crc@pipe-a-cursor-512x512-offscreen:
    - shard-iclb:         NOTRUN -> [SKIP][63] ([fdo#109278] / [fdo#109279]) +1 similar issue
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_cursor_crc@pipe-a-cursor-512x512-offscreen.html

  * igt@kms_cursor_crc@pipe-d-cursor-512x512-sliding:
    - shard-tglb:         NOTRUN -> [SKIP][64] ([fdo#109279]) +2 similar issues
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@kms_cursor_crc@pipe-d-cursor-512x512-sliding.html

  * igt@kms_cursor_crc@pipe-d-cursor-64x64-random:
    - shard-iclb:         NOTRUN -> [SKIP][65] ([fdo#109278]) +13 similar issues
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_cursor_crc@pipe-d-cursor-64x64-random.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
    - shard-iclb:         NOTRUN -> [SKIP][66] ([fdo#109274] / [fdo#109278])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb6/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html

  * igt@kms_cursor_legacy@flip-vs-cursor-legacy:
    - shard-tglb:         NOTRUN -> [FAIL][67] ([i915#2346])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html

  * igt@kms_flip@2x-flip-vs-dpms:
    - shard-iclb:         NOTRUN -> [SKIP][68] ([fdo#109274]) +3 similar issues
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_flip@2x-flip-vs-dpms.html

  * igt@kms_flip@flip-vs-suspend@c-hdmi-a1:
    - shard-hsw:          NOTRUN -> [INCOMPLETE][69] ([i915#2055])
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@kms_flip@flip-vs-suspend@c-hdmi-a1.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
    - shard-apl:          NOTRUN -> [SKIP][70] ([fdo#109271] / [i915#2642]) +1 similar issue
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile:
    - shard-tglb:         NOTRUN -> [SKIP][71] ([i915#2587])
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html
    - shard-glk:          NOTRUN -> [SKIP][72] ([fdo#109271] / [i915#2642])
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk4/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html
    - shard-kbl:          NOTRUN -> [SKIP][73] ([fdo#109271] / [i915#2642])
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile:
    - shard-apl:          NOTRUN -> [FAIL][74] ([i915#2641])
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt:
    - shard-glk:          [PASS][75] -> [FAIL][76] ([i915#49])
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-glk7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt.html
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu:
    - shard-tglb:         [PASS][77] -> [INCOMPLETE][78] ([i915#750])
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu.html
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-render:
    - shard-tglb:         NOTRUN -> [SKIP][79] ([fdo#111825]) +22 similar issues
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt:
    - shard-iclb:         NOTRUN -> [SKIP][80] ([fdo#109280]) +16 similar issues
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt.html

  * igt@kms_hdmi_inject@inject-audio:
    - shard-tglb:         [PASS][81] -> [SKIP][82] ([i915#433])
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb7/igt@kms_hdmi_inject@inject-audio.html
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_hdmi_inject@inject-audio.html

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d:
    - shard-apl:          NOTRUN -> [SKIP][83] ([fdo#109271] / [i915#533]) +3 similar issues
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
    - shard-glk:          NOTRUN -> [FAIL][84] ([fdo#108145] / [i915#265])
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk1/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html
    - shard-kbl:          NOTRUN -> [FAIL][85] ([fdo#108145] / [i915#265])
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl2/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html

  * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
    - shard-apl:          NOTRUN -> [FAIL][86] ([i915#265]) +2 similar issues
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl7/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html

  * igt@kms_plane_lowres@pipe-b-tiling-yf:
    - shard-hsw:          NOTRUN -> [SKIP][87] ([fdo#109271]) +130 similar issues
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw8/igt@kms_plane_lowres@pipe-b-tiling-yf.html

  * igt@kms_plane_multiple@atomic-pipe-d-tiling-none:
    - shard-hsw:          NOTRUN -> [SKIP][88] ([fdo#109271] / [i915#533]) +16 similar issues
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@kms_plane_multiple@atomic-pipe-d-tiling-none.html

  * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping:
    - shard-apl:          NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#2733])
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl1/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1:
    - shard-apl:          NOTRUN -> [SKIP][90] ([fdo#109271] / [i915#658]) +6 similar issues
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html

  * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1:
    - shard-kbl:          NOTRUN -> [SKIP][91] ([fdo#109271] / [i915#658]) +1 similar issue
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl6/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1.html

  * igt@kms_psr2_su@page_flip:
    - shard-glk:          NOTRUN -> [SKIP][92] ([fdo#109271] / [i915#658])
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk8/igt@kms_psr2_su@page_flip.html

  * igt@kms_psr@primary_page_flip:
    - shard-hsw:          NOTRUN -> [SKIP][93] ([fdo#109271] / [i915#1072]) +5 similar issues
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw8/igt@kms_psr@primary_page_flip.html

  * igt@kms_psr@psr2_cursor_blt:
    - shard-iclb:         NOTRUN -> [SKIP][94] ([fdo#109441]) +2 similar issues
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb5/igt@kms_psr@psr2_cursor_blt.html

  * igt@kms_psr@psr2_primary_mmap_cpu:
    - shard-iclb:         [PASS][95] -> [SKIP][96] ([fdo#109441])
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_psr@psr2_primary_mmap_cpu.html

  * igt@kms_sysfs_edid_timing:
    - shard-apl:          NOTRUN -> [FAIL][97] ([IGT#2])
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@kms_sysfs_edid_timing.html
    - shard-kbl:          NOTRUN -> [FAIL][98] ([IGT#2])
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl3/igt@kms_sysfs_edid_timing.html

  * igt@kms_vrr@flip-dpms:
    - shard-iclb:         NOTRUN -> [SKIP][99] ([fdo#109502]) +1 similar issue
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb4/igt@kms_vrr@flip-dpms.html
    - shard-tglb:         NOTRUN -> [SKIP][100] ([fdo#109502]) +1 similar issue
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_vrr@flip-dpms.html

  * igt@kms_writeback@writeback-pixel-formats:
    - shard-glk:          NOTRUN -> [SKIP][101] ([fdo#109271] / [i915#2437])
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk7/igt@kms_writeback@writeback-pixel-formats.html
    - shard-kbl:          NOTRUN -> [SKIP][102] ([fdo#109271] / [i915#2437])
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html
    - shard-iclb:         NOTRUN -> [SKIP][103] ([i915#2437])
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb8/igt@kms_writeback@writeback-pixel-formats.html
    - shard-apl:          NOTRUN -> [SKIP][104] ([fdo#109271] / [i915#2437])
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl7/igt@kms_writeback@writeback-pixel-formats.html
    - shard-tglb:         NOTRUN -> [SKIP][105] ([i915#2437])
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb5/igt@kms_writeback@writeback-pixel-formats.html

  * igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame:
    - shard-apl:          NOTRUN -> [SKIP][106] ([fdo#109271]) +247 similar issues
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl1/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html
    - shard-tglb:         NOTRUN -> [SKIP][107] ([i915#2530]) +1 similar issue
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb6/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html

  * igt@nouveau_crc@pipe-b-source-outp-complete:
    - shard-iclb:         NOTRUN -> [SKIP][108] ([i915#2530]) +1 similar issue
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb5/igt@nouveau_crc@pipe-b-source-outp-complete.html

  * igt@prime_nv_pcopy@test3_4:
    - shard-iclb:         NOTRUN -> [SKIP][109] ([fdo#109291]) +1 similar issue
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb4/igt@prime_nv_pcopy@test3_4.html
    - shard-tglb:         NOTRUN -> [SKIP][110] ([fdo#109291]) +1 similar issue
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb3/igt@prime_nv_pcopy@test3_4.html

  * igt@prime_vgem@fence-read-hang:
    - shard-tglb:         NOTRUN -> [SKIP][111] ([fdo#109295])
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb7/igt@prime_vgem@fence-read-hang.html
    - shard-iclb:         NOTRUN -> [SKIP][112] ([fdo#109295])
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb3/igt@prime_vgem@fence-read-hang.html

  * igt@sysfs_clients@busy@vcs0:
    - shard-kbl:          [PASS][113] -> [FAIL][114] ([i915#3009])
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl7/igt@sysfs_clients@busy@vcs0.html
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl4/igt@sysfs_clients@busy@vcs0.html

  * igt@sysfs_clients@recycle:
    - shard-snb:          NOTRUN -> [FAIL][115] ([i915#3028])
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb7/igt@sysfs_clients@recycle.html
    - shard-glk:          [PASS][116] -> [FAIL][117] ([i915#3028])
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-glk6/igt@sysfs_clients@recycle.html
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk8/igt@sysfs_clients@recycle.html
    - shard-tglb:         [PASS][118] -> [FAIL][119] ([i915#3028])
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb1/igt@sysfs_clients@recycle.html
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb7/igt@sysfs_clients@recycle.html

  * igt@sysfs_clients@recycle-many:
    - shard-hsw:          [PASS][120] -> [FAIL][121] ([i915#3028])
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-hsw1/igt@sysfs_clients@recycle-many.html
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@sysfs_clients@recycle-many.html

  
#### Possible fixes ####

  * igt@gem_exec_fair@basic-pace@vecs0:
    - shard-glk:          [FAIL][122] ([i915#2842]) -> [PASS][123] +2 similar issues
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-glk2/igt@gem_exec_fair@basic-pace@vecs0.html
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk3/igt@gem_exec_fair@basic-pace@vecs0.html

  * igt@i915_pm_rc6_residency@rc6-idle:
    - shard-hsw:          [WARN][124] ([i915#1519]) -> [PASS][125] +1 similar issue
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-hsw2/igt@i915_pm_rc6_residency@rc6-idle.html
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw1/igt@i915_pm_rc6_residency@rc6-idle.html

  * igt@i915_suspend@fence-restore-untiled:
    - shard-kbl:          [INCOMPLETE][126] ([i915#155]) -> [PASS][127]
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl6/igt@i915_suspend@fence-restore-untiled.html
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl2/igt@i915_suspend@fence-restore-untiled.html

  * igt@kms_async_flips@test-time-stamp:
    - shard-tglb:         [FAIL][128] ([i915#2597]) -> [PASS][129]
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb8/igt@kms_async_flips@test-time-stamp.html
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@kms_async_flips@test-time-stamp.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-kbl:          [INCOMPLETE][130] ([i915#155] / [i915#636]) -> [PASS][131]
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl4/igt@kms_fbcon_fbt@fbc-suspend.html
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl1/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1:
    - shard-tglb:         [FAIL][132] ([i915#2598]) -> [PASS][133]
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb7/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb6/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html

  * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
    - shard-kbl:          [DMESG-WARN][134] ([i915#180]) -> [PASS][135] +1 similar issue
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl3/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html

  * igt@kms_frontbuffer_tracking@fbc-suspend:
    - shard-apl:          [DMESG-WARN][136] ([i915#180]) -> [PASS][137]
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-apl7/igt@kms_frontbuffer_tracking@fbc-suspend.html
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl3/igt@kms_frontbuffer_tracking@fbc-suspend.html

  * igt@kms_psr2_su@page_flip:
    - shard-iclb:         [SKIP][138] ([fdo#109642] / [fdo#111068] / [i915#658]) -> [PASS][139]
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-iclb7/igt@kms_psr2_su@page_flip.html
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb2/igt@kms_psr2_su@page_flip.html

  * igt@kms_psr@psr2_sprite_plane_onoff:
    - shard-iclb:         [SKIP][140] ([fdo#109441]) -> [PASS][141]
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-iclb8/igt@kms_psr@psr2_sprite_plane_onoff.html
   [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/index.html

[-- Attachment #1.2: Type: text/html, Size: 33885 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for lib/kmod: Stop producing results at all for kernel selftests on taint
  2021-03-03  8:00   ` Petri Latvala
@ 2021-03-04  5:28     ` Vudum, Lakshminarayana
  0 siblings, 0 replies; 14+ messages in thread
From: Vudum, Lakshminarayana @ 2021-03-04  5:28 UTC (permalink / raw)
  To: Latvala, Petri, igt-dev

Re-reported.

-----Original Message-----
From: Petri Latvala <petri.latvala@intel.com> 
Sent: Wednesday, March 3, 2021 12:01 AM
To: igt-dev@lists.freedesktop.org; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
Subject: Re: ✗ Fi.CI.IGT: failure for lib/kmod: Stop producing results at all for kernel selftests on taint

On Thu, Feb 25, 2021 at 10:56:01AM +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: lib/kmod: Stop producing results at all for kernel selftests on taint
> URL   : https://patchwork.freedesktop.org/series/87370/
> State : failure
> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_9803_full -> IGTPW_5551_full 
> ====================================================
> 
> Summary
> -------
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with IGTPW_5551_full absolutely need to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in IGTPW_5551_full, please notify your bug team 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_5551/index.html
> 
> Possible new issues
> -------------------
> 
>   Here are the unknown changes that may have been introduced in IGTPW_5551_full:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>   * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu:
>     - shard-tglb:         [PASS][1] -> [INCOMPLETE][2]
>    [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu.html
>    [2]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb8/igt@km
> s_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu.html


Lakshmi, false positive for you here.


--
Petri Latvala



> 
>   
> Known issues
> ------------
> 
>   Here are the changes found in IGTPW_5551_full that come from known issues:
> 
> ### IGT changes ###
> 
> #### Issues hit ####
> 
>   * igt@gem_create@create-massive:
>     - shard-apl:          NOTRUN -> [DMESG-WARN][3] ([i915#3002])
>    [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl3/igt@gem_create@create-massive.html
> 
>   * igt@gem_ctx_param@set-priority-not-supported:
>     - shard-tglb:         NOTRUN -> [SKIP][4] ([fdo#109314])
>    [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@gem_ctx_param@set-priority-not-supported.html
>     - shard-iclb:         NOTRUN -> [SKIP][5] ([fdo#109314])
>    [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb3/igt@gem_ctx_param@set-priority-not-supported.html
> 
>   * igt@gem_ctx_persistence@engines-cleanup:
>     - shard-hsw:          NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#1099]) +3 similar issues
>    [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@gem_ctx_persistence@engines-cleanup.html
> 
>   * igt@gem_ctx_persistence@legacy-engines-mixed-process:
>     - shard-snb:          NOTRUN -> [SKIP][7] ([fdo#109271] / [i915#1099]) +6 similar issues
>    [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed-process.html
> 
>   * igt@gem_exec_fair@basic-flow@rcs0:
>     - shard-tglb:         [PASS][8] -> [FAIL][9] ([i915#2842])
>    [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html
>    [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@gem_exec_fair@basic-flow@rcs0.html
> 
>   * igt@gem_exec_fair@basic-none-rrul@rcs0:
>     - shard-iclb:         NOTRUN -> [FAIL][10] ([i915#2842]) +1 similar issue
>    [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb6/igt@gem_exec_fair@basic-none-rrul@rcs0.html
>     - shard-glk:          NOTRUN -> [FAIL][11] ([i915#2842]) +1 similar issue
>    [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk4/igt@gem_exec_fair@basic-none-rrul@rcs0.html
>     - shard-tglb:         NOTRUN -> [FAIL][12] ([i915#2842])
>    [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@gem_exec_fair@basic-none-rrul@rcs0.html
> 
>   * igt@gem_exec_fair@basic-none-share@rcs0:
>     - shard-iclb:         [PASS][13] -> [FAIL][14] ([i915#2842])
>    [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-iclb8/igt@gem_exec_fair@basic-none-share@rcs0.html
>    [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@gem_exec_fair@basic-none-share@rcs0.html
> 
>   * igt@gem_exec_fair@basic-none@vcs0:
>     - shard-kbl:          [PASS][15] -> [FAIL][16] ([i915#2842])
>    [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl7/igt@gem_exec_fair@basic-none@vcs0.html
>    [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl3/igt@gem_exec_fair@basic-none@vcs0.html
>     - shard-apl:          [PASS][17] -> [FAIL][18] ([i915#2842])
>    [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-apl1/igt@gem_exec_fair@basic-none@vcs0.html
>    [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@gem_exec_fair@basic-none@vcs0.html
> 
>   * igt@gem_exec_params@no-blt:
>     - shard-tglb:         NOTRUN -> [SKIP][19] ([fdo#109283]) +1 similar issue
>    [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb5/igt@gem_exec_params@no-blt.html
> 
>   * igt@gem_exec_params@no-vebox:
>     - shard-iclb:         NOTRUN -> [SKIP][20] ([fdo#109283]) +1 similar issue
>    [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@gem_exec_params@no-vebox.html
> 
>   * igt@gem_exec_reloc@basic-wide-active@vcs1:
>     - shard-iclb:         NOTRUN -> [FAIL][21] ([i915#2389])
>    [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@gem_exec_reloc@basic-wide-active@vcs1.html
> 
>   * igt@gem_exec_schedule@u-fairslice@vcs0:
>     - shard-iclb:         [PASS][22] -> [DMESG-WARN][23] ([i915#2803])
>    [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-iclb1/igt@gem_exec_schedule@u-fairslice@vcs0.html
>    [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb4/igt@gem_exec_schedule@u-fairslice@vcs0.html
> 
>   * igt@gem_exec_schedule@u-fairslice@vcs1:
>     - shard-tglb:         [PASS][24] -> [DMESG-WARN][25] ([i915#2803])
>    [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb7/igt@gem_exec_schedule@u-fairslice@vcs1.html
>    [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb8/igt@gem_exec_schedule@u-fairslice@vcs1.html
> 
>   * igt@gem_huc_copy@huc-copy:
>     - shard-tglb:         [PASS][26] -> [SKIP][27] ([i915#2190])
>    [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb1/igt@gem_huc_copy@huc-copy.html
>    [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb6/igt@gem_huc_copy@huc-copy.html
>     - shard-glk:          NOTRUN -> [SKIP][28] ([fdo#109271] / [i915#2190])
>    [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk3/igt@gem_huc_copy@huc-copy.html
>     - shard-kbl:          NOTRUN -> [SKIP][29] ([fdo#109271] / [i915#2190])
>    [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl4/igt@gem_huc_copy@huc-copy.html
> 
>   * igt@gem_pread@exhaustion:
>     - shard-apl:          NOTRUN -> [WARN][30] ([i915#2658]) +1 similar issue
>    [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl2/igt@gem_pread@exhaustion.html
> 
>   * igt@gem_pwrite@basic-exhaustion:
>     - shard-snb:          NOTRUN -> [WARN][31] ([i915#2658])
>    [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb7/igt@gem_pwrite@basic-exhaustion.html
> 
>   * igt@gem_render_copy@y-tiled-to-vebox-linear:
>     - shard-iclb:         NOTRUN -> [SKIP][32] ([i915#768]) +1 similar issue
>    [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@gem_render_copy@y-tiled-to-vebox-linear.html
> 
>   * igt@gem_userptr_blits@input-checking:
>     - shard-hsw:          NOTRUN -> [DMESG-WARN][33] ([i915#3002])
>    [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@gem_userptr_blits@input-checking.html
> 
>   * igt@gem_userptr_blits@mmap-offset-invalidate-active@wb:
>     - shard-snb:          NOTRUN -> [SKIP][34] ([fdo#109271]) +346 similar issues
>    [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb7/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html
>     - shard-kbl:          NOTRUN -> [SKIP][35] ([fdo#109271]) +109 similar issues
>    [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl3/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html
> 
>   * igt@gem_userptr_blits@process-exit-mmap-busy@uc:
>     - shard-kbl:          NOTRUN -> [SKIP][36] ([fdo#109271] / [i915#1699]) +3 similar issues
>    [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl3/igt@gem_userptr_blits@process-exit-mmap-busy@uc.html
> 
>   * igt@gem_userptr_blits@process-exit-mmap-busy@wc:
>     - shard-glk:          NOTRUN -> [SKIP][37] ([fdo#109271] / [i915#1699]) +3 similar issues
>    [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk9/igt@gem_userptr_blits@process-exit-mmap-busy@wc.html
> 
>   * igt@gem_userptr_blits@process-exit-mmap@wb:
>     - shard-apl:          NOTRUN -> [SKIP][38] ([fdo#109271] / [i915#1699]) +7 similar issues
>    [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl6/igt@gem_userptr_blits@process-exit-mmap@wb.html
> 
>   * igt@gem_userptr_blits@vma-merge:
>     - shard-hsw:          NOTRUN -> [FAIL][39] ([i915#2724])
>    [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw1/igt@gem_userptr_blits@vma-merge.html
> 
>   * igt@gen9_exec_parse@bb-start-param:
>     - shard-tglb:         NOTRUN -> [SKIP][40] ([fdo#112306]) +2 similar issues
>    [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb8/igt@gen9_exec_parse@bb-start-param.html
> 
>   * igt@gen9_exec_parse@shadow-peek:
>     - shard-tglb:         NOTRUN -> [SKIP][41] ([i915#2856])
>    [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@gen9_exec_parse@shadow-peek.html
>     - shard-iclb:         NOTRUN -> [SKIP][42] ([i915#2856])
>    [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb2/igt@gen9_exec_parse@shadow-peek.html
> 
>   * igt@gen9_exec_parse@valid-registers:
>     - shard-iclb:         NOTRUN -> [SKIP][43] ([fdo#112306]) +2 similar issues
>    [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb3/igt@gen9_exec_parse@valid-registers.html
> 
>   * igt@i915_pm_backlight@bad-brightness:
>     - shard-glk:          NOTRUN -> [SKIP][44] ([fdo#109271]) +71 similar issues
>    [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk9/igt@i915_pm_backlight@bad-brightness.html
>     - shard-hsw:          NOTRUN -> [SKIP][45] ([fdo#109271] / [i915#3012])
>    [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw1/igt@i915_pm_backlight@bad-brightness.html
> 
>   * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
>     - shard-tglb:         NOTRUN -> [SKIP][46] ([fdo#111644] / [i915#1397] / [i915#2411])
>    [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb5/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
>     - shard-iclb:         NOTRUN -> [SKIP][47] ([fdo#110892])
>    [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb8/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
> 
>   * igt@kms_big_fb@linear-64bpp-rotate-90:
>     - shard-iclb:         NOTRUN -> [SKIP][48] ([fdo#110725] / [fdo#111614])
>    [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_big_fb@linear-64bpp-rotate-90.html
>     - shard-tglb:         NOTRUN -> [SKIP][49] ([fdo#111614])
>    [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@kms_big_fb@linear-64bpp-rotate-90.html
> 
>   * igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
>     - shard-tglb:         NOTRUN -> [SKIP][50] ([fdo#111615]) +2 similar issues
>    [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html
> 
>   * igt@kms_chamelium@dp-crc-multiple:
>     - shard-apl:          NOTRUN -> [SKIP][51] ([fdo#109271] / [fdo#111827]) +22 similar issues
>    [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl1/igt@kms_chamelium@dp-crc-multiple.html
> 
>   * igt@kms_chamelium@hdmi-hpd-enable-disable-mode:
>     - shard-snb:          NOTRUN -> [SKIP][52] ([fdo#109271] / [fdo#111827]) +15 similar issues
>    [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb2/igt@kms_chamelium@hdmi-hpd-enable-disable-mode.html
> 
>   * igt@kms_chamelium@hdmi-hpd-for-each-pipe:
>     - shard-hsw:          NOTRUN -> [SKIP][53] ([fdo#109271] / [fdo#111827]) +11 similar issues
>    [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw8/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html
> 
>   * igt@kms_chamelium@vga-hpd-with-enabled-mode:
>     - shard-iclb:         NOTRUN -> [SKIP][54] ([fdo#109284] / [fdo#111827]) +6 similar issues
>    [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb3/igt@kms_chamelium@vga-hpd-with-enabled-mode.html
> 
>   * igt@kms_color_chamelium@pipe-a-ctm-0-75:
>     - shard-kbl:          NOTRUN -> [SKIP][55] ([fdo#109271] / [fdo#111827]) +11 similar issues
>    [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl2/igt@kms_color_chamelium@pipe-a-ctm-0-75.html
> 
>   * igt@kms_color_chamelium@pipe-b-ctm-0-75:
>     - shard-tglb:         NOTRUN -> [SKIP][56] ([fdo#109284] / [fdo#111827]) +7 similar issues
>    [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_color_chamelium@pipe-b-ctm-0-75.html
> 
>   * igt@kms_color_chamelium@pipe-b-ctm-limited-range:
>     - shard-glk:          NOTRUN -> [SKIP][57] ([fdo#109271] / [fdo#111827]) +9 similar issues
>    [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk5/igt@kms_color_chamelium@pipe-b-ctm-limited-range.html
> 
>   * igt@kms_color_chamelium@pipe-d-ctm-blue-to-red:
>     - shard-iclb:         NOTRUN -> [SKIP][58] ([fdo#109278] / [fdo#109284] / [fdo#111827])
>    [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb5/igt@kms_color_chamelium@pipe-d-ctm-blue-to-red.html
> 
>   * igt@kms_content_protection@atomic:
>     - shard-apl:          NOTRUN -> [TIMEOUT][59] ([i915#1319])
>    [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl3/igt@kms_content_protection@atomic.html
> 
>   * igt@kms_content_protection@dp-mst-type-1:
>     - shard-iclb:         NOTRUN -> [SKIP][60] ([i915#3116])
>    [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb4/igt@kms_content_protection@dp-mst-type-1.html
>     - shard-tglb:         NOTRUN -> [SKIP][61] ([i915#3116])
>    [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb3/igt@kms_content_protection@dp-mst-type-1.html
> 
>   * igt@kms_content_protection@legacy:
>     - shard-kbl:          NOTRUN -> [TIMEOUT][62] ([i915#1319])
>    [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl7/igt@kms_content_protection@legacy.html
> 
>   * igt@kms_content_protection@type1:
>     - shard-iclb:         NOTRUN -> [SKIP][63] ([fdo#109300] / [fdo#111066])
>    [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb2/igt@kms_content_protection@type1.html
>     - shard-tglb:         NOTRUN -> [SKIP][64] ([fdo#111828])
>    [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb7/igt@kms_content_protection@type1.html
> 
>   * igt@kms_cursor_crc@pipe-a-cursor-512x512-offscreen:
>     - shard-iclb:         NOTRUN -> [SKIP][65] ([fdo#109278] / [fdo#109279]) +1 similar issue
>    [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_cursor_crc@pipe-a-cursor-512x512-offscreen.html
> 
>   * igt@kms_cursor_crc@pipe-d-cursor-512x512-sliding:
>     - shard-tglb:         NOTRUN -> [SKIP][66] ([fdo#109279]) +2 similar issues
>    [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@kms_cursor_crc@pipe-d-cursor-512x512-sliding.html
> 
>   * igt@kms_cursor_crc@pipe-d-cursor-64x64-random:
>     - shard-iclb:         NOTRUN -> [SKIP][67] ([fdo#109278]) +13 similar issues
>    [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_cursor_crc@pipe-d-cursor-64x64-random.html
> 
>   * igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
>     - shard-iclb:         NOTRUN -> [SKIP][68] ([fdo#109274] / [fdo#109278])
>    [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb6/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
> 
>   * igt@kms_cursor_legacy@flip-vs-cursor-legacy:
>     - shard-tglb:         NOTRUN -> [FAIL][69] ([i915#2346])
>    [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
> 
>   * igt@kms_flip@2x-flip-vs-dpms:
>     - shard-iclb:         NOTRUN -> [SKIP][70] ([fdo#109274]) +3 similar issues
>    [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_flip@2x-flip-vs-dpms.html
> 
>   * igt@kms_flip@flip-vs-suspend@c-hdmi-a1:
>     - shard-hsw:          NOTRUN -> [INCOMPLETE][71] ([i915#2055])
>    [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@kms_flip@flip-vs-suspend@c-hdmi-a1.html
> 
>   * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
>     - shard-apl:          NOTRUN -> [SKIP][72] ([fdo#109271] / [i915#2642]) +1 similar issue
>    [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html
> 
>   * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile:
>     - shard-tglb:         NOTRUN -> [SKIP][73] ([i915#2587])
>    [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html
>     - shard-glk:          NOTRUN -> [SKIP][74] ([fdo#109271] / [i915#2642])
>    [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk4/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html
>     - shard-kbl:          NOTRUN -> [SKIP][75] ([fdo#109271] / [i915#2642])
>    [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html
> 
>   * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile:
>     - shard-apl:          NOTRUN -> [FAIL][76] ([i915#2641])
>    [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile.html
> 
>   * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt:
>     - shard-glk:          [PASS][77] -> [FAIL][78] ([i915#49])
>    [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-glk7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt.html
>    [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt.html
> 
>   * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-render:
>     - shard-tglb:         NOTRUN -> [SKIP][79] ([fdo#111825]) +22 similar issues
>    [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-render.html
> 
>   * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt:
>     - shard-iclb:         NOTRUN -> [SKIP][80] ([fdo#109280]) +16 similar issues
>    [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt.html
> 
>   * igt@kms_hdmi_inject@inject-audio:
>     - shard-tglb:         [PASS][81] -> [SKIP][82] ([i915#433])
>    [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb7/igt@kms_hdmi_inject@inject-audio.html
>    [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_hdmi_inject@inject-audio.html
> 
>   * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d:
>     - shard-apl:          NOTRUN -> [SKIP][83] ([fdo#109271] / [i915#533]) +3 similar issues
>    [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d.html
> 
>   * igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
>     - shard-glk:          NOTRUN -> [FAIL][84] ([fdo#108145] / [i915#265])
>    [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk1/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html
>     - shard-kbl:          NOTRUN -> [FAIL][85] ([fdo#108145] / [i915#265])
>    [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl2/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html
> 
>   * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
>     - shard-apl:          NOTRUN -> [FAIL][86] ([i915#265]) +2 similar issues
>    [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl7/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html
> 
>   * igt@kms_plane_lowres@pipe-b-tiling-yf:
>     - shard-hsw:          NOTRUN -> [SKIP][87] ([fdo#109271]) +130 similar issues
>    [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw8/igt@kms_plane_lowres@pipe-b-tiling-yf.html
> 
>   * igt@kms_plane_multiple@atomic-pipe-d-tiling-none:
>     - shard-hsw:          NOTRUN -> [SKIP][88] ([fdo#109271] / [i915#533]) +16 similar issues
>    [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@kms_plane_multiple@atomic-pipe-d-tiling-none.html
> 
>   * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping:
>     - shard-apl:          NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#2733])
>    [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl1/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html
> 
>   * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1:
>     - shard-apl:          NOTRUN -> [SKIP][90] ([fdo#109271] / [i915#658]) +6 similar issues
>    [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html
> 
>   * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1:
>     - shard-kbl:          NOTRUN -> [SKIP][91] ([fdo#109271] / [i915#658]) +1 similar issue
>    [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl6/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1.html
> 
>   * igt@kms_psr2_su@page_flip:
>     - shard-glk:          NOTRUN -> [SKIP][92] ([fdo#109271] / [i915#658])
>    [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk8/igt@kms_psr2_su@page_flip.html
> 
>   * igt@kms_psr@primary_page_flip:
>     - shard-hsw:          NOTRUN -> [SKIP][93] ([fdo#109271] / [i915#1072]) +5 similar issues
>    [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw8/igt@kms_psr@primary_page_flip.html
> 
>   * igt@kms_psr@psr2_cursor_blt:
>     - shard-iclb:         NOTRUN -> [SKIP][94] ([fdo#109441]) +2 similar issues
>    [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb5/igt@kms_psr@psr2_cursor_blt.html
> 
>   * igt@kms_psr@psr2_primary_mmap_cpu:
>     - shard-iclb:         [PASS][95] -> [SKIP][96] ([fdo#109441])
>    [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html
>    [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb1/igt@kms_psr@psr2_primary_mmap_cpu.html
> 
>   * igt@kms_sysfs_edid_timing:
>     - shard-apl:          NOTRUN -> [FAIL][97] ([IGT#2])
>    [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl8/igt@kms_sysfs_edid_timing.html
>     - shard-kbl:          NOTRUN -> [FAIL][98] ([IGT#2])
>    [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl3/igt@kms_sysfs_edid_timing.html
> 
>   * igt@kms_vrr@flip-dpms:
>     - shard-iclb:         NOTRUN -> [SKIP][99] ([fdo#109502]) +1 similar issue
>    [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb4/igt@kms_vrr@flip-dpms.html
>     - shard-tglb:         NOTRUN -> [SKIP][100] ([fdo#109502]) +1 similar issue
>    [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb1/igt@kms_vrr@flip-dpms.html
> 
>   * igt@kms_writeback@writeback-pixel-formats:
>     - shard-glk:          NOTRUN -> [SKIP][101] ([fdo#109271] / [i915#2437])
>    [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk7/igt@kms_writeback@writeback-pixel-formats.html
>     - shard-kbl:          NOTRUN -> [SKIP][102] ([fdo#109271] / [i915#2437])
>    [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html
>     - shard-iclb:         NOTRUN -> [SKIP][103] ([i915#2437])
>    [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb8/igt@kms_writeback@writeback-pixel-formats.html
>     - shard-apl:          NOTRUN -> [SKIP][104] ([fdo#109271] / [i915#2437])
>    [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl7/igt@kms_writeback@writeback-pixel-formats.html
>     - shard-tglb:         NOTRUN -> [SKIP][105] ([i915#2437])
>    [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb5/igt@kms_writeback@writeback-pixel-formats.html
> 
>   * igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame:
>     - shard-apl:          NOTRUN -> [SKIP][106] ([fdo#109271]) +247 similar issues
>    [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl1/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html
>     - shard-tglb:         NOTRUN -> [SKIP][107] ([i915#2530]) +1 similar issue
>    [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb6/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html
> 
>   * igt@nouveau_crc@pipe-b-source-outp-complete:
>     - shard-iclb:         NOTRUN -> [SKIP][108] ([i915#2530]) +1 similar issue
>    [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb5/igt@nouveau_crc@pipe-b-source-outp-complete.html
> 
>   * igt@prime_nv_pcopy@test3_4:
>     - shard-iclb:         NOTRUN -> [SKIP][109] ([fdo#109291]) +1 similar issue
>    [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb4/igt@prime_nv_pcopy@test3_4.html
>     - shard-tglb:         NOTRUN -> [SKIP][110] ([fdo#109291]) +1 similar issue
>    [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb3/igt@prime_nv_pcopy@test3_4.html
> 
>   * igt@prime_vgem@fence-read-hang:
>     - shard-tglb:         NOTRUN -> [SKIP][111] ([fdo#109295])
>    [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb7/igt@prime_vgem@fence-read-hang.html
>     - shard-iclb:         NOTRUN -> [SKIP][112] ([fdo#109295])
>    [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-iclb3/igt@prime_vgem@fence-read-hang.html
> 
>   * igt@sysfs_clients@busy@vcs0:
>     - shard-kbl:          [PASS][113] -> [FAIL][114] ([i915#3009])
>    [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl7/igt@sysfs_clients@busy@vcs0.html
>    [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl4/igt@sysfs_clients@busy@vcs0.html
> 
>   * igt@sysfs_clients@recycle:
>     - shard-snb:          NOTRUN -> [FAIL][115] ([i915#3028])
>    [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-snb7/igt@sysfs_clients@recycle.html
>     - shard-glk:          [PASS][116] -> [FAIL][117] ([i915#3028])
>    [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-glk6/igt@sysfs_clients@recycle.html
>    [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk8/igt@sysfs_clients@recycle.html
>     - shard-tglb:         [PASS][118] -> [FAIL][119] ([i915#3028])
>    [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb1/igt@sysfs_clients@recycle.html
>    [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb7/igt@sysfs_clients@recycle.html
> 
>   * igt@sysfs_clients@recycle-many:
>     - shard-hsw:          [PASS][120] -> [FAIL][121] ([i915#3028])
>    [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-hsw1/igt@sysfs_clients@recycle-many.html
>    [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw4/igt@sysfs_clients@recycle-many.html
> 
>   
> #### Possible fixes ####
> 
>   * igt@gem_exec_fair@basic-pace@vecs0:
>     - shard-glk:          [FAIL][122] ([i915#2842]) -> [PASS][123] +2 similar issues
>    [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-glk2/igt@gem_exec_fair@basic-pace@vecs0.html
>    [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-glk3/igt@gem_exec_fair@basic-pace@vecs0.html
> 
>   * igt@i915_pm_rc6_residency@rc6-idle:
>     - shard-hsw:          [WARN][124] ([i915#1519]) -> [PASS][125] +1 similar issue
>    [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-hsw2/igt@i915_pm_rc6_residency@rc6-idle.html
>    [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-hsw1/igt@i915_pm_rc6_residency@rc6-idle.html
> 
>   * igt@i915_suspend@fence-restore-untiled:
>     - shard-kbl:          [INCOMPLETE][126] ([i915#155]) -> [PASS][127]
>    [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl6/igt@i915_suspend@fence-restore-untiled.html
>    [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl2/igt@i915_suspend@fence-restore-untiled.html
> 
>   * igt@kms_async_flips@test-time-stamp:
>     - shard-tglb:         [FAIL][128] ([i915#2597]) -> [PASS][129]
>    [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb8/igt@kms_async_flips@test-time-stamp.html
>    [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb2/igt@kms_async_flips@test-time-stamp.html
> 
>   * igt@kms_fbcon_fbt@fbc-suspend:
>     - shard-kbl:          [INCOMPLETE][130] ([i915#155] / [i915#636]) -> [PASS][131]
>    [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl4/igt@kms_fbcon_fbt@fbc-suspend.html
>    [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl1/igt@kms_fbcon_fbt@fbc-suspend.html
> 
>   * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1:
>     - shard-tglb:         [FAIL][132] ([i915#2598]) -> [PASS][133]
>    [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-tglb7/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html
>    [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-tglb6/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html
> 
>   * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
>     - shard-kbl:          [DMESG-WARN][134] ([i915#180]) -> [PASS][135] +1 similar issue
>    [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-kbl3/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
>    [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-kbl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
> 
>   * igt@kms_frontbuffer_tracking@fbc-suspend:
>     - shard-apl:          [DMESG-WARN][136] ([i915#180]) -> [PASS][137]
>    [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9803/shard-apl7/igt@kms_frontbuffer_tracking@fbc-suspend.html
>    [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/shard-apl3/igt@kms_frontbuffer_tracking@fbc-suspend.html
> 
>   * igt@kms_psr2_su@page_flip:
>     - shard-iclb:         [SKIP][138] ([fdo#109642] / [fdo#111068] / [i915#658]) -> [PASS][139]
>    [138]: https://intel-gfx-ci.01.org/tree
> 
> == Logs ==
> 
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5551/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2021-03-04  5:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-25  8:35 [igt-dev] [PATCH i-g-t] lib/kmod: Stop producing results at all for kernel selftests on taint Petri Latvala
2021-02-25  9:42 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2021-02-25 10:56 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-03-03  8:00   ` Petri Latvala
2021-03-04  5:28     ` Vudum, Lakshminarayana
2021-03-02 11:48 ` [igt-dev] [PATCH i-g-t] " Chris Wilson
2021-03-02 12:39   ` Petri Latvala
2021-03-02 13:04     ` Chris Wilson
2021-03-02 13:23       ` Petri Latvala
2021-03-02 13:29         ` Chris Wilson
2021-03-02 13:54           ` Petri Latvala
2021-03-02 13:42         ` Chris Wilson
2021-03-03  8:01           ` Petri Latvala
2021-03-03 17:01 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.