summaryrefslogtreecommitdiff
path: root/ci/gitlab.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/gitlab.yml')
-rw-r--r--ci/gitlab.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ci/gitlab.yml b/ci/gitlab.yml
index 3866dcf..7bb68b8 100644
--- a/ci/gitlab.yml
+++ b/ci/gitlab.yml
@@ -14,6 +14,12 @@
# created/updated. Setting this variable to a non-empty
# value allows CI testing prior to opening a merge request.
#
+# - RUN_PIPELINE_UPSTREAM_ENV - same semantics as RUN_PIPELINE,
+# but uses the CI environment (containers) from the upstream project
+# rather than creating and updating a throwaway environment
+# Should not be used if the pushed branch includes CI container
+# changes.
+#
# - RUN_CONTAINER_BUILDS - CI pipelines in upstream only
# publish containers if CI file changes are detected.
# Setting this variable to a non-empty value will force
@@ -44,6 +50,7 @@
variables:
RUN_UPSTREAM_NAMESPACE: libvirt
+ FF_SCRIPT_SECTIONS: 1
workflow: