From: Patchwork <patchwork@emeril.freedesktop.org>
To: Daniel Mrzyglod <daniel.t.mrzyglod@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: [igt-dev] ✓ Fi.CI.BAT: success for Remove global igt_global_mmio (rev5)
Date: Thu, 09 May 2019 14:55:56 -0000 [thread overview]
Message-ID: <20190509145556.12522.14203@emeril.freedesktop.org> (raw)
In-Reply-To: <20190509123809.15507-1-daniel.t.mrzyglod@intel.com>
== Series Details ==
Series: Remove global igt_global_mmio (rev5)
URL : https://patchwork.freedesktop.org/series/59008/
State : success
== Summary ==
CI Bug Log - changes from IGT_4977 -> IGTPW_2959
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://patchwork.freedesktop.org/api/1.0/series/59008/revisions/5/mbox/
Known issues
------------
Here are the changes found in IGTPW_2959 that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@amdgpu/amd_basic@userptr:
- fi-kbl-8809g: [DMESG-WARN][1] ([fdo#108965]) -> [PASS][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4977/fi-kbl-8809g/igt@amdgpu/amd_basic@userptr.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2959/fi-kbl-8809g/igt@amdgpu/amd_basic@userptr.html
* igt@i915_selftest@live_evict:
- fi-bsw-kefka: [DMESG-WARN][3] ([fdo#107709]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4977/fi-bsw-kefka/igt@i915_selftest@live_evict.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2959/fi-bsw-kefka/igt@i915_selftest@live_evict.html
* igt@kms_chamelium@hdmi-hpd-fast:
- fi-kbl-7500u: [FAIL][5] ([fdo#109485]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4977/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2959/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
#### Warnings ####
* igt@i915_selftest@live_hangcheck:
- fi-apl-guc: [DMESG-FAIL][7] ([fdo#110620]) -> [INCOMPLETE][8] ([fdo#103927])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4977/fi-apl-guc/igt@i915_selftest@live_hangcheck.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2959/fi-apl-guc/igt@i915_selftest@live_hangcheck.html
* igt@runner@aborted:
- fi-apl-guc: [FAIL][9] ([fdo#110622]) -> [FAIL][10] ([fdo#110624])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4977/fi-apl-guc/igt@runner@aborted.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2959/fi-apl-guc/igt@runner@aborted.html
[fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
[fdo#107709]: https://bugs.freedesktop.org/show_bug.cgi?id=107709
[fdo#108965]: https://bugs.freedesktop.org/show_bug.cgi?id=108965
[fdo#109485]: https://bugs.freedesktop.org/show_bug.cgi?id=109485
[fdo#110620]: https://bugs.freedesktop.org/show_bug.cgi?id=110620
[fdo#110622]: https://bugs.freedesktop.org/show_bug.cgi?id=110622
[fdo#110624]: https://bugs.freedesktop.org/show_bug.cgi?id=110624
Participating hosts (49 -> 44)
------------------------------
Additional (1): fi-icl-dsi
Missing (6): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-byt-clapper
Build changes
-------------
* IGT: IGT_4977 -> IGTPW_2959
CI_DRM_6072: 645586708589c3d2ac81114595e875cdfbbff385 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_2959: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2959/
IGT_4977: 54538a37ded2bbdc775141cb0858defb22809bde @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2959/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2019-05-09 14:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-09 12:38 [igt-dev] [PATCH i-g-t v5 0/5] Remove global igt_global_mmio Daniel Mrzyglod
2019-05-09 12:38 ` [igt-dev] [PATCH i-g-t v5 1/5] lib/igt_device: add igt_device_get_pci_addr by fd Daniel Mrzyglod
2019-05-09 12:38 ` [igt-dev] [PATCH i-g-t v5 2/5] lib/igt_device: add igt_device_map_pci_bar_region Daniel Mrzyglod
2019-05-09 12:38 ` [igt-dev] [PATCH i-g-t v5 3/5] lib/intel_mmio: add pointer for read/write register funtions Daniel Mrzyglod
2019-05-09 12:38 ` [igt-dev] [PATCH i-g-t v5 4/5] lib/intel_mmio: remove igt_global_mmio and move it to mmio_data Daniel Mrzyglod
2019-05-09 13:52 ` Jani Nikula
2019-05-09 12:38 ` [igt-dev] [PATCH i-g-t v5 5/5] lib/ioctl_wrappers: add fd to aperture_mmap Daniel Mrzyglod
2019-05-09 14:55 ` Patchwork [this message]
2019-05-09 22:41 ` [igt-dev] ✓ Fi.CI.IGT: success for Remove global igt_global_mmio (rev5) Patchwork
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=20190509145556.12522.14203@emeril.freedesktop.org \
--to=patchwork@emeril.freedesktop.org \
--cc=daniel.t.mrzyglod@intel.com \
--cc=igt-dev@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