gitlab-ci: Run the GLES2 CTS on llvmpipe.
authorEric Anholt <eric@anholt.net>
Fri, 28 Jun 2019 23:35:32 +0000 (16:35 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 13 Aug 2019 17:30:01 +0000 (10:30 -0700)
commit46daaca55e0dd230fc27922f473982130207a549
treea44118ab130d97b1defb13c6eabd483c3fb00bee
parentab49873b4422eb087b6257265e30799ce8d4728d
gitlab-ci: Run the GLES2 CTS on llvmpipe.

This is the start of doing CTS tests on merges to Mesa master.  We use
the surfaceless platform so that we don't need to bother bringing up
weston or X11.  The surface size is kept low to reduce runtime, but
this comes at the cost of many rendering tests skipping due to
too-small render targets (as we see the impact of Mesa on the shared
runner pool, we can reevaluate this and what set of CTS tests we want
to run).

We split the job up across 4 runners (each at 4 llvmpipe threads), so
that the job can load-balance across our shared runners and finish
sooner (since dEQP is very single-thread-performance bound).

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
.gitlab-ci.yml
.gitlab-ci/deqp-default-skips.txt [new file with mode: 0644]
.gitlab-ci/deqp-llvmpipe-fails.txt [new file with mode: 0644]
.gitlab-ci/deqp-runner.sh [new file with mode: 0755]
.gitlab-ci/meson-build.sh