ci: move docs-stuff out of root .gitlab-ci.yml
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 16 Mar 2023 10:08:28 +0000 (11:08 +0100)
committerMarge Bot <emma+marge@anholt.net>
Mon, 20 Mar 2023 15:27:37 +0000 (15:27 +0000)
commit859bcd605de258109cf83a8fdb476c20b81c2674
tree2af13cf7af6042dd8bc6f312aa02d02cc393992c
parent220356e0831bc870a189cf8d116a8b0ff6e1e500
ci: move docs-stuff out of root .gitlab-ci.yml

Unlike most other cases, we don't put the YAML-file in a ci-folder,
because we already have one for the CI-specific docs. So let's just
leave the YAML file directly in the docs-folder.

This should fix the problem that any docs-changes that touches the
CI-rules needs a full CI run just because of touching the root
.gitlab-ci.yml file. This causes needless friction and wastes CI
resources.

Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21953>
.gitlab-ci.yml
docs/gitlab-ci.yml [new file with mode: 0644]