aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci/deqp-softpipe-skips.txt
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: Add three more dEQP-GLES31 tests to softpipe skipsMichel Dänzer2020-02-141-0/+3
| | | | | | | | | | | These have randomly flipped lately, see e.g. https://gitlab.freedesktop.org/mesa/mesa/-/jobs/1620056 https://gitlab.freedesktop.org/daenzer/mesa/-/jobs/1621374 https://gitlab.freedesktop.org/daenzer/mesa/-/jobs/1622156 Reviewed-by: Eric Anholt <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3811> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3811>
* gitlab-ci: Sort random failure softpipe skipsMichel Dänzer2020-02-141-3/+2
| | | | | Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3811>
* ci: Bump the GLES CTS version to 3.2.6.1.Eric Anholt2020-02-061-0/+1
| | | | | | | | | | This brings in the surfaceless fixes so we don't need to check out the whole repo to cherry pick any more (which was bothering me as I debugged things late in the painfully slow ARM container build process). Reviewed-by: Michel Dänzer <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3662> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3662>
* ci: Enable all of GLES3/3.1 testing for softpipe.Eric Anholt2019-11-121-0/+16
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 <[email protected]>