ci: Schedule lint jobs in the placeholder runnners

These require almost no resources to be run and finish instantly.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4710>
This commit is contained in:
Jordan Petridis 2023-05-24 13:02:55 +03:00 committed by GStreamer Marge Bot
parent c79574c2d3
commit 6c522e4982

View file

@ -99,6 +99,7 @@ trigger:
stage: 'preparation'
variables:
GIT_STRATEGY: none
tags: [ 'placeholder-job' ]
script:
- echo "Trigger job done, now running the pipeline."
rules:
@ -131,6 +132,7 @@ fedora amd64 docker:
- 'packet.net'
.gst-indent image:
tags: [ 'placeholder-job' ]
variables:
FDO_DISTRIBUTION_VERSION: 'bookworm'
FDO_REPO_SUFFIX: "$INDENT_AMD64_SUFFIX"
@ -147,6 +149,7 @@ gst-indent amd64 docker:
needs: []
.commitlint image:
tags: [ 'placeholder-job' ]
variables:
FDO_DISTRIBUTION_VERSION: '37'
FDO_REPO_SUFFIX: "$COMMITLINT_AMD64_SUFFIX"