summaryrefslogtreecommitdiff
path: root/.gitlab-ci/deqp-softpipe-fails.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-11-12ci: Enable all of GLES3/3.1 testing for softpipe.Eric Anholt1-0/+399
Now that we're not using so many job slots, it's easy to get these jobs run in a reasonable amount of time (gles3 took 10 minutes for 4 cores, and gles31 was 15 minutes for 4 cores). Acked-by: Michel Dänzer <mdaenzer@redhat.com>
2019-08-20gitlab-ci: Enable the GLES2/3 CTS on softpipe.Eric Anholt1-0/+445
The GLES2 CTS takes about 8 minutes of total runtime (at parallel 4 is ~2 minutes in the test stage if runners are free), while GLES3 takes about 25. Since the GLES3 run is pretty expensive, just do a cheap touch test of 1 out of every 10 tests in the test list on MRs, until we can get the runtime down. v2: Drop the full run for now until we can bring runtime down or bring up a dedicated mesa runner. Reviewed-by: Eric Engestrom <eric@engestrom.ch> (v1) Reviewed-By: Gert Wollny <gert.wollny@collabora.com> (v1)