mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +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'
|
stage: 'preparation'
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
|
tags: [ 'placeholder-job' ]
|
||||||
script:
|
script:
|
||||||
- echo "Trigger job done, now running the pipeline."
|
- echo "Trigger job done, now running the pipeline."
|
||||||
rules:
|
rules:
|
||||||
|
@ -131,6 +132,7 @@ fedora amd64 docker:
|
||||||
- 'packet.net'
|
- 'packet.net'
|
||||||
|
|
||||||
.gst-indent image:
|
.gst-indent image:
|
||||||
|
tags: [ 'placeholder-job' ]
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: 'bookworm'
|
FDO_DISTRIBUTION_VERSION: 'bookworm'
|
||||||
FDO_REPO_SUFFIX: "$INDENT_AMD64_SUFFIX"
|
FDO_REPO_SUFFIX: "$INDENT_AMD64_SUFFIX"
|
||||||
|
@ -147,6 +149,7 @@ gst-indent amd64 docker:
|
||||||
needs: []
|
needs: []
|
||||||
|
|
||||||
.commitlint image:
|
.commitlint image:
|
||||||
|
tags: [ 'placeholder-job' ]
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: '37'
|
FDO_DISTRIBUTION_VERSION: '37'
|
||||||
FDO_REPO_SUFFIX: "$COMMITLINT_AMD64_SUFFIX"
|
FDO_REPO_SUFFIX: "$COMMITLINT_AMD64_SUFFIX"
|
||||||
|
|
Loading…
Reference in a new issue