From 37a8cbcb3f26bf277ae8944fdccf1fb92ebdebeb Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 25 Dec 2022 12:08:22 +0200 Subject: [PATCH] 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: --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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'