* [igt-dev] [PATCH i-g-t] README: Mention Dockerfiles with dependencies by name
@ 2019-10-15 11:13 Arkadiusz Hiler
2019-10-15 11:16 ` Petri Latvala
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Arkadiusz Hiler @ 2019-10-15 11:13 UTC (permalink / raw)
To: igt-dev
Debian has two Dockerfiles associated - minimal and regular one that
bases on the minimal one.
Let's mention them by name and add a comment providing some context to
the split so it's easier to figure out what to install on a new system.
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
Dockerfile.build-debian | 5 +++++
README.md | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/Dockerfile.build-debian b/Dockerfile.build-debian
index 69f63157..36c51765 100644
--- a/Dockerfile.build-debian
+++ b/Dockerfile.build-debian
@@ -2,6 +2,11 @@ ARG CI_COMMIT_SHA
ARG CI_REGISTRY_IMAGE
FROM $CI_REGISTRY_IMAGE/build-debian-minimal:commit-$CI_COMMIT_SHA
+# inherits from Dockerfile.build-debian-minimal
+#
+# just few extra dependencies for building IGT with all the optional components
+# enabled
+
RUN apt-get update
RUN apt-get install -y \
libunwind-dev \
diff --git a/README.md b/README.md
index a6a821c0..f33e9455 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,8 @@ Generated documentation for the latest master is published under
Requirements
------------
-See `Dockerfile.*` for up-to-date list of package names in Fedora and
-Debian.
+See `Dockerfile.build-fedora` for up-to-date list of package names in Fedora
+or `Dockerfile.build-debian-minimal` and `Dockerfile.build-debian` for Debian.
If your distribution packages IGT you can also use your package manager to
install the dependencies, e.g.:
--
2.21.0
_______________________________________________
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] README: Mention Dockerfiles with dependencies by name
2019-10-15 11:13 [igt-dev] [PATCH i-g-t] README: Mention Dockerfiles with dependencies by name Arkadiusz Hiler
@ 2019-10-15 11:16 ` Petri Latvala
2019-10-15 11:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-10-15 21:01 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Petri Latvala @ 2019-10-15 11:16 UTC (permalink / raw)
To: Arkadiusz Hiler; +Cc: igt-dev
On Tue, Oct 15, 2019 at 02:13:01PM +0300, Arkadiusz Hiler wrote:
> Debian has two Dockerfiles associated - minimal and regular one that
> bases on the minimal one.
>
> Let's mention them by name and add a comment providing some context to
> the split so it's easier to figure out what to install on a new system.
>
> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Reviewed-by: Petri Latvala <petri.latvala@intel.com>
> ---
> Dockerfile.build-debian | 5 +++++
> README.md | 4 ++--
> 2 files changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/Dockerfile.build-debian b/Dockerfile.build-debian
> index 69f63157..36c51765 100644
> --- a/Dockerfile.build-debian
> +++ b/Dockerfile.build-debian
> @@ -2,6 +2,11 @@ ARG CI_COMMIT_SHA
> ARG CI_REGISTRY_IMAGE
> FROM $CI_REGISTRY_IMAGE/build-debian-minimal:commit-$CI_COMMIT_SHA
>
> +# inherits from Dockerfile.build-debian-minimal
> +#
> +# just few extra dependencies for building IGT with all the optional components
> +# enabled
> +
> RUN apt-get update
> RUN apt-get install -y \
> libunwind-dev \
> diff --git a/README.md b/README.md
> index a6a821c0..f33e9455 100644
> --- a/README.md
> +++ b/README.md
> @@ -20,8 +20,8 @@ Generated documentation for the latest master is published under
> Requirements
> ------------
>
> -See `Dockerfile.*` for up-to-date list of package names in Fedora and
> -Debian.
> +See `Dockerfile.build-fedora` for up-to-date list of package names in Fedora
> +or `Dockerfile.build-debian-minimal` and `Dockerfile.build-debian` for Debian.
>
> If your distribution packages IGT you can also use your package manager to
> install the dependencies, e.g.:
> --
> 2.21.0
>
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
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 README: Mention Dockerfiles with dependencies by name
2019-10-15 11:13 [igt-dev] [PATCH i-g-t] README: Mention Dockerfiles with dependencies by name Arkadiusz Hiler
2019-10-15 11:16 ` Petri Latvala
@ 2019-10-15 11:41 ` Patchwork
2019-10-15 21:01 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2019-10-15 11:41 UTC (permalink / raw)
To: Arkadiusz Hiler; +Cc: igt-dev
== Series Details ==
Series: README: Mention Dockerfiles with dependencies by name
URL : https://patchwork.freedesktop.org/series/68020/
State : success
== Summary ==
CI Bug Log - changes from IGT_5226 -> IGTPW_3573
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/index.html
Known issues
------------
Here are the changes found in IGTPW_3573 that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@gem_ctx_switch@rcs0:
- fi-icl-u2: [INCOMPLETE][1] ([fdo#107713]) -> [PASS][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/fi-icl-u2/igt@gem_ctx_switch@rcs0.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/fi-icl-u2/igt@gem_ctx_switch@rcs0.html
* igt@kms_chamelium@hdmi-edid-read:
- {fi-icl-u4}: [FAIL][3] ([fdo#111045]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/fi-icl-u4/igt@kms_chamelium@hdmi-edid-read.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/fi-icl-u4/igt@kms_chamelium@hdmi-edid-read.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
[fdo#109635 ]: https://bugs.freedesktop.org/show_bug.cgi?id=109635
[fdo#110387]: https://bugs.freedesktop.org/show_bug.cgi?id=110387
[fdo#111045]: https://bugs.freedesktop.org/show_bug.cgi?id=111045
[fdo#111096]: https://bugs.freedesktop.org/show_bug.cgi?id=111096
[fdo#111600]: https://bugs.freedesktop.org/show_bug.cgi?id=111600
Participating hosts (53 -> 46)
------------------------------
Missing (7): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-icl-y fi-byt-clapper fi-bdw-samus
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5226 -> IGTPW_3573
CI-20190529: 20190529
CI_DRM_7093: 36b099821371a722f10d020cc5e86696a60f2651 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3573: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/index.html
IGT_5226: eac47b303459255206676d9b3b3b293ac43ff05c @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/index.html
_______________________________________________
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 README: Mention Dockerfiles with dependencies by name
2019-10-15 11:13 [igt-dev] [PATCH i-g-t] README: Mention Dockerfiles with dependencies by name Arkadiusz Hiler
2019-10-15 11:16 ` Petri Latvala
2019-10-15 11:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-10-15 21:01 ` Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2019-10-15 21:01 UTC (permalink / raw)
To: Arkadiusz Hiler; +Cc: igt-dev
== Series Details ==
Series: README: Mention Dockerfiles with dependencies by name
URL : https://patchwork.freedesktop.org/series/68020/
State : failure
== Summary ==
CI Bug Log - changes from IGT_5226_full -> IGTPW_3573_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_3573_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_3573_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_3573/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_3573_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_tiled_blits@interruptible:
- shard-kbl: [PASS][1] -> [DMESG-WARN][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-kbl7/igt@gem_tiled_blits@interruptible.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-kbl3/igt@gem_tiled_blits@interruptible.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack:
- {shard-tglb}: NOTRUN -> [FAIL][3] +116 similar issues
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-tglb6/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack.html
* igt@kms_plane_lowres@pipe-d-tiling-yf:
- {shard-tglb}: NOTRUN -> [SKIP][4] +18 similar issues
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-tglb3/igt@kms_plane_lowres@pipe-d-tiling-yf.html
Known issues
------------
Here are the changes found in IGTPW_3573_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_ctx_shared@exec-single-timeline-bsd:
- shard-iclb: [PASS][5] -> [SKIP][6] ([fdo#110841])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-iclb8/igt@gem_ctx_shared@exec-single-timeline-bsd.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-iclb4/igt@gem_ctx_shared@exec-single-timeline-bsd.html
* igt@gem_eio@in-flight-contexts-immediate:
- shard-snb: [PASS][7] -> [FAIL][8] ([fdo#111925])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-snb7/igt@gem_eio@in-flight-contexts-immediate.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-snb4/igt@gem_eio@in-flight-contexts-immediate.html
* igt@gem_exec_schedule@preempt-other-chain-bsd:
- shard-iclb: [PASS][9] -> [SKIP][10] ([fdo#111325]) +6 similar issues
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-iclb8/igt@gem_exec_schedule@preempt-other-chain-bsd.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-iclb1/igt@gem_exec_schedule@preempt-other-chain-bsd.html
* igt@gem_tiled_swapping@non-threaded:
- shard-kbl: [PASS][11] -> [INCOMPLETE][12] ([fdo#103665] / [fdo#108686])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-kbl2/igt@gem_tiled_swapping@non-threaded.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-kbl1/igt@gem_tiled_swapping@non-threaded.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
- shard-snb: [PASS][13] -> [DMESG-WARN][14] ([fdo#111870]) +1 similar issue
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-snb2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-snb4/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
- shard-hsw: [PASS][15] -> [DMESG-WARN][16] ([fdo#111870]) +1 similar issue
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-hsw8/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-hsw2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
* igt@i915_pm_rc6_residency@rc6-accuracy:
- shard-kbl: [PASS][17] -> [SKIP][18] ([fdo#109271])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-kbl6/igt@i915_pm_rc6_residency@rc6-accuracy.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-kbl7/igt@i915_pm_rc6_residency@rc6-accuracy.html
- shard-snb: [PASS][19] -> [SKIP][20] ([fdo#109271])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-snb2/igt@i915_pm_rc6_residency@rc6-accuracy.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-snb4/igt@i915_pm_rc6_residency@rc6-accuracy.html
* igt@kms_cursor_crc@pipe-b-cursor-128x128-random:
- shard-kbl: [PASS][21] -> [FAIL][22] ([fdo#103232])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-kbl7/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-kbl6/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html
- shard-apl: [PASS][23] -> [FAIL][24] ([fdo#103232])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-apl1/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-apl3/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html
* igt@kms_cursor_crc@pipe-c-cursor-suspend:
- shard-apl: [PASS][25] -> [DMESG-WARN][26] ([fdo#108566])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-apl7/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-apl4/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
* igt@kms_flip@flip-vs-suspend:
- shard-hsw: [PASS][27] -> [INCOMPLETE][28] ([fdo#103540]) +1 similar issue
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-hsw7/igt@kms_flip@flip-vs-suspend.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-hsw1/igt@kms_flip@flip-vs-suspend.html
* igt@kms_frontbuffer_tracking@basic:
- shard-iclb: [PASS][29] -> [FAIL][30] ([fdo#103167]) +3 similar issues
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-iclb1/igt@kms_frontbuffer_tracking@basic.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-iclb1/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_psr@psr2_no_drrs:
- shard-iclb: [PASS][31] -> [SKIP][32] ([fdo#109441]) +4 similar issues
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-iclb2/igt@kms_psr@psr2_no_drrs.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-iclb8/igt@kms_psr@psr2_no_drrs.html
* igt@prime_busy@hang-bsd2:
- shard-iclb: [PASS][33] -> [SKIP][34] ([fdo#109276]) +13 similar issues
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-iclb2/igt@prime_busy@hang-bsd2.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-iclb7/igt@prime_busy@hang-bsd2.html
* igt@prime_mmap_coherency@ioctl-errors:
- shard-apl: [PASS][35] -> [INCOMPLETE][36] ([fdo#103927]) +1 similar issue
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-apl1/igt@prime_mmap_coherency@ioctl-errors.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-apl4/igt@prime_mmap_coherency@ioctl-errors.html
#### Possible fixes ####
* {igt@gem_eio@kms}:
- shard-iclb: [INCOMPLETE][37] ([fdo#107713]) -> [PASS][38]
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-iclb1/igt@gem_eio@kms.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-iclb6/igt@gem_eio@kms.html
* igt@gem_exec_schedule@preempt-self-bsd:
- shard-iclb: [SKIP][39] ([fdo#111325]) -> [PASS][40] +1 similar issue
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-iclb4/igt@gem_exec_schedule@preempt-self-bsd.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-iclb6/igt@gem_exec_schedule@preempt-self-bsd.html
* igt@gem_userptr_blits@sync-unmap-cycles:
- shard-snb: [DMESG-WARN][41] ([fdo#111870]) -> [PASS][42] +1 similar issue
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-snb7/igt@gem_userptr_blits@sync-unmap-cycles.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-snb4/igt@gem_userptr_blits@sync-unmap-cycles.html
- shard-hsw: [DMESG-WARN][43] ([fdo#111870]) -> [PASS][44] +2 similar issues
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-hsw6/igt@gem_userptr_blits@sync-unmap-cycles.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-hsw2/igt@gem_userptr_blits@sync-unmap-cycles.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
- shard-glk: [FAIL][45] ([fdo#104873]) -> [PASS][46]
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-glk7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-glk6/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
* igt@kms_flip@flip-vs-expired-vblank:
- shard-apl: [FAIL][47] ([fdo#105363]) -> [PASS][48]
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-apl2/igt@kms_flip@flip-vs-expired-vblank.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-apl7/igt@kms_flip@flip-vs-expired-vblank.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-hsw: [INCOMPLETE][49] ([fdo#103540]) -> [PASS][50]
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-hsw5/igt@kms_flip@flip-vs-suspend-interruptible.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-hsw4/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-apl: [DMESG-WARN][51] ([fdo#108566]) -> [PASS][52] +1 similar issue
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-apl4/igt@kms_frontbuffer_tracking@fbc-suspend.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-apl2/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite:
- shard-iclb: [FAIL][53] ([fdo#103167]) -> [PASS][54] +5 similar issues
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-iclb1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-iclb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_plane_lowres@pipe-a-tiling-x:
- shard-iclb: [FAIL][55] ([fdo#103166]) -> [PASS][56]
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-iclb6/igt@kms_plane_lowres@pipe-a-tiling-x.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-iclb2/igt@kms_plane_lowres@pipe-a-tiling-x.html
* igt@kms_psr@psr2_cursor_blt:
- shard-iclb: [SKIP][57] ([fdo#109441]) -> [PASS][58]
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-iclb7/igt@kms_psr@psr2_cursor_blt.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-iclb2/igt@kms_psr@psr2_cursor_blt.html
* igt@kms_vblank@pipe-c-wait-busy-hang:
- shard-apl: [INCOMPLETE][59] ([fdo#103927]) -> [PASS][60] +1 similar issue
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-apl3/igt@kms_vblank@pipe-c-wait-busy-hang.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-apl5/igt@kms_vblank@pipe-c-wait-busy-hang.html
* igt@prime_vgem@fence-wait-bsd2:
- shard-iclb: [SKIP][61] ([fdo#109276]) -> [PASS][62] +8 similar issues
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-iclb6/igt@prime_vgem@fence-wait-bsd2.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-iclb4/igt@prime_vgem@fence-wait-bsd2.html
#### Warnings ####
* igt@gem_mocs_settings@mocs-reset-bsd2:
- shard-iclb: [SKIP][63] ([fdo#109276]) -> [FAIL][64] ([fdo#111330])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-iclb7/igt@gem_mocs_settings@mocs-reset-bsd2.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-iclb4/igt@gem_mocs_settings@mocs-reset-bsd2.html
* igt@gem_mocs_settings@mocs-settings-bsd2:
- shard-iclb: [FAIL][65] ([fdo#111330]) -> [SKIP][66] ([fdo#109276]) +2 similar issues
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-iclb4/igt@gem_mocs_settings@mocs-settings-bsd2.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-iclb7/igt@gem_mocs_settings@mocs-settings-bsd2.html
* igt@kms_plane_alpha_blend@pipe-a-alpha-transparant-fb:
- shard-apl: [INCOMPLETE][67] ([fdo#103927]) -> [FAIL][68] ([fdo#108145])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5226/shard-apl4/igt@kms_plane_alpha_blend@pipe-a-alpha-transparant-fb.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/shard-apl6/igt@kms_plane_alpha_blend@pipe-a-alpha-transparant-fb.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166
[fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
[fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
[fdo#103540]: https://bugs.freedesktop.org/show_bug.cgi?id=103540
[fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
[fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
[fdo#104873]: https://bugs.freedesktop.org/show_bug.cgi?id=104873
[fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363
[fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
[fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
[fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
[fdo#108686]: https://bugs.freedesktop.org/show_bug.cgi?id=108686
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#110841]: https://bugs.freedesktop.org/show_bug.cgi?id=110841
[fdo#111325]: https://bugs.freedesktop.org/show_bug.cgi?id=111325
[fdo#111329]: https://bugs.freedesktop.org/show_bug.cgi?id=111329
[fdo#111330]: https://bugs.freedesktop.org/show_bug.cgi?id=111330
[fdo#111870]: https://bugs.freedesktop.org/show_bug.cgi?id=111870
[fdo#111925]: https://bugs.freedesktop.org/show_bug.cgi?id=111925
Participating hosts (8 -> 7)
------------------------------
Missing (1): shard-skl
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5226 -> IGTPW_3573
CI-20190529: 20190529
CI_DRM_7093: 36b099821371a722f10d020cc5e86696a60f2651 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3573: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/index.html
IGT_5226: eac47b303459255206676d9b3b3b293ac43ff05c @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3573/index.html
_______________________________________________
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:[~2019-10-15 21:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-15 11:13 [igt-dev] [PATCH i-g-t] README: Mention Dockerfiles with dependencies by name Arkadiusz Hiler
2019-10-15 11:16 ` Petri Latvala
2019-10-15 11:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-10-15 21:01 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox