intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✓ Fi.CI.IGT: success for series starting with [01/23] drm/i915: Cache the error string
Date: Fri, 17 Aug 2018 02:36:38 -0000	[thread overview]
Message-ID: <20180817023638.29044.48902@emeril.freedesktop.org> (raw)
In-Reply-To: <20180816210742.32152-1-chris@chris-wilson.co.uk>

== Series Details ==

Series: series starting with [01/23] drm/i915: Cache the error string
URL   : https://patchwork.freedesktop.org/series/48362/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4682_full -> Patchwork_9965_full =

== Summary - WARNING ==

  Minor unknown changes coming with Patchwork_9965_full need to be verified
  manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Patchwork_9965_full, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  

== Possible new issues ==

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

  === IGT changes ===

    ==== Warnings ====

    igt@kms_universal_plane@universal-plane-pipe-a-sanity:
      shard-snb:          PASS -> SKIP +1

    
== Known issues ==

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

  === IGT changes ===

    ==== Issues hit ====

    igt@gem_mocs_settings@mocs-rc6-bsd1:
      shard-snb:          NOTRUN -> INCOMPLETE (fdo#105411)

    igt@gem_softpin@noreloc-s3:
      shard-snb:          PASS -> DMESG-WARN (fdo#102365)

    igt@kms_setmode@basic:
      shard-kbl:          PASS -> FAIL (fdo#99912)

    
    ==== Possible fixes ====

    igt@drv_suspend@shrink:
      shard-snb:          INCOMPLETE (fdo#106886, fdo#105411) -> PASS

    
  fdo#102365 https://bugs.freedesktop.org/show_bug.cgi?id=102365
  fdo#105411 https://bugs.freedesktop.org/show_bug.cgi?id=105411
  fdo#106886 https://bugs.freedesktop.org/show_bug.cgi?id=106886
  fdo#99912 https://bugs.freedesktop.org/show_bug.cgi?id=99912


== Participating hosts (5 -> 5) ==

  No changes in participating hosts


== Build changes ==

    * Linux: CI_DRM_4682 -> Patchwork_9965

  CI_DRM_4682: 1d6d9c1a324bb0d68b1901006bb9982438a725d0 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4604: 2a5777f8a694f1f8edcf021afb1ef36192c6762d @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_9965: 147bda82fa16c6c99607c4a734944a5bb69d7beb @ git://anongit.freedesktop.org/gfx-ci/linux
  piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_9965/shards.html
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

      parent reply	other threads:[~2018-08-17  2:36 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-16 21:07 [PATCH 01/23] drm/i915: Cache the error string Chris Wilson
2018-08-16 21:07 ` [PATCH 02/23] drm/i915/execlists: Avoid kicking priority on the current context Chris Wilson
2018-08-16 21:07 ` [PATCH 03/23] drm/i915: Missed interrupt simulation is no more, tell the world Chris Wilson
2018-08-16 21:07 ` [PATCH 04/23] drm/i915/selftests: Basic stress test for rapid context switching Chris Wilson
2018-08-16 21:07 ` [PATCH 05/23] drm/i915/execlists: Delay updating ring register state after resume Chris Wilson
2018-08-16 21:07 ` [PATCH 06/23] drm/i915/execlists: Use coherent writes into the context image Chris Wilson
2018-08-16 21:07 ` [PATCH 07/23] drm/i915/execlists: Onion unwind for logical_ring_init() failure Chris Wilson
2018-08-16 21:07 ` [PATCH 08/23] drm/i915: Report the number of closed vma held by each context in debugfs Chris Wilson
2018-08-16 21:07 ` [PATCH 09/23] drm/i915: Remove debugfs/i915_ppgtt_info Chris Wilson
2018-08-16 21:07 ` [PATCH 10/23] drm/i915/execlists: Assert the queue is non-empty on unsubmitting Chris Wilson
2018-08-16 21:07 ` [PATCH 11/23] drm/i915/execlists: Reset queue_priority on cancellation Chris Wilson
2018-08-16 21:07 ` [PATCH 12/23] drm/i915/execlists: Include reset depth in traces Chris Wilson
2018-08-16 21:07 ` [PATCH 13/23] drm/i915/execlists: Use direct submission to restart HW after reset Chris Wilson
2018-08-16 21:07 ` [PATCH 14/23] drm/i915: Attach the pci match data to the device upon creation Chris Wilson
2018-08-16 21:07 ` [PATCH 15/23] drm/i915: Track all held rpm wakerefs Chris Wilson
2018-08-16 21:07 ` [PATCH 16/23] drm/i915: Markup paired operations on wakerefs Chris Wilson
2018-08-16 21:07 ` [PATCH 17/23] drm/i915: Syntatic sugar for using intel_runtime_pm Chris Wilson
2018-08-16 21:07 ` [PATCH 18/23] drm/i915: Markup paired operations on display power domains Chris Wilson
2018-08-16 21:07 ` [PATCH 19/23] drm/i915: Track the wakeref used to initialise " Chris Wilson
2018-08-16 21:07 ` [PATCH 20/23] drm/i915/dp: Markup pps lock power well Chris Wilson
2018-08-16 21:07 ` [PATCH 21/23] drm/i915: Complain if hsw_get_pipe_config acquires the same power well twice Chris Wilson
2018-08-16 21:07 ` [PATCH 22/23] drm/i915: Mark up Ironlake ips with rpm wakerefs Chris Wilson
2018-08-16 21:07 ` [PATCH 23/23] drm/i915: Enable runtime-pm debugging by default for CI Chris Wilson
2018-08-16 21:43 ` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/23] drm/i915: Cache the error string Patchwork
2018-08-16 21:50 ` ✗ Fi.CI.SPARSE: " Patchwork
2018-08-16 21:59 ` ✓ Fi.CI.BAT: success " Patchwork
2018-08-17  2:36 ` Patchwork [this message]

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=20180817023638.29044.48902@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=chris@chris-wilson.co.uk \
    --cc=intel-gfx@lists.freedesktop.org \
    /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;
as well as URLs for NNTP newsgroup(s).