All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] lib: Ignore runner's SIGQUIT from fork helpers
@ 2020-11-09 18:03 Chris Wilson
  2020-11-09 18:14 ` Chris Wilson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chris Wilson @ 2020-11-09 18:03 UTC (permalink / raw)
  To: igt-dev; +Cc: Chris Wilson

We would rather not confuse our debug our without simultaneous delivery
of SIGQUIT to the helper processes, leaving the parent to handle SIGQUIT
and kill the children. (If the parent is unable to quit, then it and the
children will be killed by the runner.)

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 lib/igt_core.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/igt_core.c b/lib/igt_core.c
index 8f9d925bd..a9c392d0d 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -2191,6 +2191,7 @@ bool __igt_fork_helper(struct igt_helper_process *proc)
 		exit_handler_count = tmp_count;
 		igt_assert(0);
 	case 0:
+		signal(SIGQUIT, SIG_IGN);
 		reset_helper_process_list();
 		oom_adjust_for_doom();
 
-- 
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] 4+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] lib: Ignore runner's SIGQUIT from fork helpers
  2020-11-09 18:03 [igt-dev] [PATCH i-g-t] lib: Ignore runner's SIGQUIT from fork helpers Chris Wilson
@ 2020-11-09 18:14 ` Chris Wilson
  2020-11-10 11:55 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2020-11-10 13:10 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  2 siblings, 0 replies; 4+ messages in thread
From: Chris Wilson @ 2020-11-09 18:14 UTC (permalink / raw)
  To: igt-dev

Quoting Chris Wilson (2020-11-09 18:03:59)
> We would rather not confuse our debug our without simultaneous delivery

s/our without/output with/

> of SIGQUIT to the helper processes, leaving the parent to handle SIGQUIT
> and kill the children. (If the parent is unable to quit, then it and the
> children will be killed by the runner.)
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.BAT: success for lib: Ignore runner's SIGQUIT from fork helpers
  2020-11-09 18:03 [igt-dev] [PATCH i-g-t] lib: Ignore runner's SIGQUIT from fork helpers Chris Wilson
  2020-11-09 18:14 ` Chris Wilson
@ 2020-11-10 11:55 ` Patchwork
  2020-11-10 13:10 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2020-11-10 11:55 UTC (permalink / raw)
  To: Chris Wilson; +Cc: igt-dev


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

== Series Details ==

Series: lib: Ignore runner's SIGQUIT from fork helpers
URL   : https://patchwork.freedesktop.org/series/83650/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_9298 -> IGTPW_5149
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt@core_hotunplug@unbind-rebind:
    - fi-tgl-y:           [PASS][1] -> [DMESG-WARN][2] ([i915#1982]) +1 similar issue
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/fi-tgl-y/igt@core_hotunplug@unbind-rebind.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/fi-tgl-y/igt@core_hotunplug@unbind-rebind.html

  * igt@gem_linear_blits@basic:
    - fi-tgl-y:           [PASS][3] -> [DMESG-WARN][4] ([i915#402]) +1 similar issue
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/fi-tgl-y/igt@gem_linear_blits@basic.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/fi-tgl-y/igt@gem_linear_blits@basic.html

  * igt@i915_module_load@reload:
    - fi-tgl-u2:          [PASS][5] -> [DMESG-WARN][6] ([i915#1982] / [k.org#205379])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/fi-tgl-u2/igt@i915_module_load@reload.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/fi-tgl-u2/igt@i915_module_load@reload.html

  * igt@i915_pm_rpm@basic-pci-d3-state:
    - fi-glk-dsi:         [PASS][7] -> [DMESG-WARN][8] ([i915#1982]) +1 similar issue
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/fi-glk-dsi/igt@i915_pm_rpm@basic-pci-d3-state.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/fi-glk-dsi/igt@i915_pm_rpm@basic-pci-d3-state.html

  * igt@i915_pm_rpm@module-reload:
    - fi-skl-lmem:        [PASS][9] -> [DMESG-WARN][10] ([i915#2605])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/fi-skl-lmem/igt@i915_pm_rpm@module-reload.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/fi-skl-lmem/igt@i915_pm_rpm@module-reload.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
    - fi-byt-j1900:       [PASS][11] -> [DMESG-WARN][12] ([i915#1982])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/fi-byt-j1900/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/fi-byt-j1900/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html

  
#### Possible fixes ####

  * igt@core_hotunplug@unbind-rebind:
    - fi-blb-e6850:       [INCOMPLETE][13] ([i915#2540]) -> [PASS][14]
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/fi-blb-e6850/igt@core_hotunplug@unbind-rebind.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/fi-blb-e6850/igt@core_hotunplug@unbind-rebind.html

  * igt@debugfs_test@read_all_entries:
    - fi-icl-u2:          [{ABORT}][15] ([i915#1814]) -> [PASS][16]
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/fi-icl-u2/igt@debugfs_test@read_all_entries.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/fi-icl-u2/igt@debugfs_test@read_all_entries.html
    - fi-cml-u2:          [{ABORT}][17] ([i915#1814]) -> [PASS][18]
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/fi-cml-u2/igt@debugfs_test@read_all_entries.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/fi-cml-u2/igt@debugfs_test@read_all_entries.html

  * igt@gem_flink_basic@bad-open:
    - fi-tgl-y:           [DMESG-WARN][19] ([i915#402]) -> [PASS][20]
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/fi-tgl-y/igt@gem_flink_basic@bad-open.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/fi-tgl-y/igt@gem_flink_basic@bad-open.html

  * igt@i915_selftest@live@execlists:
    - fi-cml-s:           [INCOMPLETE][21] -> [PASS][22]
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/fi-cml-s/igt@i915_selftest@live@execlists.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/fi-cml-s/igt@i915_selftest@live@execlists.html

  * igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1:
    - fi-bsw-kefka:       [FAIL][23] ([i915#2122]) -> [PASS][24]
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/fi-bsw-kefka/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/fi-bsw-kefka/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html

  * igt@kms_frontbuffer_tracking@basic:
    - fi-tgl-y:           [DMESG-WARN][25] ([i915#1982]) -> [PASS][26]
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/fi-tgl-y/igt@kms_frontbuffer_tracking@basic.html
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/fi-tgl-y/igt@kms_frontbuffer_tracking@basic.html

  
#### Warnings ####

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

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

  [i915#1814]: https://gitlab.freedesktop.org/drm/intel/issues/1814
  [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
  [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122
  [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411
  [i915#2540]: https://gitlab.freedesktop.org/drm/intel/issues/2540
  [i915#2605]: https://gitlab.freedesktop.org/drm/intel/issues/2605
  [i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402
  [k.org#205379]: https://bugzilla.kernel.org/show_bug.cgi?id=205379


Participating hosts (43 -> 41)
------------------------------

  Additional (2): fi-gdg-551 fi-tgl-dsi 
  Missing    (4): fi-ilk-m540 fi-bsw-cyan fi-bdw-samus fi-hsw-4200u 


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

  * CI: CI-20190529 -> None
  * IGT: IGT_5839 -> IGTPW_5149

  CI-20190529: 20190529
  CI_DRM_9298: 2ce495e94d74a40f558359b51ff3aee60a7d4801 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_5149: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/index.html
  IGT_5839: 2dbd64a6301e36eb432bc50ad7021fabaeebd1f4 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

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

[-- Attachment #1.2: Type: text/html, Size: 8158 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] 4+ messages in thread

* [igt-dev] ✗ Fi.CI.IGT: failure for lib: Ignore runner's SIGQUIT from fork helpers
  2020-11-09 18:03 [igt-dev] [PATCH i-g-t] lib: Ignore runner's SIGQUIT from fork helpers Chris Wilson
  2020-11-09 18:14 ` Chris Wilson
  2020-11-10 11:55 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2020-11-10 13:10 ` Patchwork
  2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2020-11-10 13:10 UTC (permalink / raw)
  To: Chris Wilson; +Cc: igt-dev


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

== Series Details ==

Series: lib: Ignore runner's SIGQUIT from fork helpers
URL   : https://patchwork.freedesktop.org/series/83650/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_9298_full -> IGTPW_5149_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_5149_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_5149_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_5149/index.html

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@gem_partial_pwrite_pread@write-snoop:
    - shard-hsw:          [PASS][1] -> [FAIL][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-hsw2/igt@gem_partial_pwrite_pread@write-snoop.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-hsw1/igt@gem_partial_pwrite_pread@write-snoop.html

  * igt@kms_vblank@pipe-c-query-busy-hang:
    - shard-hsw:          [PASS][3] -> [INCOMPLETE][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-hsw7/igt@kms_vblank@pipe-c-query-busy-hang.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-hsw8/igt@kms_vblank@pipe-c-query-busy-hang.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@gem_exec_create@madvise:
    - shard-glk:          [PASS][5] -> [FAIL][6] ([i915#1888] / [i915#2545])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-glk3/igt@gem_exec_create@madvise.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-glk4/igt@gem_exec_create@madvise.html
    - shard-snb:          [PASS][7] -> [INCOMPLETE][8] ([i915#1037])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-snb5/igt@gem_exec_create@madvise.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-snb2/igt@gem_exec_create@madvise.html

  * igt@i915_pm_rpm@basic-rte:
    - shard-kbl:          [PASS][9] -> [FAIL][10] ([i915#579])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-kbl3/igt@i915_pm_rpm@basic-rte.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-kbl4/igt@i915_pm_rpm@basic-rte.html
    - shard-apl:          [PASS][11] -> [FAIL][12] ([i915#1635] / [i915#579])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-apl6/igt@i915_pm_rpm@basic-rte.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-apl6/igt@i915_pm_rpm@basic-rte.html
    - shard-iclb:         [PASS][13] -> [FAIL][14] ([i915#579])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-iclb8/igt@i915_pm_rpm@basic-rte.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-iclb6/igt@i915_pm_rpm@basic-rte.html

  * igt@kms_cursor_crc@pipe-c-cursor-64x21-sliding:
    - shard-apl:          [PASS][15] -> [FAIL][16] ([i915#1635] / [i915#54])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-apl8/igt@kms_cursor_crc@pipe-c-cursor-64x21-sliding.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-apl2/igt@kms_cursor_crc@pipe-c-cursor-64x21-sliding.html
    - shard-kbl:          [PASS][17] -> [FAIL][18] ([i915#54])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-kbl4/igt@kms_cursor_crc@pipe-c-cursor-64x21-sliding.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-kbl3/igt@kms_cursor_crc@pipe-c-cursor-64x21-sliding.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
    - shard-apl:          [PASS][19] -> [DMESG-WARN][20] ([i915#1635] / [i915#1982]) +2 similar issues
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-apl3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-apl8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic:
    - shard-tglb:         [PASS][21] -> [FAIL][22] ([i915#2346])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-tglb2/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-tglb6/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-legacy:
    - shard-iclb:         [PASS][23] -> [DMESG-WARN][24] ([i915#1982])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-iclb5/igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-legacy.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-legacy.html

  * igt@kms_draw_crc@draw-method-xrgb2101010-mmap-wc-untiled:
    - shard-glk:          [PASS][25] -> [DMESG-WARN][26] ([i915#1982]) +4 similar issues
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-glk9/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-wc-untiled.html
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-glk8/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-wc-untiled.html

  * igt@kms_flip@2x-flip-vs-absolute-wf_vblank@ab-vga1-hdmi-a1:
    - shard-hsw:          [PASS][27] -> [DMESG-WARN][28] ([i915#1982])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-hsw2/igt@kms_flip@2x-flip-vs-absolute-wf_vblank@ab-vga1-hdmi-a1.html
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-hsw6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank@ab-vga1-hdmi-a1.html

  * igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2:
    - shard-glk:          [PASS][29] -> [INCOMPLETE][30] ([i915#2635])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-glk3/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-glk7/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html

  * igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1:
    - shard-hsw:          [PASS][31] -> [INCOMPLETE][32] ([i915#2637])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-hsw8/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-hsw4/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html

  * igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1:
    - shard-kbl:          [PASS][33] -> [DMESG-WARN][34] ([i915#1982]) +2 similar issues
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-kbl7/igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1.html
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-kbl1/igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1.html

  * igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1:
    - shard-tglb:         [PASS][35] -> [FAIL][36] ([i915#2122])
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-tglb8/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-tglb6/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html

  * igt@kms_flip@flip-vs-expired-vblank@a-edp1:
    - shard-tglb:         [PASS][37] -> [FAIL][38] ([i915#2598])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-tglb8/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-tglb8/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html

  * igt@kms_flip@flip-vs-suspend@a-dp1:
    - shard-kbl:          [PASS][39] -> [DMESG-WARN][40] ([i915#180])
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-kbl3/igt@kms_flip@flip-vs-suspend@a-dp1.html
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-kbl4/igt@kms_flip@flip-vs-suspend@a-dp1.html

  * igt@kms_plane@plane-position-covered-pipe-b-planes:
    - shard-kbl:          [PASS][41] -> [FAIL][42] ([i915#247])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-kbl3/igt@kms_plane@plane-position-covered-pipe-b-planes.html
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-kbl7/igt@kms_plane@plane-position-covered-pipe-b-planes.html
    - shard-apl:          [PASS][43] -> [FAIL][44] ([i915#1635] / [i915#247])
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-apl2/igt@kms_plane@plane-position-covered-pipe-b-planes.html
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-apl2/igt@kms_plane@plane-position-covered-pipe-b-planes.html

  * igt@kms_prime@basic-crc@second-to-first:
    - shard-apl:          [PASS][45] -> [SKIP][46] ([fdo#109271] / [i915#1635])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-apl6/igt@kms_prime@basic-crc@second-to-first.html
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-apl7/igt@kms_prime@basic-crc@second-to-first.html
    - shard-kbl:          [PASS][47] -> [SKIP][48] ([fdo#109271])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-kbl6/igt@kms_prime@basic-crc@second-to-first.html
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-kbl3/igt@kms_prime@basic-crc@second-to-first.html
    - shard-iclb:         [PASS][49] -> [SKIP][50] ([i915#1836])
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-iclb1/igt@kms_prime@basic-crc@second-to-first.html
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-iclb3/igt@kms_prime@basic-crc@second-to-first.html
    - shard-snb:          [PASS][51] -> [SKIP][52] ([fdo#109271])
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-snb7/igt@kms_prime@basic-crc@second-to-first.html
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-snb5/igt@kms_prime@basic-crc@second-to-first.html
    - shard-tglb:         [PASS][53] -> [SKIP][54] ([i915#1836])
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-tglb3/igt@kms_prime@basic-crc@second-to-first.html
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-tglb8/igt@kms_prime@basic-crc@second-to-first.html
    - shard-glk:          [PASS][55] -> [SKIP][56] ([fdo#109271])
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-glk9/igt@kms_prime@basic-crc@second-to-first.html
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-glk9/igt@kms_prime@basic-crc@second-to-first.html

  * igt@kms_psr@psr2_cursor_mmap_cpu:
    - shard-iclb:         [PASS][57] -> [SKIP][58] ([fdo#109441])
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_cpu.html
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-iclb5/igt@kms_psr@psr2_cursor_mmap_cpu.html

  * igt@kms_universal_plane@universal-plane-gen9-features-pipe-c:
    - shard-tglb:         [PASS][59] -> [DMESG-WARN][60] ([i915#1982]) +2 similar issues
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-tglb8/igt@kms_universal_plane@universal-plane-gen9-features-pipe-c.html
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-tglb1/igt@kms_universal_plane@universal-plane-gen9-features-pipe-c.html

  * igt@perf@oa-exponents:
    - shard-tglb:         [PASS][61] -> [SKIP][62] ([i915#1354])
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-tglb1/igt@perf@oa-exponents.html
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-tglb3/igt@perf@oa-exponents.html
    - shard-glk:          [PASS][63] -> [SKIP][64] ([fdo#109271] / [i915#1354])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-glk2/igt@perf@oa-exponents.html
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-glk4/igt@perf@oa-exponents.html
    - shard-apl:          [PASS][65] -> [SKIP][66] ([fdo#109271] / [i915#1354] / [i915#1635])
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-apl4/igt@perf@oa-exponents.html
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-apl6/igt@perf@oa-exponents.html
    - shard-kbl:          [PASS][67] -> [SKIP][68] ([fdo#109271] / [i915#1354])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-kbl3/igt@perf@oa-exponents.html
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-kbl4/igt@perf@oa-exponents.html
    - shard-iclb:         [PASS][69] -> [SKIP][70] ([i915#1354])
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-iclb6/igt@perf@oa-exponents.html
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-iclb6/igt@perf@oa-exponents.html
    - shard-hsw:          [PASS][71] -> [SKIP][72] ([fdo#109271])
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-hsw4/igt@perf@oa-exponents.html
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-hsw1/igt@perf@oa-exponents.html

  
#### Possible fixes ####

  * igt@gem_exec_reloc@basic-many-active@rcs0:
    - shard-glk:          [FAIL][73] ([i915#2389]) -> [PASS][74]
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-glk6/igt@gem_exec_reloc@basic-many-active@rcs0.html
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-glk6/igt@gem_exec_reloc@basic-many-active@rcs0.html

  * igt@gem_partial_pwrite_pread@reads-display:
    - shard-snb:          [INCOMPLETE][75] ([i915#1037]) -> [PASS][76]
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-snb2/igt@gem_partial_pwrite_pread@reads-display.html
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-snb7/igt@gem_partial_pwrite_pread@reads-display.html

  * igt@i915_pm_rpm@system-suspend-modeset:
    - shard-glk:          [SKIP][77] ([fdo#109271]) -> [PASS][78] +5 similar issues
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-glk2/igt@i915_pm_rpm@system-suspend-modeset.html
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-glk9/igt@i915_pm_rpm@system-suspend-modeset.html
    - shard-iclb:         [SKIP][79] ([i915#579]) -> [PASS][80] +2 similar issues
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-iclb3/igt@i915_pm_rpm@system-suspend-modeset.html
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-iclb3/igt@i915_pm_rpm@system-suspend-modeset.html
    - shard-apl:          [SKIP][81] ([fdo#109271] / [i915#1635]) -> [PASS][82] +5 similar issues
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-apl6/igt@i915_pm_rpm@system-suspend-modeset.html
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-apl7/igt@i915_pm_rpm@system-suspend-modeset.html

  * igt@kms_big_fb@x-tiled-64bpp-rotate-180:
    - shard-snb:          [FAIL][83] -> [PASS][84]
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-snb2/igt@kms_big_fb@x-tiled-64bpp-rotate-180.html
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-snb6/igt@kms_big_fb@x-tiled-64bpp-rotate-180.html

  * igt@kms_cursor_edge_walk@pipe-c-256x256-right-edge:
    - shard-apl:          [DMESG-WARN][85] ([i915#1635] / [i915#1982]) -> [PASS][86] +7 similar issues
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-apl8/igt@kms_cursor_edge_walk@pipe-c-256x256-right-edge.html
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-apl3/igt@kms_cursor_edge_walk@pipe-c-256x256-right-edge.html

  * igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
    - shard-hsw:          [FAIL][87] ([i915#96]) -> [PASS][88]
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-hsw1/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-hsw5/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-gtt:
    - shard-tglb:         [DMESG-WARN][89] ([i915#1982]) -> [PASS][90] +3 similar issues
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-tglb1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-tglb6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt:
    - shard-snb:          [FAIL][91] ([i915#2546]) -> [PASS][92] +2 similar issues
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-snb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-snb7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move:
    - shard-glk:          [DMESG-WARN][93] ([i915#1982]) -> [PASS][94] +5 similar issues
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-glk3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-glk4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbc-badstride:
    - shard-iclb:         [DMESG-WARN][95] ([i915#1982]) -> [PASS][96] +1 similar issue
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-iclb8/igt@kms_frontbuffer_tracking@fbc-badstride.html
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-iclb8/igt@kms_frontbuffer_tracking@fbc-badstride.html

  * igt@kms_hdmi_inject@inject-audio:
    - shard-iclb:         [SKIP][97] ([i915#433]) -> [PASS][98]
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-iclb5/igt@kms_hdmi_inject@inject-audio.html
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-iclb5/igt@kms_hdmi_inject@inject-audio.html

  * igt@kms_prime@basic-crc@first-to-second:
    - shard-iclb:         [SKIP][99] ([i915#1836]) -> [PASS][100]
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-iclb1/igt@kms_prime@basic-crc@first-to-second.html
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-iclb3/igt@kms_prime@basic-crc@first-to-second.html
    - shard-snb:          [SKIP][101] ([fdo#109271]) -> [PASS][102]
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-snb7/igt@kms_prime@basic-crc@first-to-second.html
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-snb5/igt@kms_prime@basic-crc@first-to-second.html
    - shard-tglb:         [SKIP][103] ([i915#1836]) -> [PASS][104]
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-tglb3/igt@kms_prime@basic-crc@first-to-second.html
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-tglb8/igt@kms_prime@basic-crc@first-to-second.html

  * igt@kms_psr@psr2_cursor_blt:
    - shard-iclb:         [SKIP][105] ([fdo#109441]) -> [PASS][106]
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-iclb1/igt@kms_psr@psr2_cursor_blt.html
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-iclb2/igt@kms_psr@psr2_cursor_blt.html

  * igt@kms_vblank@pipe-a-ts-continuation-suspend:
    - shard-hsw:          [INCOMPLETE][107] -> [PASS][108]
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-hsw4/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-hsw7/igt@kms_vblank@pipe-a-ts-continuation-suspend.html

  * igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm:
    - shard-hsw:          [SKIP][109] ([fdo#109271]) -> [PASS][110] +6 similar issues
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-hsw5/igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm.html
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-hsw6/igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm.html
    - shard-kbl:          [SKIP][111] ([fdo#109271]) -> [PASS][112] +5 similar issues
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-kbl1/igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm.html
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-kbl3/igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm.html
    - shard-iclb:         [SKIP][113] ([fdo#109278]) -> [PASS][114] +1 similar issue
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-iclb3/igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm.html
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-iclb3/igt@kms_vblank@pipe-c-ts-continuation-modeset-rpm.html

  * igt@kms_vblank@pipe-c-wait-idle:
    - shard-kbl:          [DMESG-WARN][115] ([i915#1982]) -> [PASS][116] +6 similar issues
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-kbl3/igt@kms_vblank@pipe-c-wait-idle.html
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-kbl4/igt@kms_vblank@pipe-c-wait-idle.html

  * igt@perf@disabled-read-error:
    - shard-glk:          [SKIP][117] ([fdo#109271] / [i915#1354]) -> [PASS][118] +1 similar issue
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-glk4/igt@perf@disabled-read-error.html
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-glk1/igt@perf@disabled-read-error.html
    - shard-apl:          [SKIP][119] ([fdo#109271] / [i915#1354] / [i915#1635]) -> [PASS][120] +1 similar issue
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-apl7/igt@perf@disabled-read-error.html
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-apl2/igt@perf@disabled-read-error.html
    - shard-kbl:          [SKIP][121] ([fdo#109271] / [i915#1354]) -> [PASS][122] +1 similar issue
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-kbl7/igt@perf@disabled-read-error.html
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-kbl3/igt@perf@disabled-read-error.html
    - shard-tglb:         [SKIP][123] ([i915#1354]) -> [PASS][124] +1 similar issue
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-tglb5/igt@perf@disabled-read-error.html
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-tglb1/igt@perf@disabled-read-error.html

  * igt@perf@invalid-remove-userspace-config:
    - shard-iclb:         [SKIP][125] ([i915#1354]) -> [PASS][126] +1 similar issue
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-iclb8/igt@perf@invalid-remove-userspace-config.html
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-iclb2/igt@perf@invalid-remove-userspace-config.html

  
#### Warnings ####

  * igt@core_hotunplug@hotrebind-lateclose:
    - shard-hsw:          [WARN][127] ([i915#2283]) -> [FAIL][128] ([i915#2644])
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-hsw7/igt@core_hotunplug@hotrebind-lateclose.html
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-hsw6/igt@core_hotunplug@hotrebind-lateclose.html

  * igt@i915_pm_rpm@gem-pread:
    - shard-tglb:         [SKIP][129] ([i915#579]) -> [DMESG-WARN][130] ([i915#2411]) +2 similar issues
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-tglb8/igt@i915_pm_rpm@gem-pread.html
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-tglb7/igt@i915_pm_rpm@gem-pread.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-7efc:
    - shard-apl:          [FAIL][131] ([fdo#108145] / [i915#1635] / [i915#265]) -> [DMESG-FAIL][132] ([fdo#108145] / [i915#1635] / [i915#1982])
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-apl6/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-apl7/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html

  * igt@kms_vblank@pipe-a-ts-continuation-dpms-rpm:
    - shard-tglb:         [SKIP][133] ([i915#2648]) -> [DMESG-WARN][134] ([i915#2411]) +1 similar issue
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-tglb8/igt@kms_vblank@pipe-a-ts-continuation-dpms-rpm.html
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-tglb2/igt@kms_vblank@pipe-a-ts-continuation-dpms-rpm.html

  * igt@kms_vblank@pipe-a-ts-continuation-suspend:
    - shard-tglb:         [INCOMPLETE][135] ([i915#1436] / [i915#456]) -> [DMESG-WARN][136] ([i915#2411])
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-tglb3/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-tglb7/igt@kms_vblank@pipe-a-ts-continuation-suspend.html

  * igt@runner@aborted:
    - shard-iclb:         [FAIL][137] ([i915#1814]) -> [FAIL][138] ([i915#1814] / [i915#483])
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-iclb3/igt@runner@aborted.html
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-iclb7/igt@runner@aborted.html
    - shard-glk:          [FAIL][139] ([i915#1814] / [k.org#202321]) -> ([FAIL][140], [FAIL][141]) ([i915#1611] / [i915#1814] / [i915#483] / [k.org#202321])
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9298/shard-glk2/igt@runner@aborted.html
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-glk8/igt@runner@aborted.html
   [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/shard-glk7/igt@runner@aborted.html

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

  [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
  [i915#1037]: https://gitlab.freedesktop.org/drm/intel/issues/1037
  [i915#1354]: https://gitlab.freedesktop.org/drm/intel/issues/1354
  [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436
  [i915#1611]: https://gitlab.freedesktop.org/drm/intel/issues/1611
  [i915#1635]: https://gitlab.freedesktop.org/drm/intel/issues/1635
  [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
  [i915#1814]: https://gitlab.freedesktop.org/drm/intel/issues/1814
  [i915#1836]: https://gitlab.freedesktop.org/drm/intel/issues/1836
  [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888
  [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
  [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122
  [i915#2283]: https://gitlab.freedesktop.org/drm/intel/issues/2283
  [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
  [i915#2389]: https://gitlab.freedesktop.org/drm/intel/issues/2389
  [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411
  [i915#247]: https://gitlab.freedesktop.org/drm/intel/issues/247
  [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521
  [i915#2545]: https://gitlab.freedesktop.org/drm/intel/issues/2545
  [i915#2546]: https://gitlab.freedesktop.org/drm/intel/issues/2546
  [i915#2598]: https://gitlab.freedesktop.org/drm/intel/issues/2598
  [i915#2635]: https://gitlab.freedesktop.org/drm/intel/issues/2635
  [i915#2637]: https://gitlab.freedesktop.org/drm/intel/issues/2637
  [i915#2644]: https://gitlab.freedesktop.org/drm/intel/issues/2644
  [i915#2648]: https://gitlab.freedesktop.org/drm/intel/issues/2648
  [i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265
  [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433
  [i915#456]: https://gitlab.freedesktop.org/drm/intel/issues/456
  [i915#483]: https://gitlab.freedesktop.org/drm/intel/issues/483
  [i915#54]: https://gitlab.freedesktop.org/drm/intel/issues/54
  [i915#579]: https://gitlab.freedesktop.org/drm/intel/issues/579
  [i915#96]: https://gitlab.freedesktop.org/drm/intel/issues/96
  [k.org#202321]: https://bugzilla.kernel.org/show_bug.cgi?id=202321


Participating hosts (11 -> 8)
------------------------------

  Missing    (3): pig-skl-6260u pig-glk-j5005 pig-icl-1065g7 


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

  * CI: CI-20190529 -> None
  * IGT: IGT_5839 -> IGTPW_5149
  * Piglit: piglit_4509 -> None

  CI-20190529: 20190529
  CI_DRM_9298: 2ce495e94d74a40f558359b51ff3aee60a7d4801 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_5149: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5149/index.html
  IGT_5839: 2dbd64a6301e36eb432bc50ad7021fabaeebd1f4 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

== Logs ==

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

[-- Attachment #1.2: Type: text/html, Size: 35026 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] 4+ messages in thread

end of thread, other threads:[~2020-11-10 13:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 18:03 [igt-dev] [PATCH i-g-t] lib: Ignore runner's SIGQUIT from fork helpers Chris Wilson
2020-11-09 18:14 ` Chris Wilson
2020-11-10 11:55 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-11-10 13:10 ` [igt-dev] ✗ Fi.CI.IGT: failure " 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.