All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] i915/gem_exec_nop: Drop signal-all subtest from CI
@ 2019-02-26  4:45 Ashutosh Dixit
  2019-02-26  5:24 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Ashutosh Dixit @ 2019-02-26  4:45 UTC (permalink / raw)
  To: igt-dev

igt@gem-exec-nop@signal-all runs a single uninterrupted loop for 150
sec. This results in the test being one of the longest execution times
in CI runs.

According to mailing list discussions the test provides little of
value. Therefore drop it from the CI.

Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
---
 tests/intel-ci/blacklist.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index f3440f31..a2101ae7 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -34,7 +34,7 @@ igt@gem_exec_flush@(?!.*basic).*
 igt@gem_exec_gttfill@(?!.*basic).*
 igt@gem_exec_latency(@.*)?
 igt@gem_exec_lut_handle(@.*)?
-igt@gem_exec_nop@(?!.*(basic|signal-all)).*
+igt@gem_exec_nop@(?!.*basic).*
 igt@gem_exec_reloc@(?!.*basic).*
 igt@gem_exec_suspend@(?!.*basic).*
 igt@gem_exec_whisper@(?!normal$).*
-- 
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] 7+ messages in thread

* [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_exec_nop: Drop signal-all subtest from CI
  2019-02-26  4:45 [igt-dev] [PATCH i-g-t] i915/gem_exec_nop: Drop signal-all subtest from CI Ashutosh Dixit
@ 2019-02-26  5:24 ` Patchwork
  2019-02-26  7:55 ` [igt-dev] [PATCH i-g-t] " Chris Wilson
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2019-02-26  5:24 UTC (permalink / raw)
  To: igt-dev

== Series Details ==

Series: i915/gem_exec_nop: Drop signal-all subtest from CI
URL   : https://patchwork.freedesktop.org/series/57227/
State : success

== Summary ==

CI Bug Log - changes from IGT_4855 -> IGTPW_2520
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/57227/revisions/1/mbox/

Known issues
------------

  Here are the changes found in IGTPW_2520 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@i915_selftest@live_evict:
    - fi-bsw-kefka:       PASS -> DMESG-WARN [fdo#107709]

  * igt@i915_selftest@live_execlists:
    - fi-apl-guc:         PASS -> INCOMPLETE [fdo#103927] / [fdo#109720]

  * igt@kms_busy@basic-flip-a:
    - fi-gdg-551:         PASS -> FAIL [fdo#103182]

  * igt@kms_frontbuffer_tracking@basic:
    - fi-icl-u3:          PASS -> FAIL [fdo#103167]

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
    - fi-skl-6700k2:      PASS -> FAIL [fdo#103191] / [fdo#107362]

  * igt@runner@aborted:
    - fi-bsw-kefka:       NOTRUN -> FAIL [fdo#107709]

  
#### Possible fixes ####

  * igt@gem_exec_suspend@basic-s4-devices:
    - fi-kbl-7500u:       DMESG-WARN [fdo#105128] / [fdo#107139] -> PASS

  
  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#103182]: https://bugs.freedesktop.org/show_bug.cgi?id=103182
  [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
  [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [fdo#105128]: https://bugs.freedesktop.org/show_bug.cgi?id=105128
  [fdo#107139]: https://bugs.freedesktop.org/show_bug.cgi?id=107139
  [fdo#107362]: https://bugs.freedesktop.org/show_bug.cgi?id=107362
  [fdo#107709]: https://bugs.freedesktop.org/show_bug.cgi?id=107709
  [fdo#109720]: https://bugs.freedesktop.org/show_bug.cgi?id=109720


Participating hosts (42 -> 39)
------------------------------

  Missing    (3): fi-ilk-m540 fi-byt-squawks fi-bsw-cyan 


Build changes
-------------

    * IGT: IGT_4855 -> IGTPW_2520

  CI_DRM_5659: bffea990c63087245e8501df82fd45f24ce6ad1f @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_2520: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2520/
  IGT_4855: 7cc428962158ed4335d998a5cd447050d423e618 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2520/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] i915/gem_exec_nop: Drop signal-all subtest from CI
  2019-02-26  4:45 [igt-dev] [PATCH i-g-t] i915/gem_exec_nop: Drop signal-all subtest from CI Ashutosh Dixit
  2019-02-26  5:24 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-02-26  7:55 ` Chris Wilson
  2019-02-26  9:50   ` Petri Latvala
  2019-02-26  9:09 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
  2019-03-06  4:55 ` [igt-dev] [PATCH i-g-t] " Ashutosh Dixit
  3 siblings, 1 reply; 7+ messages in thread
From: Chris Wilson @ 2019-02-26  7:55 UTC (permalink / raw)
  To: Ashutosh Dixit, igt-dev; +Cc: Petri Latvala

Quoting Ashutosh Dixit (2019-02-26 04:45:09)
> igt@gem-exec-nop@signal-all runs a single uninterrupted loop for 150
> sec. This results in the test being one of the longest execution times
> in CI runs.
> 
> According to mailing list discussions the test provides little of
> value. Therefore drop it from the CI.
> 
> Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>

Wait for Petri's ack as intel-ci is not a free-for-all.
-Chris
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [igt-dev] ✓ Fi.CI.IGT: success for i915/gem_exec_nop: Drop signal-all subtest from CI
  2019-02-26  4:45 [igt-dev] [PATCH i-g-t] i915/gem_exec_nop: Drop signal-all subtest from CI Ashutosh Dixit
  2019-02-26  5:24 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2019-02-26  7:55 ` [igt-dev] [PATCH i-g-t] " Chris Wilson
@ 2019-02-26  9:09 ` Patchwork
  2019-03-06  4:55 ` [igt-dev] [PATCH i-g-t] " Ashutosh Dixit
  3 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2019-02-26  9:09 UTC (permalink / raw)
  To: igt-dev

== Series Details ==

Series: i915/gem_exec_nop: Drop signal-all subtest from CI
URL   : https://patchwork.freedesktop.org/series/57227/
State : success

== Summary ==

CI Bug Log - changes from IGT_4855_full -> IGTPW_2520_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/57227/revisions/1/mbox/

Known issues
------------

  Here are the changes found in IGTPW_2520_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@kms_atomic_transition@1x-modeset-transitions-nonblocking:
    - shard-apl:          PASS -> FAIL [fdo#109660] +1
    - shard-kbl:          PASS -> FAIL [fdo#109660]

  * igt@kms_atomic_transition@3x-modeset-transitions-fencing:
    - shard-glk:          NOTRUN -> SKIP [fdo#109271] / [fdo#109278]

  * igt@kms_atomic_transition@6x-modeset-transitions:
    - shard-snb:          NOTRUN -> SKIP [fdo#109271] / [fdo#109278] +1

  * igt@kms_busy@extended-modeset-hang-newfb-with-reset-render-c:
    - shard-kbl:          NOTRUN -> DMESG-WARN [fdo#107956]

  * igt@kms_ccs@pipe-b-crc-sprite-planes-basic:
    - shard-glk:          PASS -> FAIL [fdo#108145]

  * igt@kms_ccs@pipe-c-crc-primary-basic:
    - shard-hsw:          NOTRUN -> SKIP [fdo#109271] +23

  * igt@kms_chamelium@hdmi-crc-fast:
    - shard-snb:          NOTRUN -> SKIP [fdo#109271] +9

  * igt@kms_color@pipe-b-legacy-gamma:
    - shard-glk:          PASS -> FAIL [fdo#104782]

  * igt@kms_color@pipe-c-legacy-gamma:
    - shard-apl:          PASS -> FAIL [fdo#104782] +1

  * igt@kms_cursor_crc@cursor-128x128-onscreen:
    - shard-kbl:          PASS -> FAIL [fdo#103232] +1

  * igt@kms_cursor_crc@cursor-128x128-suspend:
    - shard-apl:          PASS -> FAIL [fdo#103191] / [fdo#103232]

  * igt@kms_cursor_crc@cursor-256x256-random:
    - shard-apl:          PASS -> FAIL [fdo#103232] +3

  * igt@kms_cursor_crc@cursor-64x21-onscreen:
    - shard-glk:          NOTRUN -> FAIL [fdo#103232]

  * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
    - shard-glk:          NOTRUN -> FAIL [fdo#105454] / [fdo#106509]

  * igt@kms_flip@bo-too-big:
    - shard-kbl:          PASS -> DMESG-WARN [fdo#103558] / [fdo#105602] +12

  * igt@kms_flip@flip-vs-expired-vblank:
    - shard-apl:          PASS -> FAIL [fdo#102887] / [fdo#105363]

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
    - shard-apl:          PASS -> FAIL [fdo#103167] +2

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-fullscreen:
    - shard-kbl:          PASS -> FAIL [fdo#103167] +1

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff:
    - shard-glk:          PASS -> FAIL [fdo#103167] +7

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-blt:
    - shard-apl:          NOTRUN -> SKIP [fdo#109271] +7

  * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render:
    - shard-kbl:          NOTRUN -> DMESG-WARN [fdo#103558] / [fdo#105602]

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu:
    - shard-glk:          NOTRUN -> SKIP [fdo#109271] +17

  * igt@kms_plane@pixel-format-pipe-b-planes:
    - shard-kbl:          PASS -> FAIL [fdo#103166]

  * igt@kms_plane@plane-position-covered-pipe-b-planes:
    - shard-glk:          PASS -> FAIL [fdo#103166] +2

  * igt@kms_plane@plane-position-covered-pipe-c-planes:
    - shard-apl:          PASS -> FAIL [fdo#103166] +5

  * igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb:
    - shard-kbl:          NOTRUN -> FAIL [fdo#108145]

  * igt@kms_psr@primary_blt:
    - shard-kbl:          NOTRUN -> SKIP [fdo#109271] +34

  * igt@kms_rotation_crc@multiplane-rotation-cropping-bottom:
    - shard-kbl:          NOTRUN -> DMESG-FAIL [fdo#105763]

  * igt@kms_rotation_crc@multiplane-rotation-cropping-top:
    - shard-kbl:          PASS -> FAIL [fdo#109016]

  * igt@kms_universal_plane@universal-plane-gen9-features-pipe-f:
    - shard-kbl:          NOTRUN -> SKIP [fdo#109271] / [fdo#109278] +2

  * igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend:
    - shard-snb:          PASS -> INCOMPLETE [fdo#105411]

  * igt@kms_vblank@pipe-b-ts-continuation-modeset-rpm:
    - shard-apl:          PASS -> FAIL [fdo#104894] +1
    - shard-kbl:          PASS -> FAIL [fdo#104894]

  
#### Possible fixes ####

  * igt@gem_eio@unwedge-stress:
    - shard-snb:          FAIL [fdo#109661] -> PASS

  * igt@kms_ccs@pipe-a-crc-sprite-planes-basic:
    - shard-apl:          FAIL [fdo#106510] / [fdo#108145] -> PASS

  * igt@kms_color@pipe-a-degamma:
    - shard-apl:          FAIL [fdo#104782] / [fdo#108145] -> PASS
    - shard-kbl:          FAIL [fdo#104782] / [fdo#108145] -> PASS

  * igt@kms_cursor_crc@cursor-64x21-random:
    - shard-apl:          FAIL [fdo#103232] -> PASS +3
    - shard-kbl:          FAIL [fdo#103232] -> PASS +1

  * igt@kms_draw_crc@draw-method-xrgb2101010-blt-untiled:
    - shard-snb:          INCOMPLETE [fdo#105411] -> PASS

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc:
    - shard-apl:          FAIL [fdo#103167] -> PASS +2
    - shard-kbl:          FAIL [fdo#103167] -> PASS

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-cpu:
    - shard-glk:          FAIL [fdo#103167] -> PASS +5

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a:
    - shard-kbl:          INCOMPLETE [fdo#103665] -> PASS

  * igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb:
    - shard-glk:          FAIL [fdo#108145] -> PASS

  * igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max:
    - shard-apl:          FAIL [fdo#108145] -> PASS

  * igt@kms_plane_multiple@atomic-pipe-a-tiling-y:
    - shard-glk:          FAIL [fdo#103166] -> PASS +2
    - shard-apl:          FAIL [fdo#103166] -> PASS +5

  * igt@kms_properties@crtc-properties-legacy:
    - shard-hsw:          INCOMPLETE [fdo#103540] -> PASS

  * igt@kms_universal_plane@universal-plane-pipe-b-functional:
    - shard-kbl:          FAIL [fdo#103166] -> PASS +1

  * igt@kms_vblank@pipe-a-ts-continuation-dpms-rpm:
    - shard-kbl:          FAIL [fdo#104894] -> PASS
    - shard-apl:          FAIL [fdo#104894] -> PASS

  * igt@perf_pmu@rc6-runtime-pm-long:
    - shard-kbl:          FAIL [fdo#105010] -> PASS

  
#### Warnings ####

  * igt@kms_rotation_crc@multiplane-rotation:
    - shard-kbl:          INCOMPLETE [fdo#103665] -> FAIL [fdo#109016]

  
  [fdo#102887]: https://bugs.freedesktop.org/show_bug.cgi?id=102887
  [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166
  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
  [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
  [fdo#103540]: https://bugs.freedesktop.org/show_bug.cgi?id=103540
  [fdo#103558]: https://bugs.freedesktop.org/show_bug.cgi?id=103558
  [fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
  [fdo#104782]: https://bugs.freedesktop.org/show_bug.cgi?id=104782
  [fdo#104894]: https://bugs.freedesktop.org/show_bug.cgi?id=104894
  [fdo#105010]: https://bugs.freedesktop.org/show_bug.cgi?id=105010
  [fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363
  [fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411
  [fdo#105454]: https://bugs.freedesktop.org/show_bug.cgi?id=105454
  [fdo#105602]: https://bugs.freedesktop.org/show_bug.cgi?id=105602
  [fdo#105763]: https://bugs.freedesktop.org/show_bug.cgi?id=105763
  [fdo#106509]: https://bugs.freedesktop.org/show_bug.cgi?id=106509
  [fdo#106510]: https://bugs.freedesktop.org/show_bug.cgi?id=106510
  [fdo#107956]: https://bugs.freedesktop.org/show_bug.cgi?id=107956
  [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
  [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#109660]: https://bugs.freedesktop.org/show_bug.cgi?id=109660
  [fdo#109661]: https://bugs.freedesktop.org/show_bug.cgi?id=109661


Participating hosts (7 -> 5)
------------------------------

  Missing    (2): shard-skl shard-iclb 


Build changes
-------------

    * IGT: IGT_4855 -> IGTPW_2520

  CI_DRM_5659: bffea990c63087245e8501df82fd45f24ce6ad1f @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_2520: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2520/
  IGT_4855: 7cc428962158ed4335d998a5cd447050d423e618 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2520/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] i915/gem_exec_nop: Drop signal-all subtest from CI
  2019-02-26  7:55 ` [igt-dev] [PATCH i-g-t] " Chris Wilson
@ 2019-02-26  9:50   ` Petri Latvala
  0 siblings, 0 replies; 7+ messages in thread
From: Petri Latvala @ 2019-02-26  9:50 UTC (permalink / raw)
  To: Chris Wilson, Ashutosh Dixit; +Cc: igt-dev

On Tue, Feb 26, 2019 at 07:55:07AM +0000, Chris Wilson wrote:
> Quoting Ashutosh Dixit (2019-02-26 04:45:09)
> > igt@gem-exec-nop@signal-all runs a single uninterrupted loop for 150
> > sec. This results in the test being one of the longest execution times
> > in CI runs.
> > 
> > According to mailing list discussions the test provides little of
> > value. Therefore drop it from the CI.
> > 
> > Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
> 
> Wait for Petri's ack as intel-ci is not a free-for-all.

Acked-by: Petri Latvala <petri.latvala@intel.com>


_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] i915/gem_exec_nop: Drop signal-all subtest from CI
  2019-02-26  4:45 [igt-dev] [PATCH i-g-t] i915/gem_exec_nop: Drop signal-all subtest from CI Ashutosh Dixit
                   ` (2 preceding siblings ...)
  2019-02-26  9:09 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
@ 2019-03-06  4:55 ` Ashutosh Dixit
  2019-03-06  9:05   ` Chris Wilson
  3 siblings, 1 reply; 7+ messages in thread
From: Ashutosh Dixit @ 2019-03-06  4:55 UTC (permalink / raw)
  To: igt-dev, Chris Wilson, Antonio Argenziano

On Mon, 25 Feb 2019 20:45:09 -0800, Ashutosh Dixit wrote:
> 
> igt@gem-exec-nop@signal-all runs a single uninterrupted loop for 150
> sec. This results in the test being one of the longest execution times
> in CI runs.
> 
> According to mailing list discussions the test provides little of
> value. Therefore drop it from the CI.
> 
> Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
> ---
>  tests/intel-ci/blacklist.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
> index f3440f31..a2101ae7 100644
> --- a/tests/intel-ci/blacklist.txt
> +++ b/tests/intel-ci/blacklist.txt
> @@ -34,7 +34,7 @@ igt@gem_exec_flush@(?!.*basic).*
>  igt@gem_exec_gttfill@(?!.*basic).*
>  igt@gem_exec_latency(@.*)?
>  igt@gem_exec_lut_handle(@.*)?
> -igt@gem_exec_nop@(?!.*(basic|signal-all)).*
> +igt@gem_exec_nop@(?!.*basic).*
>  igt@gem_exec_reloc@(?!.*basic).*
>  igt@gem_exec_suspend@(?!.*basic).*
>  igt@gem_exec_whisper@(?!normal$).*

I had submitted this patch last week. Just wanted to check if there was any
interest in the patch at all, that is in removing
igt@gem-exec-nop@signal-all from the CI. Thanks!
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] i915/gem_exec_nop: Drop signal-all subtest from CI
  2019-03-06  4:55 ` [igt-dev] [PATCH i-g-t] " Ashutosh Dixit
@ 2019-03-06  9:05   ` Chris Wilson
  0 siblings, 0 replies; 7+ messages in thread
From: Chris Wilson @ 2019-03-06  9:05 UTC (permalink / raw)
  To: Antonio Argenziano, Ashutosh Dixit, igt-dev

Quoting Ashutosh Dixit (2019-03-06 04:55:32)
> On Mon, 25 Feb 2019 20:45:09 -0800, Ashutosh Dixit wrote:
> > 
> > igt@gem-exec-nop@signal-all runs a single uninterrupted loop for 150
> > sec. This results in the test being one of the longest execution times
> > in CI runs.
> > 
> > According to mailing list discussions the test provides little of
> > value. Therefore drop it from the CI.
> > 
> > Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
> > ---
> >  tests/intel-ci/blacklist.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
> > index f3440f31..a2101ae7 100644
> > --- a/tests/intel-ci/blacklist.txt
> > +++ b/tests/intel-ci/blacklist.txt
> > @@ -34,7 +34,7 @@ igt@gem_exec_flush@(?!.*basic).*
> >  igt@gem_exec_gttfill@(?!.*basic).*
> >  igt@gem_exec_latency(@.*)?
> >  igt@gem_exec_lut_handle(@.*)?
> > -igt@gem_exec_nop@(?!.*(basic|signal-all)).*
> > +igt@gem_exec_nop@(?!.*basic).*
> >  igt@gem_exec_reloc@(?!.*basic).*
> >  igt@gem_exec_suspend@(?!.*basic).*
> >  igt@gem_exec_whisper@(?!normal$).*
> 
> I had submitted this patch last week. Just wanted to check if there was any
> interest in the patch at all, that is in removing
> igt@gem-exec-nop@signal-all from the CI. Thanks!

And pushed, thank you.
-Chris
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-03-06  9:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-26  4:45 [igt-dev] [PATCH i-g-t] i915/gem_exec_nop: Drop signal-all subtest from CI Ashutosh Dixit
2019-02-26  5:24 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-02-26  7:55 ` [igt-dev] [PATCH i-g-t] " Chris Wilson
2019-02-26  9:50   ` Petri Latvala
2019-02-26  9:09 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
2019-03-06  4:55 ` [igt-dev] [PATCH i-g-t] " Ashutosh Dixit
2019-03-06  9:05   ` Chris Wilson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.