mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 21:30:09 +01:00
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:
parent
a3d10300b0
commit
0dc961645c
1 changed files with 12 additions and 0 deletions
|
|
@ -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.
|
||||
Loading…
Add table
Reference in a new issue