Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "José Roberto de Souza" <jose.souza@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,v6,without-hack-patches,1/5] tests/kms_frontbuffer_tracking: Add tiling to test_mode
Date: Wed, 25 Mar 2020 19:58:09 -0000	[thread overview]
Message-ID: <158516628992.29636.3391043554595278264@emeril.freedesktop.org> (raw)
In-Reply-To: <20200325191819.10196-1-jose.souza@intel.com>

== Series Details ==

Series: series starting with [i-g-t,v6,without-hack-patches,1/5] tests/kms_frontbuffer_tracking: Add tiling to test_mode
URL   : https://patchwork.freedesktop.org/series/75086/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_8189 -> IGTPW_4352
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Possible fixes ####

  * igt@i915_pm_rpm@module-reload:
    - fi-kbl-guc:         [SKIP][1] ([fdo#109271]) -> [PASS][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8189/fi-kbl-guc/igt@i915_pm_rpm@module-reload.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4352/fi-kbl-guc/igt@i915_pm_rpm@module-reload.html

  * igt@i915_selftest@live@requests:
    - fi-icl-y:           [INCOMPLETE][3] ([fdo#109644] / [fdo#110464]) -> [PASS][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8189/fi-icl-y/igt@i915_selftest@live@requests.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4352/fi-icl-y/igt@i915_selftest@live@requests.html

  
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109644]: https://bugs.freedesktop.org/show_bug.cgi?id=109644
  [fdo#110464]: https://bugs.freedesktop.org/show_bug.cgi?id=110464


Participating hosts (43 -> 38)
------------------------------

  Additional (6): fi-byt-j1900 fi-hsw-peppy fi-snb-2520m fi-gdg-551 fi-cfl-8109u fi-skl-lmem 
  Missing    (11): fi-ilk-m540 fi-hsw-4200u fi-bdw-gvtdvm fi-byt-squawks fi-ctg-p8600 fi-hsw-4770 fi-elk-e7500 fi-kbl-7560u fi-byt-n2820 fi-byt-clapper fi-bdw-samus 


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

  * CI: CI-20190529 -> None
  * IGT: IGT_5538 -> IGTPW_4352

  CI-20190529: 20190529
  CI_DRM_8189: b851880963f76b6dd67d6abdcd2f365b268c23d4 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_4352: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4352/index.html
  IGT_5538: 47becbc9cd1fc7b1b78692f90fd3dcd5a9066965 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools



== Testlist changes ==

+igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear
+igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y
+igt@kms_frontbuffer_tracking@fbcpsrdrrs-tiling-linear
+igt@kms_frontbuffer_tracking@fbcpsrdrrs-tiling-y
+igt@kms_frontbuffer_tracking@fbcpsr-tiling-linear
+igt@kms_frontbuffer_tracking@fbcpsr-tiling-y
+igt@kms_frontbuffer_tracking@fbc-tiling-linear
+igt@kms_frontbuffer_tracking@fbc-tiling-y
-igt@kms_frontbuffer_tracking@fbcdrrs-tilingchange
-igt@kms_frontbuffer_tracking@fbcpsrdrrs-tilingchange
-igt@kms_frontbuffer_tracking@fbcpsr-tilingchange
-igt@kms_frontbuffer_tracking@fbc-tilingchange

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4352/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  parent reply	other threads:[~2020-03-25 19:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-25 19:18 [igt-dev] [PATCH i-g-t v6 without-hack-patches 1/5] tests/kms_frontbuffer_tracking: Add tiling to test_mode José Roberto de Souza
2020-03-25 19:18 ` [igt-dev] [PATCH i-g-t v6 without-hack-patches 2/5] tests/kms_frontbuffer_tracking: Improve tiling test coverage José Roberto de Souza
2020-03-25 19:18 ` [igt-dev] [PATCH i-g-t v6 without-hack-patches 3/5] tests/kms_frontbuffer_tracking: Enable positive test on linear tiling José Roberto de Souza
2020-03-25 19:18 ` [igt-dev] [PATCH i-g-t v6 without-hack-patches 4/5] tests/kms_fbcon_fbt: Reduce execution time José Roberto de Souza
2020-03-25 19:18 ` [igt-dev] [PATCH i-g-t v6 without-hack-patches 5/5] tests/kms_fbcon_fbt: Handle FBC enabled on fbcon in GEN9+ José Roberto de Souza
2020-03-25 19:58 ` Patchwork [this message]
2020-03-26  1:18 ` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,v6,without-hack-patches,1/5] tests/kms_frontbuffer_tracking: Add tiling to test_mode Patchwork
2020-04-06 14:26 ` [igt-dev] [PATCH i-g-t v6 without-hack-patches 1/5] " Juha-Pekka Heikkila
2020-04-07 16:29   ` Souza, Jose

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=158516628992.29636.3391043554595278264@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=jose.souza@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox