ci: Don't use a massive image for the cerbero trigger

Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4024

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7893>
This commit is contained in:
Edward Hervey 2024-11-15 09:16:56 +01:00
parent ab8b2883a1
commit 591ddfe203

View file

@ -1132,14 +1132,12 @@ cerbero trigger:
timeout: '4h'
tags:
- placeholder-job
extends:
- '.fedora image'
- '.fdo.suffixed-image@fedora'
image: python:alpine
needs:
- "trigger"
- "fedora amd64 docker"
script:
- ci/gitlab/trigger_cerbero_pipeline.py
- pip install python-gitlab
- python ci/gitlab/trigger_cerbero_pipeline.py
rules:
- if: '$MESON_COMMIT'