docs/ci: Add docs for EXTRA_LOCAL_PACKAGES

Add a section about reusing the CI scripts for other projects.

Signed-off-by: Helen Koike <helen.koike@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23894>
This commit is contained in:
Helen Koike
2023-07-10 11:23:31 -03:00
committed by Marge Bot
parent a3d10300b0
commit 0dc961645c

View File

@@ -304,3 +304,15 @@ instructions on how to uprev Linux Kernel in the GitLab CI ecosystem.
:maxdepth: 1
kernel
Reusing CI scripts for other projects
--------------------------------------
The CI scripts in ``.gitlab-ci/`` can be reused for other projects, to
facilitate reuse of the infrastructure, our scripts can be used as tools
to create containers and run tests on the available farms.
.. envvar:: EXTRA_LOCAL_PACKAGES
Define extra Debian packages to be installed in the container.