mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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:
parent
c79574c2d3
commit
6c522e4982
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue