From 0dc961645c4f0241f8512cb0ec3ad59635842072 Mon Sep 17 00:00:00 2001 From: Helen Koike Date: Mon, 10 Jul 2023 11:23:31 -0300 Subject: [PATCH] docs/ci: Add docs for EXTRA_LOCAL_PACKAGES Add a section about reusing the CI scripts for other projects. Signed-off-by: Helen Koike Part-of: --- docs/ci/index.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/ci/index.rst b/docs/ci/index.rst index d49a619..03acd69 100644 --- a/docs/ci/index.rst +++ b/docs/ci/index.rst @@ -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. \ No newline at end of file -- 2.7.4