Skip to content

ci: Move specific driver testing to separate files in separate dirs.

Emma Anholt requested to merge anholt/mesa:gitlab-ci-driver-separation into master

The top-level gitlab-ci.yml is big and unwieldy when one wants to work on CI for a single driver. Move the drivers to separate include files for ease of finding all your driver's tests, and also to pave the way for work on a single driver's CI to not retest all other drivers.

Merge request reports