summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2022-12-25 12:08:22 +0200
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-02-03 11:28:19 +0000
commit37a8cbcb3f26bf277ae8944fdccf1fb92ebdebeb (patch)
tree74cc9a766f31f8ceb6c222dbac7c1e940324ddb6 /.gitlab-ci.yml
parent79d2af5626b9881d0ab473a9b073d1b3fc78092e (diff)
downloadgstreamer-37a8cbcb3f26bf277ae8944fdccf1fb92ebdebeb.tar.gz
ci: Mark MESON_COMMIT for prefill in gitlab
Starting with gitlab 15.7 we can give hints to the UI when triggering a pipeline manually that we might want to change a variable. https://docs.gitlab.com/15.7/ee/ci/pipelines/index.html#prefill-variables-in-manual-pipelines Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3639>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 638f73f8ca..7caa885074 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,6 +28,10 @@ variables:
FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'
+ MESON_COMMIT:
+ description: "Overwrite the meson version installed on the CI images with the specified meson commit"
+ value: ""
+
FEDORA_AMD64_SUFFIX: 'amd64/fedora'
INDENT_AMD64_SUFFIX: 'amd64/gst-indent'
WINDOWS_AMD64_SUFFIX: 'amd64/windows'