summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2021-10-04 20:24:58 -0400
committerJordan Petridis <jordan@centricular.com>2021-10-05 23:54:13 +0300
commit275c540984d885f6422f13cf2ec946ce86c48cf4 (patch)
tree909ed20115c6da1f00a88feade61c2e657559b50 /.gitlab-ci.yml
parentcf912f6d15f62fc93e8c0d1ad5e64ba5c8870ccd (diff)
downloadgstreamer-275c540984d885f6422f13cf2ec946ce86c48cf4.tar.gz
ci: Update fedora image for cerbero trigger
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/931>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 4 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d655aeae84..305c9baf88 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ variables:
# 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: '2021-10-04.0'
+ FEDORA_TAG: '2021-10-05.0'
INDENT_TAG: '2021-10-04.0'
WINDOWS_TAG: "2021-10-04.1"
@@ -760,17 +760,14 @@ build documentation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/341737
cerbero trigger:
stage: build
- image: $FEDORA_IMAGE
+ extends:
+ - '.fedora image'
+ - '.fdo.suffixed-image@fedora'
needs:
- "fedora amd64 docker"
script:
- - python3 -m pip install --user python-gitlab
- ci/gitlab/trigger_cerbero_pipeline.py
- variables:
- # Use GST_UPSTREAM_BRANCH
- UPSTREAM_BRANCH: 'main'
-
rules:
- changes:
- .gitlab-ci.yml