Module: Mesa Branch: master Commit: 358d5a270d98fa42e5b8c26a7e2deddeb511f5f1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=358d5a270d98fa42e5b8c26a7e2deddeb511f5f1
Author: Eric Anholt <[email protected]> Date: Fri Dec 11 10:43:15 2020 -0800 ci/softpipe: Include a piglit run. It's been regressed a couple of times recently, so let's try to make sure it doesn't happen again. The setup here is mostly like llvmpipe-quick-gl, but using quick_gl+quick_shader together, and a few more spectacularly long-running tests dropped. I also excluded a bunch of unsupported extensions, to minimize the size of the skip list checked into the tree (it's still 200k, though). The unfortunate exclusions in here are fp64 and int64 -- most of the piglit tests for them don't run because softpipe is still GL3.3, and it's an egregious number of skips to add to the checked in list. Reviewed-by: Adam Jackson <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8068> --- .gitlab-ci.yml | 40 + .gitlab-ci/piglit/softpipe-quick.txt | 3046 ++++++++++++++++++++++++++++++++++ 2 files changed, 3086 insertions(+) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=358d5a270d98fa42e5b8c26a7e2deddeb511f5f1 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
