* [igt-dev] [PATCH i-g-t] intel-ci: Drop gem_exec_nop from BAT
@ 2019-01-23 15:30 Chris Wilson
2019-01-23 16:07 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-01-23 18:52 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
0 siblings, 2 replies; 3+ messages in thread
From: Chris Wilson @ 2019-01-23 15:30 UTC (permalink / raw)
To: igt-dev; +Cc: Petri Latvala, Tomi Sarvela, intel-gfx, Mika Kuoppala
This pair, gem_exec_nop/{series,parallel}, are very light stress tests
of which we already perform the same sequence inside
i915_selftests/live_requests. We keep basic uABI coverage (i.e. plain
old gem_execbuf) via the likes of gem_exec_basic and gem_exec_reloc so
all gem_exec_nop adds are nefarious HW details, much less likely to spot
if a test is of sound quality for further testing (and again, we have
alternate coverage of the same HW stress).
Between the pair of subtests, gem_exec_nop takes about 20s of BAT.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Cc: Petri Latvala <petri.latvala@intel.com>
Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
---
tests/intel-ci/fast-feedback.testlist | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index da3c4c8ed..a95d2e95c 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -43,8 +43,6 @@ igt@gem_exec_fence@basic-wait-default
igt@gem_exec_fence@basic-await-default
igt@gem_exec_fence@nb-await-default
igt@gem_exec_gttfill@basic
-igt@gem_exec_nop@basic-parallel
-igt@gem_exec_nop@basic-series
igt@gem_exec_parallel@basic
igt@gem_exec_parse@basic-allowed
igt@gem_exec_parse@basic-rejected
--
2.20.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 intel-ci: Drop gem_exec_nop from BAT 2019-01-23 15:30 [igt-dev] [PATCH i-g-t] intel-ci: Drop gem_exec_nop from BAT Chris Wilson @ 2019-01-23 16:07 ` Patchwork 2019-01-23 18:52 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2019-01-23 16:07 UTC (permalink / raw) To: Chris Wilson; +Cc: igt-dev == Series Details == Series: intel-ci: Drop gem_exec_nop from BAT URL : https://patchwork.freedesktop.org/series/55644/ State : success == Summary == CI Bug Log - changes from IGT_4786 -> IGTPW_2283 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/55644/revisions/1/mbox/ Known issues ------------ Here are the changes found in IGTPW_2283 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_basic@userptr: - fi-kbl-8809g: PASS -> DMESG-WARN [fdo#108965] * igt@i915_selftest@live_execlists: - fi-apl-guc: PASS -> INCOMPLETE [fdo#103927] * igt@kms_chamelium@hdmi-hpd-fast: - fi-kbl-7500u: PASS -> FAIL [fdo#108767] * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b: - fi-byt-clapper: NOTRUN -> FAIL [fdo#103191] / [fdo#107362] {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191 [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927 [fdo#107362]: https://bugs.freedesktop.org/show_bug.cgi?id=107362 [fdo#108767]: https://bugs.freedesktop.org/show_bug.cgi?id=108767 [fdo#108915]: https://bugs.freedesktop.org/show_bug.cgi?id=108915 [fdo#108965]: https://bugs.freedesktop.org/show_bug.cgi?id=108965 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 Participating hosts (41 -> 36) ------------------------------ Additional (2): fi-icl-y fi-byt-clapper Missing (7): fi-kbl-soraka fi-ilk-m540 fi-skl-6770hq fi-byt-squawks fi-icl-u2 fi-bsw-cyan fi-kbl-r Build changes ------------- * IGT: IGT_4786 -> IGTPW_2283 CI_DRM_5470: bfac8844379563353df6f77b0cde827ed74653eb @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_2283: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2283/ IGT_4786: 85cf76182087c09604bcae2bbee9e58b33bcb4f2 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2283/ _______________________________________________ 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 intel-ci: Drop gem_exec_nop from BAT 2019-01-23 15:30 [igt-dev] [PATCH i-g-t] intel-ci: Drop gem_exec_nop from BAT Chris Wilson 2019-01-23 16:07 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2019-01-23 18:52 ` Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2019-01-23 18:52 UTC (permalink / raw) To: Chris Wilson; +Cc: igt-dev == Series Details == Series: intel-ci: Drop gem_exec_nop from BAT URL : https://patchwork.freedesktop.org/series/55644/ State : success == Summary == CI Bug Log - changes from IGT_4786_full -> IGTPW_2283_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/55644/revisions/1/mbox/ Known issues ------------ Here are the changes found in IGTPW_2283_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_nop@signal-all: - shard-glk: PASS -> DMESG-WARN [fdo#105763] / [fdo#106538] * igt@kms_available_modes_crc@available_mode_test_crc: - shard-apl: PASS -> FAIL [fdo#106641] - shard-glk: PASS -> FAIL [fdo#106641] - shard-kbl: NOTRUN -> FAIL [fdo#106641] * igt@kms_busy@extended-modeset-hang-newfb-with-reset-render-b: - shard-kbl: NOTRUN -> DMESG-WARN [fdo#107956] +2 * igt@kms_busy@extended-pageflip-hang-newfb-render-c: - shard-apl: PASS -> DMESG-WARN [fdo#107956] * igt@kms_cursor_crc@cursor-256x256-suspend: - shard-kbl: NOTRUN -> INCOMPLETE [fdo#103665] +1 * igt@kms_cursor_crc@cursor-64x21-sliding: - shard-apl: PASS -> FAIL [fdo#103232] +4 - shard-kbl: PASS -> FAIL [fdo#103232] +1 * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy: - shard-hsw: PASS -> FAIL [fdo#105767] +1 * igt@kms_flip@dpms-vs-vblank-race: - shard-kbl: PASS -> FAIL [fdo#103060] * igt@kms_plane_alpha_blend@pipe-b-alpha-7efc: - shard-kbl: NOTRUN -> FAIL [fdo#108145] / [fdo#108590] * igt@kms_plane_alpha_blend@pipe-c-constant-alpha-max: - shard-glk: PASS -> FAIL [fdo#108145] * igt@kms_plane_multiple@atomic-pipe-b-tiling-x: - shard-glk: PASS -> FAIL [fdo#103166] * igt@kms_plane_multiple@atomic-pipe-c-tiling-yf: - shard-apl: PASS -> FAIL [fdo#103166] +3 * igt@kms_rotation_crc@multiplane-rotation-cropping-top: - shard-kbl: NOTRUN -> FAIL [fdo#109381] * igt@kms_setmode@basic: - shard-apl: PASS -> FAIL [fdo#99912] #### Possible fixes #### * igt@gem_pwrite@big-cpu-backwards: - shard-snb: INCOMPLETE [fdo#105411] -> PASS * igt@kms_cursor_crc@cursor-128x42-sliding: - shard-kbl: FAIL [fdo#103232] -> PASS +2 * igt@kms_cursor_crc@cursor-256x256-sliding: - shard-glk: FAIL [fdo#103232] -> PASS +4 * igt@kms_cursor_crc@cursor-64x21-random: - shard-apl: FAIL [fdo#103232] -> PASS +5 * igt@kms_flip@flip-vs-expired-vblank: - shard-glk: FAIL [fdo#102887] / [fdo#105363] -> PASS * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes: - shard-kbl: INCOMPLETE [fdo#103665] -> PASS +1 * igt@kms_plane_multiple@atomic-pipe-a-tiling-none: - shard-kbl: FAIL [fdo#103166] -> PASS +1 * igt@kms_plane_multiple@atomic-pipe-a-tiling-y: - shard-glk: FAIL [fdo#103166] -> PASS +1 * igt@kms_plane_multiple@atomic-pipe-a-tiling-yf: - shard-apl: FAIL [fdo#103166] -> PASS * igt@perf_pmu@rc6: - shard-kbl: {SKIP} [fdo#109271] -> PASS #### Warnings #### * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt: - shard-apl: {SKIP} [fdo#109271] -> INCOMPLETE [fdo#103927] {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#102887]: https://bugs.freedesktop.org/show_bug.cgi?id=102887 [fdo#103060]: https://bugs.freedesktop.org/show_bug.cgi?id=103060 [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166 [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#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363 [fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411 [fdo#105763]: https://bugs.freedesktop.org/show_bug.cgi?id=105763 [fdo#105767]: https://bugs.freedesktop.org/show_bug.cgi?id=105767 [fdo#106538]: https://bugs.freedesktop.org/show_bug.cgi?id=106538 [fdo#106641]: https://bugs.freedesktop.org/show_bug.cgi?id=106641 [fdo#107956]: https://bugs.freedesktop.org/show_bug.cgi?id=107956 [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145 [fdo#108590]: https://bugs.freedesktop.org/show_bug.cgi?id=108590 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [fdo#109381]: https://bugs.freedesktop.org/show_bug.cgi?id=109381 [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912 Participating hosts (7 -> 5) ------------------------------ Missing (2): shard-skl shard-iclb Build changes ------------- * IGT: IGT_4786 -> IGTPW_2283 CI_DRM_5470: bfac8844379563353df6f77b0cde827ed74653eb @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_2283: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2283/ IGT_4786: 85cf76182087c09604bcae2bbee9e58b33bcb4f2 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2283/ _______________________________________________ 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-01-23 18:52 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-01-23 15:30 [igt-dev] [PATCH i-g-t] intel-ci: Drop gem_exec_nop from BAT Chris Wilson 2019-01-23 16:07 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-01-23 18:52 ` [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