All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [i-g-t] tests/intel-ci: Add display blacklist for XE
@ 2023-05-18 11:28 Bhanuprakash Modem
  2023-05-18 12:15 ` Kamil Konieczny
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bhanuprakash Modem @ 2023-05-18 11:28 UTC (permalink / raw)
  To: igt-dev, kamil.konieczny

Add display blacklist for XE, until we complete the testplan
documentation.

This will unblock the CI to enable the XE full run, once testplan
documentation changes got landed, we can revert this patch.

Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
---
 tests/intel-ci/meson.build      |  1 +
 tests/intel-ci/xe.blacklist.txt | 37 +++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 tests/intel-ci/xe.blacklist.txt

diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build
index bbbd55700..b16765172 100644
--- a/tests/intel-ci/meson.build
+++ b/tests/intel-ci/meson.build
@@ -6,6 +6,7 @@ intelci_files = [
   'blacklist.txt',
   'blacklist-pre-merge.txt',
   'xe-fast-feedback.testlist',
+  'xe.blacklist.txt',
 ]
 
 install_data(sources : intelci_files, install_dir : datadir)
diff --git a/tests/intel-ci/xe.blacklist.txt b/tests/intel-ci/xe.blacklist.txt
new file mode 100644
index 000000000..4285881be
--- /dev/null
+++ b/tests/intel-ci/xe.blacklist.txt
@@ -0,0 +1,37 @@
+##################################################################
+#Pipe E, F, G and H
+##################################################################
+igt@.*@.*pipe-(e|f|g|h).*
+##################################################################
+# Multidisplay
+##################################################################
+igt@kms_bw@.*-(5|6|7|8)-displays-.*
+##################################################################
+igt@kms_draw_crc@draw-method-(mmap-cpu|mmap-gtt|pwrite)
+igt@kms_draw_crc@fill-fb
+igt@kms_pipe_b_c_ivb@.*
+igt@kms_pwrite_crc
+igt@kms_ccs@.*
+igt@kms_frontbuffer_tracking@.*
+igt@kms_fbcon_fbt@(fbc|psr)(-suspend)
+igt@kms_fence_pin_leak
+igt@kms_busy@.*
+igt@kms_psr@.*_mmap_(cpu|gtt)
+igt@kms_legacy_colorkey@basic
+igt@kms_legacy_colorkey@invalid-plane
+igt@kms_flip_scaled_crc@flip-(32|64)bpp-(4|x|y|yf)tile-.*
+igt@kms_big_fb@(4|x|y|yf)-tiled-.*
+igt@kms_flip@2x-flip-vs-fences
+igt@kms_flip@flip-vs-fences(-interruptible)
+igt@kms_addfb_basic@clobberred-modifier
+igt@kms_addfb_basic@.*-tiling
+igt@kms_addfb_basic@.*-(4|x|y|yf)-.*
+igt@kms_async_flips@.*
+igt@kms_plane_multiple@tiling-(4|x|y|yf)
+igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-(atomic|legacy)
+igt@kms_rotation_crc@primary-(4|x|y|yf)-tiled-.*
+igt@kms_rotation_crc@exhaust-fences
+igt@kms_force_connector_basic@force-load-detect
+igt@kms_getfb@.*-ccs
+igt@kms_plane_lowres@tiling-(4|x|y|yf)
+##################################################################
-- 
2.40.0

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

* Re: [igt-dev] [i-g-t] tests/intel-ci: Add display blacklist for XE
  2023-05-18 11:28 [igt-dev] [i-g-t] tests/intel-ci: Add display blacklist for XE Bhanuprakash Modem
@ 2023-05-18 12:15 ` Kamil Konieczny
  2023-05-18 12:33   ` Modem, Bhanuprakash
  2023-05-18 12:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2023-05-19  1:14 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  2 siblings, 1 reply; 5+ messages in thread
From: Kamil Konieczny @ 2023-05-18 12:15 UTC (permalink / raw)
  To: igt-dev

Hi Bhanuprakash,

On 2023-05-18 at 16:58:58 +0530, Bhanuprakash Modem wrote:
> Add display blacklist for XE, until we complete the testplan
--------------- ^
Lets start using blocklist word, here and in following.

> documentation.
> 
> This will unblock the CI to enable the XE full run, once testplan
> documentation changes got landed, we can revert this patch.
------------------------------------------ ^^^^^^

Btw this should stay longer as we do not have pipes E...H, so
change commit description or write two patches.

> 
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
> ---
>  tests/intel-ci/meson.build      |  1 +
>  tests/intel-ci/xe.blacklist.txt | 37 +++++++++++++++++++++++++++++++++
---------------------- ^
xe.blocklist.txt

Regards,
Kamil

>  2 files changed, 38 insertions(+)
>  create mode 100644 tests/intel-ci/xe.blacklist.txt
> 
> diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build
> index bbbd55700..b16765172 100644
> --- a/tests/intel-ci/meson.build
> +++ b/tests/intel-ci/meson.build
> @@ -6,6 +6,7 @@ intelci_files = [
>    'blacklist.txt',
>    'blacklist-pre-merge.txt',
>    'xe-fast-feedback.testlist',
> +  'xe.blacklist.txt',
>  ]
>  
>  install_data(sources : intelci_files, install_dir : datadir)
> diff --git a/tests/intel-ci/xe.blacklist.txt b/tests/intel-ci/xe.blacklist.txt
> new file mode 100644
> index 000000000..4285881be
> --- /dev/null
> +++ b/tests/intel-ci/xe.blacklist.txt
> @@ -0,0 +1,37 @@
> +##################################################################
> +#Pipe E, F, G and H
> +##################################################################
> +igt@.*@.*pipe-(e|f|g|h).*
> +##################################################################
> +# Multidisplay
> +##################################################################
> +igt@kms_bw@.*-(5|6|7|8)-displays-.*
> +##################################################################
> +igt@kms_draw_crc@draw-method-(mmap-cpu|mmap-gtt|pwrite)
> +igt@kms_draw_crc@fill-fb
> +igt@kms_pipe_b_c_ivb@.*
> +igt@kms_pwrite_crc
> +igt@kms_ccs@.*
> +igt@kms_frontbuffer_tracking@.*
> +igt@kms_fbcon_fbt@(fbc|psr)(-suspend)
> +igt@kms_fence_pin_leak
> +igt@kms_busy@.*
> +igt@kms_psr@.*_mmap_(cpu|gtt)
> +igt@kms_legacy_colorkey@basic
> +igt@kms_legacy_colorkey@invalid-plane
> +igt@kms_flip_scaled_crc@flip-(32|64)bpp-(4|x|y|yf)tile-.*
> +igt@kms_big_fb@(4|x|y|yf)-tiled-.*
> +igt@kms_flip@2x-flip-vs-fences
> +igt@kms_flip@flip-vs-fences(-interruptible)
> +igt@kms_addfb_basic@clobberred-modifier
> +igt@kms_addfb_basic@.*-tiling
> +igt@kms_addfb_basic@.*-(4|x|y|yf)-.*
> +igt@kms_async_flips@.*
> +igt@kms_plane_multiple@tiling-(4|x|y|yf)
> +igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-(atomic|legacy)
> +igt@kms_rotation_crc@primary-(4|x|y|yf)-tiled-.*
> +igt@kms_rotation_crc@exhaust-fences
> +igt@kms_force_connector_basic@force-load-detect
> +igt@kms_getfb@.*-ccs
> +igt@kms_plane_lowres@tiling-(4|x|y|yf)
> +##################################################################
> -- 
> 2.40.0
> 

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

* [igt-dev] ✓ Fi.CI.BAT: success for tests/intel-ci: Add display blacklist for XE
  2023-05-18 11:28 [igt-dev] [i-g-t] tests/intel-ci: Add display blacklist for XE Bhanuprakash Modem
  2023-05-18 12:15 ` Kamil Konieczny
@ 2023-05-18 12:28 ` Patchwork
  2023-05-19  1:14 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  2 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2023-05-18 12:28 UTC (permalink / raw)
  To: Bhanuprakash Modem; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 5751 bytes --]

== Series Details ==

Series: tests/intel-ci: Add display blacklist for XE
URL   : https://patchwork.freedesktop.org/series/117951/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_13163 -> IGTPW_8996
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

Participating hosts (37 -> 36)
------------------------------

  Missing    (1): fi-snb-2520m 

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

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

### IGT changes ###

#### Issues hit ####

  * igt@i915_pm_backlight@basic-brightness@edp-1:
    - bat-rplp-1:         NOTRUN -> [ABORT][1] ([i915#7077])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/bat-rplp-1/igt@i915_pm_backlight@basic-brightness@edp-1.html

  * igt@i915_selftest@live@gt_engines:
    - bat-atsm-1:         [PASS][2] -> [FAIL][3] ([i915#6268])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/bat-atsm-1/igt@i915_selftest@live@gt_engines.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/bat-atsm-1/igt@i915_selftest@live@gt_engines.html

  * igt@i915_selftest@live@hangcheck:
    - bat-adls-5:         [PASS][4] -> [DMESG-WARN][5] ([i915#5591])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/bat-adls-5/igt@i915_selftest@live@hangcheck.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/bat-adls-5/igt@i915_selftest@live@hangcheck.html

  * igt@i915_selftest@live@reset:
    - bat-rpls-2:         [PASS][6] -> [ABORT][7] ([i915#4983] / [i915#7461] / [i915#7913] / [i915#8347])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/bat-rpls-2/igt@i915_selftest@live@reset.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/bat-rpls-2/igt@i915_selftest@live@reset.html

  * igt@kms_psr@primary_mmap_gtt:
    - bat-rplp-1:         NOTRUN -> [SKIP][8] ([i915#1072])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/bat-rplp-1/igt@kms_psr@primary_mmap_gtt.html

  * igt@kms_setmode@basic-clone-single-crtc:
    - bat-rplp-1:         NOTRUN -> [SKIP][9] ([i915#3555] / [i915#4579])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/bat-rplp-1/igt@kms_setmode@basic-clone-single-crtc.html

  
#### Possible fixes ####

  * igt@i915_selftest@live@gt_heartbeat:
    - fi-kbl-7567u:       [DMESG-FAIL][10] ([i915#5334] / [i915#7872]) -> [PASS][11]
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/fi-kbl-7567u/igt@i915_selftest@live@gt_heartbeat.html
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/fi-kbl-7567u/igt@i915_selftest@live@gt_heartbeat.html

  * igt@i915_selftest@live@requests:
    - {bat-mtlp-6}:       [ABORT][12] ([i915#4983] / [i915#7920]) -> [PASS][13]
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/bat-mtlp-6/igt@i915_selftest@live@requests.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/bat-mtlp-6/igt@i915_selftest@live@requests.html

  * igt@i915_selftest@live@slpc:
    - bat-rpls-1:         [DMESG-WARN][14] ([i915#6367]) -> [PASS][15]
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/bat-rpls-1/igt@i915_selftest@live@slpc.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/bat-rpls-1/igt@i915_selftest@live@slpc.html

  
#### Warnings ####

  * igt@kms_psr@sprite_plane_onoff:
    - bat-rplp-1:         [ABORT][16] ([i915#8434] / [i915#8442]) -> [SKIP][17] ([i915#1072])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/bat-rplp-1/igt@kms_psr@sprite_plane_onoff.html
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/bat-rplp-1/igt@kms_psr@sprite_plane_onoff.html

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

  [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
  [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
  [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
  [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
  [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579
  [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983
  [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
  [i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591
  [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
  [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
  [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645
  [i915#7077]: https://gitlab.freedesktop.org/drm/intel/issues/7077
  [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461
  [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
  [i915#7872]: https://gitlab.freedesktop.org/drm/intel/issues/7872
  [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913
  [i915#7920]: https://gitlab.freedesktop.org/drm/intel/issues/7920
  [i915#8347]: https://gitlab.freedesktop.org/drm/intel/issues/8347
  [i915#8434]: https://gitlab.freedesktop.org/drm/intel/issues/8434
  [i915#8442]: https://gitlab.freedesktop.org/drm/intel/issues/8442


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

  * CI: CI-20190529 -> None
  * IGT: IGT_7295 -> IGTPW_8996

  CI-20190529: 20190529
  CI_DRM_13163: b0e2432ff9ab0f200107e6c566f378cd04de2703 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_8996: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/index.html
  IGT_7295: 34168d9156c5780c9e9790475c894fd829840e32 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

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

[-- Attachment #2: Type: text/html, Size: 6441 bytes --]

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

* Re: [igt-dev] [i-g-t] tests/intel-ci: Add display blacklist for XE
  2023-05-18 12:15 ` Kamil Konieczny
@ 2023-05-18 12:33   ` Modem, Bhanuprakash
  0 siblings, 0 replies; 5+ messages in thread
From: Modem, Bhanuprakash @ 2023-05-18 12:33 UTC (permalink / raw)
  To: Kamil Konieczny, igt-dev

Hi Kamil,

On Thu-18-05-2023 05:45 pm, Kamil Konieczny wrote:
> Hi Bhanuprakash,
> 
> On 2023-05-18 at 16:58:58 +0530, Bhanuprakash Modem wrote:
>> Add display blacklist for XE, until we complete the testplan
> --------------- ^
> Lets start using blocklist word, here and in following.
> 
>> documentation.
>>
>> This will unblock the CI to enable the XE full run, once testplan
>> documentation changes got landed, we can revert this patch.
> ------------------------------------------ ^^^^^^
> 
> Btw this should stay longer as we do not have pipes E...H, so
> change commit description or write two patches.

Converting tests to dynamic can fix this & we are on the way.

- Bhanu

> 
>>
>> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
>> ---
>>   tests/intel-ci/meson.build      |  1 +
>>   tests/intel-ci/xe.blacklist.txt | 37 +++++++++++++++++++++++++++++++++
> ---------------------- ^
> xe.blocklist.txt
> 
> Regards,
> Kamil
> 
>>   2 files changed, 38 insertions(+)
>>   create mode 100644 tests/intel-ci/xe.blacklist.txt
>>
>> diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build
>> index bbbd55700..b16765172 100644
>> --- a/tests/intel-ci/meson.build
>> +++ b/tests/intel-ci/meson.build
>> @@ -6,6 +6,7 @@ intelci_files = [
>>     'blacklist.txt',
>>     'blacklist-pre-merge.txt',
>>     'xe-fast-feedback.testlist',
>> +  'xe.blacklist.txt',
>>   ]
>>   
>>   install_data(sources : intelci_files, install_dir : datadir)
>> diff --git a/tests/intel-ci/xe.blacklist.txt b/tests/intel-ci/xe.blacklist.txt
>> new file mode 100644
>> index 000000000..4285881be
>> --- /dev/null
>> +++ b/tests/intel-ci/xe.blacklist.txt
>> @@ -0,0 +1,37 @@
>> +##################################################################
>> +#Pipe E, F, G and H
>> +##################################################################
>> +igt@.*@.*pipe-(e|f|g|h).*
>> +##################################################################
>> +# Multidisplay
>> +##################################################################
>> +igt@kms_bw@.*-(5|6|7|8)-displays-.*
>> +##################################################################
>> +igt@kms_draw_crc@draw-method-(mmap-cpu|mmap-gtt|pwrite)
>> +igt@kms_draw_crc@fill-fb
>> +igt@kms_pipe_b_c_ivb@.*
>> +igt@kms_pwrite_crc
>> +igt@kms_ccs@.*
>> +igt@kms_frontbuffer_tracking@.*
>> +igt@kms_fbcon_fbt@(fbc|psr)(-suspend)
>> +igt@kms_fence_pin_leak
>> +igt@kms_busy@.*
>> +igt@kms_psr@.*_mmap_(cpu|gtt)
>> +igt@kms_legacy_colorkey@basic
>> +igt@kms_legacy_colorkey@invalid-plane
>> +igt@kms_flip_scaled_crc@flip-(32|64)bpp-(4|x|y|yf)tile-.*
>> +igt@kms_big_fb@(4|x|y|yf)-tiled-.*
>> +igt@kms_flip@2x-flip-vs-fences
>> +igt@kms_flip@flip-vs-fences(-interruptible)
>> +igt@kms_addfb_basic@clobberred-modifier
>> +igt@kms_addfb_basic@.*-tiling
>> +igt@kms_addfb_basic@.*-(4|x|y|yf)-.*
>> +igt@kms_async_flips@.*
>> +igt@kms_plane_multiple@tiling-(4|x|y|yf)
>> +igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-(atomic|legacy)
>> +igt@kms_rotation_crc@primary-(4|x|y|yf)-tiled-.*
>> +igt@kms_rotation_crc@exhaust-fences
>> +igt@kms_force_connector_basic@force-load-detect
>> +igt@kms_getfb@.*-ccs
>> +igt@kms_plane_lowres@tiling-(4|x|y|yf)
>> +##################################################################
>> -- 
>> 2.40.0
>>

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

* [igt-dev] ✗ Fi.CI.IGT: failure for tests/intel-ci: Add display blacklist for XE
  2023-05-18 11:28 [igt-dev] [i-g-t] tests/intel-ci: Add display blacklist for XE Bhanuprakash Modem
  2023-05-18 12:15 ` Kamil Konieczny
  2023-05-18 12:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2023-05-19  1:14 ` Patchwork
  2 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2023-05-19  1:14 UTC (permalink / raw)
  To: Bhanuprakash Modem; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 16463 bytes --]

== Series Details ==

Series: tests/intel-ci: Add display blacklist for XE
URL   : https://patchwork.freedesktop.org/series/117951/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_13163_full -> IGTPW_8996_full
====================================================

Summary
-------

  **FAILURE**

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

Participating hosts (7 -> 7)
------------------------------

  No changes in participating hosts

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@kms_flip@flip-vs-suspend-interruptible@b-dp1:
    - shard-apl:          [PASS][1] -> [ABORT][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-apl3/igt@kms_flip@flip-vs-suspend-interruptible@b-dp1.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-apl6/igt@kms_flip@flip-vs-suspend-interruptible@b-dp1.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@gem_exec_fair@basic-deadline:
    - shard-glk:          [PASS][3] -> [FAIL][4] ([i915#2846])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-glk3/igt@gem_exec_fair@basic-deadline.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-glk8/igt@gem_exec_fair@basic-deadline.html

  * igt@gem_exec_fair@basic-pace-share@rcs0:
    - shard-apl:          [PASS][5] -> [FAIL][6] ([i915#2842])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-apl4/igt@gem_exec_fair@basic-pace-share@rcs0.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-apl1/igt@gem_exec_fair@basic-pace-share@rcs0.html

  * igt@kms_chamelium_audio@hdmi-audio-edid:
    - shard-apl:          NOTRUN -> [SKIP][7] ([fdo#109271]) +14 similar issues
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-apl1/igt@kms_chamelium_audio@hdmi-audio-edid.html

  * igt@kms_content_protection@srm@pipe-a-dp-1:
    - shard-apl:          NOTRUN -> [TIMEOUT][8] ([i915#7173])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-apl4/igt@kms_content_protection@srm@pipe-a-dp-1.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a1:
    - shard-glk:          [PASS][9] -> [FAIL][10] ([i915#2122]) +1 similar issue
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-glk3/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a1.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-glk8/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a1.html

  * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-5@pipe-b-hdmi-a-1:
    - shard-snb:          NOTRUN -> [SKIP][11] ([fdo#109271] / [i915#4579]) +12 similar issues
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-snb1/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-5@pipe-b-hdmi-a-1.html

  * igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling@pipe-a-vga-1:
    - shard-snb:          NOTRUN -> [SKIP][12] ([fdo#109271]) +15 similar issues
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-snb5/igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling@pipe-a-vga-1.html

  * igt@kms_setmode@basic-clone-single-crtc:
    - shard-apl:          NOTRUN -> [SKIP][13] ([fdo#109271] / [i915#4579]) +1 similar issue
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-apl7/igt@kms_setmode@basic-clone-single-crtc.html

  
#### Possible fixes ####

  * igt@gem_ctx_freq@sysfs:
    - {shard-dg1}:        [FAIL][14] ([i915#6786]) -> [PASS][15]
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-dg1-13/igt@gem_ctx_freq@sysfs.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-dg1-17/igt@gem_ctx_freq@sysfs.html

  * igt@gem_exec_fair@basic-none@bcs0:
    - {shard-rkl}:        [FAIL][16] ([i915#2842]) -> [PASS][17] +1 similar issue
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-rkl-7/igt@gem_exec_fair@basic-none@bcs0.html
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-rkl-6/igt@gem_exec_fair@basic-none@bcs0.html

  * igt@gem_exec_fair@basic-pace@rcs0:
    - shard-glk:          [FAIL][18] ([i915#2842]) -> [PASS][19]
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-glk2/igt@gem_exec_fair@basic-pace@rcs0.html
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-glk5/igt@gem_exec_fair@basic-pace@rcs0.html

  * igt@gem_exec_suspend@basic-s4-devices@lmem0:
    - {shard-dg1}:        [ABORT][20] ([i915#7975] / [i915#8213]) -> [PASS][21]
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-dg1-18/igt@gem_exec_suspend@basic-s4-devices@lmem0.html

  * igt@i915_pm_dc@dc6-dpms:
    - {shard-tglu}:       [FAIL][22] ([i915#3989] / [i915#454]) -> [PASS][23]
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-tglu-5/igt@i915_pm_dc@dc6-dpms.html
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-tglu-9/igt@i915_pm_dc@dc6-dpms.html

  * igt@i915_pm_rpm@dpms-mode-unset-lpsp:
    - {shard-rkl}:        [SKIP][24] ([i915#1397]) -> [PASS][25]
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-rkl-2/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-rkl-7/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html

  * igt@i915_selftest@live@gt_heartbeat:
    - shard-apl:          [DMESG-FAIL][26] ([i915#5334]) -> [PASS][27]
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-apl4/igt@i915_selftest@live@gt_heartbeat.html
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-apl3/igt@i915_selftest@live@gt_heartbeat.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
    - {shard-rkl}:        [FAIL][28] ([i915#3743]) -> [PASS][29]
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-rkl-7/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-rkl-7/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html

  * igt@kms_color@ctm-0-50@pipe-a-hdmi-a-4:
    - {shard-dg1}:        [INCOMPLETE][30] -> [PASS][31]
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-dg1-13/igt@kms_color@ctm-0-50@pipe-a-hdmi-a-4.html
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-dg1-14/igt@kms_color@ctm-0-50@pipe-a-hdmi-a-4.html

  * igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1:
    - shard-apl:          [ABORT][32] ([i915#180]) -> [PASS][33]
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-apl1/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1.html
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-apl1/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
    - shard-glk:          [FAIL][34] ([i915#2346]) -> [PASS][35] +1 similar issue
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
    - shard-apl:          [FAIL][36] ([i915#2346]) -> [PASS][37]
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html

  * igt@kms_cursor_legacy@forked-move@pipe-b:
    - {shard-rkl}:        [INCOMPLETE][38] ([i915#8011]) -> [PASS][39]
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-rkl-7/igt@kms_cursor_legacy@forked-move@pipe-b.html
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-rkl-3/igt@kms_cursor_legacy@forked-move@pipe-b.html

  * igt@kms_vblank@pipe-b-ts-continuation-idle-hang:
    - shard-apl:          [SKIP][40] ([fdo#109271]) -> [PASS][41]
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-apl1/igt@kms_vblank@pipe-b-ts-continuation-idle-hang.html
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-apl1/igt@kms_vblank@pipe-b-ts-continuation-idle-hang.html
    - shard-glk:          [SKIP][42] ([fdo#109271]) -> [PASS][43]
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13163/shard-glk3/igt@kms_vblank@pipe-b-ts-continuation-idle-hang.html
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/shard-glk6/igt@kms_vblank@pipe-b-ts-continuation-idle-hang.html

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

  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
  [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
  [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
  [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
  [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
  [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
  [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
  [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
  [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283
  [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
  [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
  [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
  [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
  [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122
  [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
  [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
  [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
  [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
  [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
  [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
  [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284
  [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
  [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846
  [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
  [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
  [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
  [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
  [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
  [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
  [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
  [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
  [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
  [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
  [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
  [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
  [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
  [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
  [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
  [i915#3936]: https://gitlab.freedesktop.org/drm/intel/issues/3936
  [i915#3952]: https://gitlab.freedesktop.org/drm/intel/issues/3952
  [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
  [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989
  [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404
  [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
  [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
  [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
  [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
  [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
  [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
  [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
  [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
  [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
  [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
  [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
  [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579
  [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
  [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
  [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816
  [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833
  [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
  [i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879
  [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
  [i915#5234]: https://gitlab.freedesktop.org/drm/intel/issues/5234
  [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
  [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
  [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
  [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
  [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
  [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
  [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
  [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
  [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
  [i915#6786]: https://gitlab.freedesktop.org/drm/intel/issues/6786
  [i915#6806]: https://gitlab.freedesktop.org/drm/intel/issues/6806
  [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944
  [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953
  [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
  [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
  [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173
  [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561
  [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
  [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
  [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
  [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
  [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
  [i915#8011]: https://gitlab.freedesktop.org/drm/intel/issues/8011
  [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
  [i915#8304]: https://gitlab.freedesktop.org/drm/intel/issues/8304
  [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414


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

  * CI: CI-20190529 -> None
  * IGT: IGT_7295 -> IGTPW_8996
  * Piglit: piglit_4509 -> None

  CI-20190529: 20190529
  CI_DRM_13163: b0e2432ff9ab0f200107e6c566f378cd04de2703 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_8996: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8996/index.html
  IGT_7295: 34168d9156c5780c9e9790475c894fd829840e32 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

== Logs ==

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

[-- Attachment #2: Type: text/html, Size: 13053 bytes --]

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

end of thread, other threads:[~2023-05-19  1:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-18 11:28 [igt-dev] [i-g-t] tests/intel-ci: Add display blacklist for XE Bhanuprakash Modem
2023-05-18 12:15 ` Kamil Konieczny
2023-05-18 12:33   ` Modem, Bhanuprakash
2023-05-18 12:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-05-19  1:14 ` [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.