aboutsummaryrefslogtreecommitdiff
path: root/docs/devel/ci-jobs.rst.inc
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2022-05-27 16:36:00 +0100
committerAlex Bennée <alex.bennee@linaro.org>2022-06-01 15:47:43 +0100
commit16fee101d9011ea5dfd56a055d19df802e59eb29 (patch)
treea7ad79829a08ee44408ad859b8d3b12b18986718 /docs/devel/ci-jobs.rst.inc
parent00125414ba1b9d04dfec3af6fb75e39591b53892 (diff)
downloadqemu-16fee101d9011ea5dfd56a055d19df802e59eb29.zip
qemu-16fee101d9011ea5dfd56a055d19df802e59eb29.tar.gz
qemu-16fee101d9011ea5dfd56a055d19df802e59eb29.tar.bz2
gitlab: convert static checks to .base_job_template
This folds the static checks into using the base job template rules, introducing one new variable - QEMU_JOB_ONLY_FORKS - a job that should never run on an upstream pipeline. The information it reports is only applicable to contributors in a pre-submission scenario, not time of merge. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20220526110705.59952-4-berrange@redhat.com> [AJB: fix typo] Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20220527153603.887929-31-alex.bennee@linaro.org>
Diffstat (limited to 'docs/devel/ci-jobs.rst.inc')
-rw-r--r--docs/devel/ci-jobs.rst.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/devel/ci-jobs.rst.inc b/docs/devel/ci-jobs.rst.inc
index a539f50..4c7e30a 100644
--- a/docs/devel/ci-jobs.rst.inc
+++ b/docs/devel/ci-jobs.rst.inc
@@ -66,6 +66,13 @@ by default due to need to conserve limited CI resources. It is
available to be started manually by the contributor in the CI
pipelines UI.
+QEMU_JOB_ONLY_FORKS
+~~~~~~~~~~~~~~~~~~~
+
+The job results are only of interest to contributors prior to
+submitting code. They are not required as part of the gating
+CI pipeline.
+
Contributor controlled runtime variables
----------------------------------------