* [igt-dev] [PATCH i-g-t] runner: Disable building if tests are not built @ 2019-04-26 11:05 Petri Latvala 2019-04-26 12:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-04-26 18:11 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 0 siblings, 2 replies; 3+ messages in thread From: Petri Latvala @ 2019-04-26 11:05 UTC (permalink / raw) To: igt-dev; +Cc: Eero Tamminen, Petri Latvala Signed-off-by: Petri Latvala <petri.latvala@intel.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110248 Cc: Eero Tamminen <eero.t.tamminen@intel.com> --- runner/meson.build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/runner/meson.build b/runner/meson.build index de6e6f1c..501352f7 100644 --- a/runner/meson.build +++ b/runner/meson.build @@ -12,7 +12,11 @@ results_sources = [ 'results.c' ] runner_test_sources = [ 'runner_tests.c' ] runner_json_test_sources = [ 'runner_json_tests.c' ] -if _build_runner and jsonc.found() +if not _build_tests and _runner_required + error('Building test runner requires building tests') +endif + +if _build_runner and _build_tests and jsonc.found() subdir('testdata') runnerlib = static_library('igt_runner', runnerlib_sources, -- 2.19.1 _______________________________________________ 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 runner: Disable building if tests are not built 2019-04-26 11:05 [igt-dev] [PATCH i-g-t] runner: Disable building if tests are not built Petri Latvala @ 2019-04-26 12:28 ` Patchwork 2019-04-26 18:11 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2019-04-26 12:28 UTC (permalink / raw) To: Petri Latvala; +Cc: igt-dev == Series Details == Series: runner: Disable building if tests are not built URL : https://patchwork.freedesktop.org/series/59990/ State : success == Summary == CI Bug Log - changes from CI_DRM_6004 -> IGTPW_2927 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/59990/revisions/1/mbox/ Known issues ------------ Here are the changes found in IGTPW_2927 that come from known issues: ### IGT changes ### #### Possible fixes #### * igt@gem_exec_suspend@basic-s3: - fi-blb-e6850: [INCOMPLETE][1] ([fdo#107718]) -> [PASS][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/fi-blb-e6850/igt@gem_exec_suspend@basic-s3.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/fi-blb-e6850/igt@gem_exec_suspend@basic-s3.html * igt@kms_chamelium@dp-crc-fast: - fi-kbl-7500u: [DMESG-WARN][3] ([fdo#103841]) -> [PASS][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html [fdo#103841]: https://bugs.freedesktop.org/show_bug.cgi?id=103841 [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718 Participating hosts (39 -> 25) ------------------------------ Additional (4): fi-hsw-peppy fi-hsw-4770 fi-bdw-gvtdvm fi-skl-gvtdvm Missing (18): fi-kbl-soraka fi-ilk-m540 fi-bxt-dsi fi-skl-6770hq fi-icl-u2 fi-skl-6260u fi-apl-guc fi-snb-2520m fi-ctg-p8600 fi-bsw-cyan fi-whl-u fi-kbl-x1275 fi-bxt-j4205 fi-icl-u3 fi-icl-y fi-skl-lmem fi-bdw-samus fi-skl-6700k2 Build changes ------------- * IGT: IGT_4967 -> IGTPW_2927 CI_DRM_6004: f65fa2bd966e74a401abbf6b7e9b39c6e476c510 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_2927: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/ IGT_4967: 1184e5778ac3ffd8caf3f4d5b9e2b30a736d64d7 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/ _______________________________________________ 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 runner: Disable building if tests are not built 2019-04-26 11:05 [igt-dev] [PATCH i-g-t] runner: Disable building if tests are not built Petri Latvala 2019-04-26 12:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2019-04-26 18:11 ` Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2019-04-26 18:11 UTC (permalink / raw) To: Petri Latvala; +Cc: igt-dev == Series Details == Series: runner: Disable building if tests are not built URL : https://patchwork.freedesktop.org/series/59990/ State : success == Summary == CI Bug Log - changes from CI_DRM_6004_full -> IGTPW_2927_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/59990/revisions/1/mbox/ Known issues ------------ Here are the changes found in IGTPW_2927_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_eio@in-flight-suspend: - shard-kbl: [PASS][1] -> [INCOMPLETE][2] ([fdo#103665]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-kbl3/igt@gem_eio@in-flight-suspend.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-kbl5/igt@gem_eio@in-flight-suspend.html * igt@i915_suspend@forcewake: - shard-apl: [PASS][3] -> [DMESG-WARN][4] ([fdo#108566]) +3 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-apl5/igt@i915_suspend@forcewake.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-apl3/igt@i915_suspend@forcewake.html * igt@i915_suspend@sysfs-reader: - shard-kbl: [PASS][5] -> [DMESG-WARN][6] ([fdo#108566]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-kbl2/igt@i915_suspend@sysfs-reader.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-kbl3/igt@i915_suspend@sysfs-reader.html * igt@kms_cursor_crc@cursor-64x64-dpms: - shard-apl: [PASS][7] -> [FAIL][8] ([fdo#103232]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-apl2/igt@kms_cursor_crc@cursor-64x64-dpms.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-apl4/igt@kms_cursor_crc@cursor-64x64-dpms.html * igt@kms_cursor_crc@cursor-alpha-opaque: - shard-kbl: [PASS][9] -> [FAIL][10] ([fdo#109350]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-kbl5/igt@kms_cursor_crc@cursor-alpha-opaque.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-kbl2/igt@kms_cursor_crc@cursor-alpha-opaque.html - shard-apl: [PASS][11] -> [FAIL][12] ([fdo#109350]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-apl1/igt@kms_cursor_crc@cursor-alpha-opaque.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-apl8/igt@kms_cursor_crc@cursor-alpha-opaque.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-cpu: - shard-snb: [PASS][13] -> [SKIP][14] ([fdo#109271]) +3 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-snb7/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-cpu.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-snb7/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move: - shard-iclb: [PASS][15] -> [FAIL][16] ([fdo#103167]) +3 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-iclb7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html * igt@kms_psr@psr2_sprite_mmap_cpu: - shard-iclb: [PASS][17] -> [SKIP][18] ([fdo#109441]) +2 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_cpu.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-iclb1/igt@kms_psr@psr2_sprite_mmap_cpu.html * igt@perf_pmu@rc6: - shard-kbl: [PASS][19] -> [SKIP][20] ([fdo#109271]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-kbl1/igt@perf_pmu@rc6.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-kbl3/igt@perf_pmu@rc6.html #### Possible fixes #### * igt@gem_create@create-clear: - shard-apl: [INCOMPLETE][21] ([fdo#103927]) -> [PASS][22] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-apl2/igt@gem_create@create-clear.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-apl2/igt@gem_create@create-clear.html * igt@i915_suspend@debugfs-reader: - shard-apl: [DMESG-WARN][23] ([fdo#108566]) -> [PASS][24] +4 similar issues [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-apl5/igt@i915_suspend@debugfs-reader.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-apl2/igt@i915_suspend@debugfs-reader.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-kbl: [DMESG-WARN][25] ([fdo#108566]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-kbl3/igt@kms_flip@flip-vs-suspend-interruptible.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-kbl2/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_frontbuffer_tracking@fbc-tilingchange: - shard-apl: [FAIL][27] ([fdo#103167]) -> [PASS][28] [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-apl7/igt@kms_frontbuffer_tracking@fbc-tilingchange.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-apl2/igt@kms_frontbuffer_tracking@fbc-tilingchange.html - shard-kbl: [FAIL][29] ([fdo#103167]) -> [PASS][30] [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-kbl5/igt@kms_frontbuffer_tracking@fbc-tilingchange.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-kbl4/igt@kms_frontbuffer_tracking@fbc-tilingchange.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw: - shard-iclb: [FAIL][31] ([fdo#103167]) -> [PASS][32] +2 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-iclb1/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html * igt@kms_plane@pixel-format-pipe-a-planes-source-clamping: - shard-glk: [SKIP][33] ([fdo#109271]) -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-glk6/igt@kms_plane@pixel-format-pipe-a-planes-source-clamping.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-glk9/igt@kms_plane@pixel-format-pipe-a-planes-source-clamping.html * igt@kms_plane_lowres@pipe-a-tiling-y: - shard-iclb: [FAIL][35] ([fdo#103166]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-iclb4/igt@kms_plane_lowres@pipe-a-tiling-y.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-iclb6/igt@kms_plane_lowres@pipe-a-tiling-y.html * igt@kms_plane_scaling@pipe-b-scaler-with-clipping-clamping: - shard-glk: [SKIP][37] ([fdo#109271] / [fdo#109278]) -> [PASS][38] [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-glk1/igt@kms_plane_scaling@pipe-b-scaler-with-clipping-clamping.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-glk9/igt@kms_plane_scaling@pipe-b-scaler-with-clipping-clamping.html * igt@kms_psr@psr2_primary_mmap_cpu: - shard-iclb: [SKIP][39] ([fdo#109441]) -> [PASS][40] [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-iclb7/igt@kms_psr@psr2_primary_mmap_cpu.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html * igt@kms_rotation_crc@multiplane-rotation: - shard-kbl: [FAIL][41] ([fdo#109016]) -> [PASS][42] [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-kbl2/igt@kms_rotation_crc@multiplane-rotation.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-kbl5/igt@kms_rotation_crc@multiplane-rotation.html * igt@kms_rotation_crc@multiplane-rotation-cropping-bottom: - shard-kbl: [DMESG-FAIL][43] ([fdo#105763]) -> [PASS][44] [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-kbl6/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-kbl1/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html #### Warnings #### * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt: - shard-iclb: [INCOMPLETE][45] ([fdo#107713]) -> [SKIP][46] ([fdo#109280]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6004/shard-iclb1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/shard-iclb6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html [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#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665 [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927 [fdo#105763]: https://bugs.freedesktop.org/show_bug.cgi?id=105763 [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566 [fdo#109016]: https://bugs.freedesktop.org/show_bug.cgi?id=109016 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109350]: https://bugs.freedesktop.org/show_bug.cgi?id=109350 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 Participating hosts (10 -> 6) ------------------------------ Missing (4): pig-skl-6260u shard-skl pig-hsw-4770r pig-glk-j5005 Build changes ------------- * IGT: IGT_4967 -> IGTPW_2927 * Piglit: piglit_4509 -> None CI_DRM_6004: f65fa2bd966e74a401abbf6b7e9b39c6e476c510 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_2927: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/ IGT_4967: 1184e5778ac3ffd8caf3f4d5b9e2b30a736d64d7 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2927/ _______________________________________________ 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-04-26 18:11 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-04-26 11:05 [igt-dev] [PATCH i-g-t] runner: Disable building if tests are not built Petri Latvala 2019-04-26 12:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-04-26 18:11 ` [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