projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f2488
)
ci: Don't use a massive image for the cerbero trigger
author
Edward Hervey
<edward@centricular.com>
Fri, 15 Nov 2024 08:16:56 +0000
(09:16 +0100)
committer
Backport Bot
<gitlab-backport-bot@gstreamer-foundation.org>
Fri, 15 Nov 2024 11:19:14 +0000
(11:19 +0000)
Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4024
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7896>
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index ccf7db25e95f376c454fa8cf021ab1d897bea023..cbd3aa50f17edbe9a0846b7baa343739cf8a1e85 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-966,14
+966,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'