Skip to content

ci/v3d: execute all piglit tests

Juan A. Suárez requested to merge jasuarez/mesa:review/v3d-piglit-all into master

We were executing internally piglit's "all" testsuite, as most of the regressions we caught are with this testsuite.

Checking about the impact of doing this in Mesa CI (right now we are just executing "quick_gl" and "quick_shader") turned out to be minimal: we could require 3 jobs for piglit (like we have right now for the two profiles), and it would be take 10 minutes, in the budget time (though these are run manually).

Merge request reports