mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ci: tag fedora amd64 docker job as placeholder job
It finishes fairly quickly in most cases and even if it needs to rebuild the image it doesn't use a lot of cpu resources. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6646>
This commit is contained in:
parent
105d232fde
commit
8564118d2a
1 changed files with 3 additions and 2 deletions
|
@ -136,8 +136,9 @@ fedora amd64 docker:
|
||||||
- '.fdo.container-build@fedora'
|
- '.fdo.container-build@fedora'
|
||||||
stage: 'preparation'
|
stage: 'preparation'
|
||||||
needs: []
|
needs: []
|
||||||
tags:
|
# Note: assumption is that placeholder jobs run on a packet runner
|
||||||
- 'packet.net'
|
# (which has faster network connectivity to the registry).
|
||||||
|
tags: [ 'placeholder-job' ]
|
||||||
|
|
||||||
.gst-indent image:
|
.gst-indent image:
|
||||||
tags: [ 'placeholder-job' ]
|
tags: [ 'placeholder-job' ]
|
||||||
|
|
Loading…
Reference in a new issue