summaryrefslogtreecommitdiff
path: root/.gitlab-image-tags.yml
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-09-22 17:52:42 +0530
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-09-22 16:59:05 +0000
commitf051ad24882f1cc7ed974ae9dd33ec47809109d3 (patch)
treeb8caf571853e75e7d2b8cc154941df26de538ea7 /.gitlab-image-tags.yml
parentb2701418d706024716f2c6097906c332f08b70db (diff)
downloadgstreamer-f051ad24882f1cc7ed974ae9dd33ec47809109d3.tar.gz
ci: Move image tags into a separate template yml
This will allow gst-plugins-rs documentation CI to include this template via a remote include and doesn't need to manually update the image. This causes cascading failures across all repos, for example https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/874 is required for making gst-plugins-rs CI pass in Cerbero, which is also run on the gstreamer monorepo. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3065>
Diffstat (limited to '.gitlab-image-tags.yml')
-rw-r--r--.gitlab-image-tags.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml
new file mode 100644
index 0000000000..f0be6266ed
--- /dev/null
+++ b/.gitlab-image-tags.yml
@@ -0,0 +1,20 @@
+variables:
+ ###
+ # IMPORTANT
+ # These are the version tags for the docker images the CI runs against.
+ # If you are hacking on them or need a them to rebuild, its enough
+ # to change any part of the string of the image you want.
+ ###
+ FEDORA_TAG: '2022-09-22.0'
+ INDENT_TAG: '2022-03-07.1'
+ WINDOWS_TAG: "2022-09-17.0"
+
+ GST_UPSTREAM_REPO: 'gstreamer/gstreamer'
+ FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'
+
+ FEDORA_AMD64_SUFFIX: 'amd64/fedora'
+ INDENT_AMD64_SUFFIX: 'amd64/gst-indent'
+ WINDOWS_AMD64_SUFFIX: 'amd64/windows'
+
+ WINDOWS_IMAGE: "$CI_REGISTRY_IMAGE/$WINDOWS_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH"
+ WINDOWS_UPSTREAM_IMAGE: "$CI_REGISTRY/$GST_UPSTREAM_REPO/$WINDOWS_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH"