ci: Move specific driver testing to separate files in separate dirs.
authorEric Anholt <eric@anholt.net>
Thu, 18 Feb 2021 19:12:56 +0000 (11:12 -0800)
committerMarge Bot <eric+marge@anholt.net>
Fri, 19 Feb 2021 17:30:36 +0000 (17:30 +0000)
commitdab845d457eb04e63f78d4a1f8d2226e51347918
tree0c37c89fe3f8f0553a5d6ee8173d873d9c8f8063
parent8a3dbf1ca6b082251896beceb5e57d6368d95624
ci: Move specific driver testing to separate files in separate dirs.

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.

Reviewed-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9139>
.gitlab-ci.yml
src/amd/ci/gitlab-ci.yml [new file with mode: 0644]
src/broadcom/ci/gitlab-ci.yml [new file with mode: 0644]
src/freedreno/ci/gitlab-ci.yml [new file with mode: 0644]
src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml [new file with mode: 0644]
src/gallium/drivers/softpipe/ci/gitlab-ci.yml [new file with mode: 0644]
src/gallium/drivers/virgl/ci/gitlab-ci.yml [new file with mode: 0644]
src/gallium/drivers/zink/ci/gitlab-ci.yml [new file with mode: 0644]