[igt-dev] [PATCH i-g-t] blacklist: Don't run tests on pipe-d, pipe-e or pipe-f

Lofstedt, Marta marta.lofstedt at intel.com
Wed Mar 28 06:04:30 UTC 2018


Judging from PW results this patch save ~120 seconds of runtime on the APL-shards

> -----Original Message-----
> From: Lofstedt, Marta
> Sent: Tuesday, March 27, 2018 4:17 PM
> To: igt-dev at lists.freedesktop.org
> Cc: Latvala, Petri <petri.latvala at intel.com>; Lofstedt, Marta
> <marta.lofstedt at intel.com>
> Subject: [PATCH i-g-t] blacklist: Don't run tests on pipe-d, pipe-e or pipe-f
> 
> There is currently no hardware in our labs that supports pipe-d, pipe-e nor
> pipe-f.
> 
> Skipping takes time, so all tests on these pipes should be blacklisted.
> 
> Signed-off-by: Marta Lofstedt <marta.lofstedt at intel.com>
> ---
>  tests/intel-ci/blacklist.txt | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt index
> 7ca313ac..95985bb6 100644
> --- a/tests/intel-ci/blacklist.txt
> +++ b/tests/intel-ci/blacklist.txt
> @@ -73,3 +73,9 @@ igt at gem_softpin@noreloc-s4
>  igt at gem_workarounds@hibernate-.*
>  igt at gem_exec_suspend@basic-s4$
>  igt at gem_ctx_isolation@.*-s4
> +###############################################
> +# pipe-d, pipe-e, pipe-f no current HW support
> +###############################################
> +igt at .*@.*pipe-d-.*
> +igt at .*@.*pipe-e-.*
> +igt at .*@.*pipe-f-.*
> --
> 2.11.0



More information about the igt-dev mailing list