* [igt-dev] [PATCH i-g-t] .gitlab-ci: Try -j 1 when build is failing to get the error messages @ 2019-11-07 14:41 Arkadiusz Hiler 2019-11-07 15:16 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-11-08 19:37 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 0 siblings, 2 replies; 3+ messages in thread From: Arkadiusz Hiler @ 2019-11-07 14:41 UTC (permalink / raw) To: igt-dev; +Cc: Petri Latvala So when we start sending emails about those failures including `| tail -n 20` will actually make sense. Cc: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9873f9c3..e9fa12ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,7 +64,7 @@ build:tests-fedora: stage: build script: - meson --prefix=/opt/igt $MESON_OPTIONS build - - ninja -C build + - ninja -C build || ninja -C build -j 1 - DESTDIR="$PWD/installdir" ninja -C build install - ninja -C build igt-gpu-tools-doc artifacts: @@ -77,7 +77,7 @@ build:tests-fedora-no-libunwind: script: - dnf remove -y libunwind-devel - meson -Dlibunwind=disabled build - - ninja -C build + - ninja -C build || ninja -C build -j 1 # documentation building is different with meson<0.47 build:tests-fedora-oldest-meson: @@ -86,7 +86,7 @@ build:tests-fedora-oldest-meson: - dnf remove -y meson - pip install /usr/src/meson-*.tar.gz - meson $MESON_OPTIONS build - - ninja -C build + - ninja -C build || ninja -C build -j 1 - ninja -C build igt-gpu-tools-doc build:tests-fedora-clang: @@ -95,7 +95,7 @@ build:tests-fedora-clang: CC: clang script: - meson $MESON_OPTIONS build - - ninja -C build + - ninja -C build || ninja -C build -j 1 artifacts: paths: - build @@ -105,7 +105,7 @@ build:tests-debian-meson: stage: build script: - meson $MESON_OPTIONS build - - ninja -C build + - ninja -C build || ninja -C build -j 1 - cp build/tests/test-list.txt meson-test-list.txt artifacts: paths: @@ -116,7 +116,7 @@ build:tests-debian-minimal: stage: build script: - meson -Dtests=disabled -Dlibdrm_drivers="" build - - ninja -C build + - ninja -C build || ninja -C build -j 1 artifacts: paths: - build @@ -127,7 +127,7 @@ build:tests-debian-meson-armhf: script: - export PKG_CONFIG_PATH=/usr/lib/arm-linux-gnueabihf/pkgconfig/ - meson --cross-file meson-cross-armhf.txt build - - ninja -C build + - ninja -C build || ninja -C build -j 1 artifacts: paths: - build @@ -138,7 +138,7 @@ build:tests-debian-meson-arm64: script: - export PKG_CONFIG_PATH=/usr/lib/aarch64-linux-gnu/pkgconfig/ - meson --cross-file meson-cross-arm64.txt build - - ninja -C build + - ninja -C build || ninja -C build -j 1 artifacts: paths: - build @@ -149,7 +149,7 @@ build:tests-debian-meson-mips: script: - export PKG_CONFIG_PATH=/usr/lib/mips-linux-gnu/pkgconfig/ - meson --cross-file meson-cross-mips.txt build - - ninja -C build + - ninja -C build || ninja -C build -j 1 artifacts: paths: - build @@ -159,7 +159,7 @@ build:tests-debian-autotools: stage: build script: - ./autogen.sh --enable-{chamelium,audio,intel,amdgpu,nouveau,tests,runner} - - make -j + - make -j || make -j 1 - cp tests/test-list.txt autotools-test-list.txt artifacts: paths: -- 2.23.0 _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for .gitlab-ci: Try -j 1 when build is failing to get the error messages 2019-11-07 14:41 [igt-dev] [PATCH i-g-t] .gitlab-ci: Try -j 1 when build is failing to get the error messages Arkadiusz Hiler @ 2019-11-07 15:16 ` Patchwork 2019-11-08 19:37 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2019-11-07 15:16 UTC (permalink / raw) To: Arkadiusz Hiler; +Cc: igt-dev == Series Details == Series: .gitlab-ci: Try -j 1 when build is failing to get the error messages URL : https://patchwork.freedesktop.org/series/69131/ State : success == Summary == CI Bug Log - changes from IGT_5266 -> IGTPW_3663 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/index.html Known issues ------------ Here are the changes found in IGTPW_3663 that come from known issues: ### IGT changes ### #### Warnings #### * igt@i915_selftest@live_gt_pm: - fi-icl-guc: [INCOMPLETE][1] ([fdo#107713]) -> [DMESG-FAIL][2] ([fdo#112205]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/fi-icl-guc/igt@i915_selftest@live_gt_pm.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/fi-icl-guc/igt@i915_selftest@live_gt_pm.html * igt@kms_chamelium@hdmi-hpd-fast: - fi-kbl-7500u: [FAIL][3] ([fdo#111045] / [fdo#111096]) -> [FAIL][4] ([fdo#111407]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.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#111045]: https://bugs.freedesktop.org/show_bug.cgi?id=111045 [fdo#111096]: https://bugs.freedesktop.org/show_bug.cgi?id=111096 [fdo#111407]: https://bugs.freedesktop.org/show_bug.cgi?id=111407 [fdo#111747]: https://bugs.freedesktop.org/show_bug.cgi?id=111747 [fdo#112205]: https://bugs.freedesktop.org/show_bug.cgi?id=112205 Participating hosts (51 -> 45) ------------------------------ Missing (6): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-byt-clapper Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_5266 -> IGTPW_3663 CI-20190529: 20190529 CI_DRM_7285: f9b1c63f033d2e2edf8da923ebe607916c40a4a0 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_3663: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/index.html IGT_5266: 60a67653613c87a69ebecf12cf00aa362ac87597 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/index.html _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 3+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for .gitlab-ci: Try -j 1 when build is failing to get the error messages 2019-11-07 14:41 [igt-dev] [PATCH i-g-t] .gitlab-ci: Try -j 1 when build is failing to get the error messages Arkadiusz Hiler 2019-11-07 15:16 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2019-11-08 19:37 ` Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2019-11-08 19:37 UTC (permalink / raw) To: Arkadiusz Hiler; +Cc: igt-dev == Series Details == Series: .gitlab-ci: Try -j 1 when build is failing to get the error messages URL : https://patchwork.freedesktop.org/series/69131/ State : success == Summary == CI Bug Log - changes from IGT_5266_full -> IGTPW_3663_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/index.html Known issues ------------ Here are the changes found in IGTPW_3663_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_exec@basic-invalid-context-vcs1: - shard-iclb: [PASS][1] -> [SKIP][2] ([fdo#112080]) +16 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb4/igt@gem_ctx_exec@basic-invalid-context-vcs1.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb3/igt@gem_ctx_exec@basic-invalid-context-vcs1.html * igt@gem_ctx_persistence@vcs1-mixed-process: - shard-iclb: [PASS][3] -> [SKIP][4] ([fdo#109276] / [fdo#112080]) +2 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb2/igt@gem_ctx_persistence@vcs1-mixed-process.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb5/igt@gem_ctx_persistence@vcs1-mixed-process.html * igt@gem_exec_balancer@smoke: - shard-iclb: [PASS][5] -> [SKIP][6] ([fdo#110854]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb1/igt@gem_exec_balancer@smoke.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb6/igt@gem_exec_balancer@smoke.html * igt@gem_exec_schedule@preempt-bsd: - shard-iclb: [PASS][7] -> [SKIP][8] ([fdo#112146]) +3 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb5/igt@gem_exec_schedule@preempt-bsd.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb1/igt@gem_exec_schedule@preempt-bsd.html * igt@gem_exec_schedule@preempt-queue-blt: - shard-tglb: [PASS][9] -> [INCOMPLETE][10] ([fdo#111677]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-tglb9/igt@gem_exec_schedule@preempt-queue-blt.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-tglb6/igt@gem_exec_schedule@preempt-queue-blt.html * igt@gem_exec_schedule@preempt-queue-bsd2: - shard-iclb: [PASS][11] -> [SKIP][12] ([fdo#109276]) +12 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb2/igt@gem_exec_schedule@preempt-queue-bsd2.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb5/igt@gem_exec_schedule@preempt-queue-bsd2.html * igt@gem_userptr_blits@map-fixed-invalidate-busy-gup: - shard-snb: [PASS][13] -> [DMESG-WARN][14] ([fdo#111870]) +1 similar issue [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-snb7/igt@gem_userptr_blits@map-fixed-invalidate-busy-gup.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-snb1/igt@gem_userptr_blits@map-fixed-invalidate-busy-gup.html * igt@gem_userptr_blits@sync-unmap-after-close: - shard-hsw: [PASS][15] -> [DMESG-WARN][16] ([fdo#111870]) +2 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-hsw1/igt@gem_userptr_blits@sync-unmap-after-close.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-hsw2/igt@gem_userptr_blits@sync-unmap-after-close.html * igt@i915_selftest@live_gt_timelines: - shard-tglb: [PASS][17] -> [INCOMPLETE][18] ([fdo#111831]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-tglb8/igt@i915_selftest@live_gt_timelines.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-tglb3/igt@i915_selftest@live_gt_timelines.html * igt@kms_cursor_crc@pipe-b-cursor-128x42-onscreen: - shard-kbl: [PASS][19] -> [FAIL][20] ([fdo#103232]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-kbl3/igt@kms_cursor_crc@pipe-b-cursor-128x42-onscreen.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-kbl2/igt@kms_cursor_crc@pipe-b-cursor-128x42-onscreen.html * igt@kms_cursor_crc@pipe-c-cursor-suspend: - shard-kbl: [PASS][21] -> [DMESG-WARN][22] ([fdo#108566]) +1 similar issue [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-kbl7/igt@kms_cursor_crc@pipe-c-cursor-suspend.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-kbl7/igt@kms_cursor_crc@pipe-c-cursor-suspend.html * igt@kms_frontbuffer_tracking@fbc-modesetfrombusy: - shard-iclb: [PASS][23] -> [FAIL][24] ([fdo#103167]) +5 similar issues [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb6/igt@kms_frontbuffer_tracking@fbc-modesetfrombusy.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb5/igt@kms_frontbuffer_tracking@fbc-modesetfrombusy.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw: - shard-tglb: [PASS][25] -> [FAIL][26] ([fdo#103167]) +3 similar issues [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-tglb1/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-tglb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html * igt@kms_plane_lowres@pipe-a-tiling-y: - shard-iclb: [PASS][27] -> [FAIL][28] ([fdo#103166]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb7/igt@kms_plane_lowres@pipe-a-tiling-y.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb6/igt@kms_plane_lowres@pipe-a-tiling-y.html * igt@kms_psr2_su@frontbuffer: - shard-iclb: [PASS][29] -> [SKIP][30] ([fdo#109642] / [fdo#111068]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb2/igt@kms_psr2_su@frontbuffer.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb8/igt@kms_psr2_su@frontbuffer.html * igt@kms_psr@psr2_sprite_plane_move: - shard-iclb: [PASS][31] -> [SKIP][32] ([fdo#109441]) +3 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb1/igt@kms_psr@psr2_sprite_plane_move.html * igt@kms_vblank@pipe-a-ts-continuation-suspend: - shard-tglb: [PASS][33] -> [INCOMPLETE][34] ([fdo#111832] / [fdo#111850]) +1 similar issue [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-tglb9/igt@kms_vblank@pipe-a-ts-continuation-suspend.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-tglb5/igt@kms_vblank@pipe-a-ts-continuation-suspend.html #### Possible fixes #### * igt@gem_busy@busy-vcs1: - shard-iclb: [SKIP][35] ([fdo#112080]) -> [PASS][36] +12 similar issues [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb5/igt@gem_busy@busy-vcs1.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb1/igt@gem_busy@busy-vcs1.html * igt@gem_ctx_persistence@smoketest: - shard-kbl: [DMESG-WARN][37] -> [PASS][38] [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-kbl6/igt@gem_ctx_persistence@smoketest.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-kbl3/igt@gem_ctx_persistence@smoketest.html * igt@gem_ctx_persistence@vcs1-persistence: - shard-iclb: [SKIP][39] ([fdo#109276] / [fdo#112080]) -> [PASS][40] +1 similar issue [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb7/igt@gem_ctx_persistence@vcs1-persistence.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb2/igt@gem_ctx_persistence@vcs1-persistence.html * igt@gem_ctx_shared@q-smoketest-all: - shard-tglb: [INCOMPLETE][41] ([fdo#111735]) -> [PASS][42] [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-tglb9/igt@gem_ctx_shared@q-smoketest-all.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-tglb8/igt@gem_ctx_shared@q-smoketest-all.html * igt@gem_eio@hibernate: - shard-tglb: [INCOMPLETE][43] ([fdo#111832]) -> [PASS][44] +1 similar issue [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-tglb5/igt@gem_eio@hibernate.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-tglb1/igt@gem_eio@hibernate.html * igt@gem_exec_nop@basic-series: - shard-tglb: [INCOMPLETE][45] ([fdo#111747]) -> [PASS][46] +1 similar issue [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-tglb6/igt@gem_exec_nop@basic-series.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-tglb2/igt@gem_exec_nop@basic-series.html * igt@gem_exec_schedule@preempt-other-chain-bsd: - shard-iclb: [SKIP][47] ([fdo#112146]) -> [PASS][48] +8 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb1/igt@gem_exec_schedule@preempt-other-chain-bsd.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb6/igt@gem_exec_schedule@preempt-other-chain-bsd.html * igt@gem_exec_schedule@promotion-bsd1: - shard-iclb: [SKIP][49] ([fdo#109276]) -> [PASS][50] +16 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb8/igt@gem_exec_schedule@promotion-bsd1.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb4/igt@gem_exec_schedule@promotion-bsd1.html * igt@gem_exec_suspend@basic-s3: - shard-tglb: [INCOMPLETE][51] ([fdo#111736] / [fdo#111850]) -> [PASS][52] [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-tglb5/igt@gem_exec_suspend@basic-s3.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-tglb6/igt@gem_exec_suspend@basic-s3.html * igt@gem_persistent_relocs@forked-thrashing: - shard-snb: [FAIL][53] ([fdo#112037]) -> [PASS][54] [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-snb4/igt@gem_persistent_relocs@forked-thrashing.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-snb4/igt@gem_persistent_relocs@forked-thrashing.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-snb: [DMESG-WARN][55] ([fdo#110789] / [fdo#111870]) -> [PASS][56] [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-snb5/igt@gem_userptr_blits@map-fixed-invalidate-busy.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-snb5/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: - shard-hsw: [DMESG-WARN][57] ([fdo#111870]) -> [PASS][58] +1 similar issue [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-hsw6/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-hsw6/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html * igt@gem_userptr_blits@sync-unmap: - shard-snb: [DMESG-WARN][59] ([fdo#111870]) -> [PASS][60] [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-snb4/igt@gem_userptr_blits@sync-unmap.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-snb5/igt@gem_userptr_blits@sync-unmap.html * igt@i915_pm_dc@dc5-dpms: - shard-iclb: [FAIL][61] ([fdo#111795 ]) -> [PASS][62] [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb3/igt@i915_pm_dc@dc5-dpms.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb2/igt@i915_pm_dc@dc5-dpms.html * igt@kms_draw_crc@fill-fb: - shard-hsw: [DMESG-WARN][63] -> [PASS][64] [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-hsw6/igt@kms_draw_crc@fill-fb.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-hsw1/igt@kms_draw_crc@fill-fb.html * igt@kms_flip@2x-flip-vs-suspend: - shard-hsw: [INCOMPLETE][65] ([fdo#103540]) -> [PASS][66] +1 similar issue [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-hsw5/igt@kms_flip@2x-flip-vs-suspend.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-hsw1/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-apl: [DMESG-WARN][67] ([fdo#108566]) -> [PASS][68] [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-apl2/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-render: - shard-snb: [SKIP][69] ([fdo#109271]) -> [PASS][70] +1 similar issue [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-snb5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-render.html [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-snb7/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite: - shard-iclb: [FAIL][71] ([fdo#103167]) -> [PASS][72] +1 similar issue [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite.html [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-shrfb-fliptrack: - shard-tglb: [FAIL][73] ([fdo#103167]) -> [PASS][74] [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-tglb3/igt@kms_frontbuffer_tracking@fbcpsr-1p-shrfb-fliptrack.html [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-tglb4/igt@kms_frontbuffer_tracking@fbcpsr-1p-shrfb-fliptrack.html * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes: - shard-kbl: [DMESG-WARN][75] ([fdo#108566]) -> [PASS][76] +1 similar issue [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-kbl1/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-kbl4/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes: - shard-tglb: [INCOMPLETE][77] ([fdo#111832] / [fdo#111850]) -> [PASS][78] [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-tglb2/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes.html [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-tglb6/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes.html * igt@kms_psr2_su@page_flip: - shard-iclb: [SKIP][79] ([fdo#109642] / [fdo#111068]) -> [PASS][80] [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb7/igt@kms_psr2_su@page_flip.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb2/igt@kms_psr2_su@page_flip.html * igt@kms_psr@psr2_cursor_render: - shard-iclb: [SKIP][81] ([fdo#109441]) -> [PASS][82] +3 similar issues [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb6/igt@kms_psr@psr2_cursor_render.html [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb2/igt@kms_psr@psr2_cursor_render.html * igt@kms_setmode@basic: - shard-apl: [FAIL][83] ([fdo#99912]) -> [PASS][84] [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-apl2/igt@kms_setmode@basic.html [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-apl8/igt@kms_setmode@basic.html #### Warnings #### * igt@gem_ctx_isolation@vcs2-nonpriv: - shard-tglb: [SKIP][85] ([fdo#111912] / [fdo#112080]) -> [SKIP][86] ([fdo#112080]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-tglb3/igt@gem_ctx_isolation@vcs2-nonpriv.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-tglb9/igt@gem_ctx_isolation@vcs2-nonpriv.html * igt@gem_eio@kms: - shard-snb: [DMESG-WARN][87] ([fdo# 112000 ] / [fdo#111781]) -> [INCOMPLETE][88] ([fdo#105411]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-snb6/igt@gem_eio@kms.html [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-snb7/igt@gem_eio@kms.html * igt@gem_exec_schedule@deep-blt: - shard-tglb: [FAIL][89] ([fdo#111646]) -> [INCOMPLETE][90] ([fdo#111671]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-tglb7/igt@gem_exec_schedule@deep-blt.html [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-tglb6/igt@gem_exec_schedule@deep-blt.html * igt@gem_mocs_settings@mocs-settings-bsd2: - shard-iclb: [FAIL][91] ([fdo#111330]) -> [SKIP][92] ([fdo#109276]) +1 similar issue [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5266/shard-iclb1/igt@gem_mocs_settings@mocs-settings-bsd2.html [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/shard-iclb8/igt@gem_mocs_settings@mocs-settings-bsd2.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo# 112000 ]: https://bugs.freedesktop.org/show_bug.cgi?id= 112000 [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#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411 [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566 [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#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110789]: https://bugs.freedesktop.org/show_bug.cgi?id=110789 [fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111330]: https://bugs.freedesktop.org/show_bug.cgi?id=111330 [fdo#111646]: https://bugs.freedesktop.org/show_bug.cgi?id=111646 [fdo#111671]: https://bugs.freedesktop.org/show_bug.cgi?id=111671 [fdo#111677]: https://bugs.freedesktop.org/show_bug.cgi?id=111677 [fdo#111735]: https://bugs.freedesktop.org/show_bug.cgi?id=111735 [fdo#111736]: https://bugs.freedesktop.org/show_bug.cgi?id=111736 [fdo#111747]: https://bugs.freedesktop.org/show_bug.cgi?id=111747 [fdo#111781]: https://bugs.freedesktop.org/show_bug.cgi?id=111781 [fdo#111795 ]: https://bugs.freedesktop.org/show_bug.cgi?id=111795 [fdo#111831]: https://bugs.freedesktop.org/show_bug.cgi?id=111831 [fdo#111832]: https://bugs.freedesktop.org/show_bug.cgi?id=111832 [fdo#111850]: https://bugs.freedesktop.org/show_bug.cgi?id=111850 [fdo#111870]: https://bugs.freedesktop.org/show_bug.cgi?id=111870 [fdo#111912]: https://bugs.freedesktop.org/show_bug.cgi?id=111912 [fdo#112037]: https://bugs.freedesktop.org/show_bug.cgi?id=112037 [fdo#112080]: https://bugs.freedesktop.org/show_bug.cgi?id=112080 [fdo#112146]: https://bugs.freedesktop.org/show_bug.cgi?id=112146 [fdo#112217]: https://bugs.freedesktop.org/show_bug.cgi?id=112217 [fdo#112218]: https://bugs.freedesktop.org/show_bug.cgi?id=112218 [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912 Participating hosts (8 -> 8) ------------------------------ No changes in participating hosts Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_5266 -> IGTPW_3663 CI-20190529: 20190529 CI_DRM_7285: f9b1c63f033d2e2edf8da923ebe607916c40a4a0 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_3663: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/index.html IGT_5266: 60a67653613c87a69ebecf12cf00aa362ac87597 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3663/index.html _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-11-08 19:37 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-11-07 14:41 [igt-dev] [PATCH i-g-t] .gitlab-ci: Try -j 1 when build is failing to get the error messages Arkadiusz Hiler 2019-11-07 15:16 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-11-08 19:37 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox