]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: ci: Update the description on the integration CI GitLab variables
authorErik Skultety <eskultet@redhat.com>
Wed, 27 Sep 2023 08:38:57 +0000 (10:38 +0200)
committerErik Skultety <eskultet@redhat.com>
Wed, 11 Oct 2023 07:43:09 +0000 (09:43 +0200)
This patch mainly fixes an unfinished sentence that was supposed to
describe the LIBVIRT_CI_INTEGRATION_RUNNER_TAG variable, but took the
opportunity to update the description of the other variable too.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
docs/ci.rst

index ee85018c49eb92ab5fb3dd42c4f8c429a0cebd8c..f3911d84ca8114fc4c18a6f55a6b5da97f4eef0d 100644 (file)
@@ -31,8 +31,12 @@ see below.
 GitLab CI variables
 -------------------
 
-* ``LIBVIRT_CI_INTEGRATION`` - enables integration test runs manually or in forks
-* ``LIBVIRT_CI_INTEGRATION_RUNNER_TAG`` - overrides the upstream runner tag on the
+* ``LIBVIRT_CI_INTEGRATION`` - enables integration test suite execution as part
+    of the pipeline (works in forks too if there's a registered shared runner)
+* ``LIBVIRT_CI_INTEGRATION_RUNNER_TAG`` - overrides the gitlab-runner tag for
+    the pipeline; this is needed in forks because the default tag only matches
+    upstream shared runners which may be (and will be) different from the tags
+    defined on shared runners in forks
 
 Retrieving test logs
 --------------------