mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 13:01:07 +00:00
ci: tag linter and sanity check jobs as a "placeholder" jobs
They hardly use any resources and almost finish immediately. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1533>
This commit is contained in:
parent
c8180e714e
commit
6b30266145
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,7 @@ trigger:
|
|||
stage: 'trigger'
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
tags: [ 'placeholder-job' ]
|
||||
script:
|
||||
- echo "Trigger job done, now running the pipeline."
|
||||
rules:
|
||||
|
@ -289,6 +290,7 @@ test windows stable:
|
|||
rustfmt:
|
||||
extends: '.debian:12-stable'
|
||||
stage: "lint"
|
||||
tags: [ 'placeholder-job' ]
|
||||
needs: []
|
||||
script:
|
||||
- cargo fmt --version
|
||||
|
@ -297,6 +299,7 @@ rustfmt:
|
|||
typos:
|
||||
extends: '.debian:12-stable'
|
||||
stage: "lint"
|
||||
tags: [ 'placeholder-job' ]
|
||||
needs: []
|
||||
script:
|
||||
- typos
|
||||
|
@ -304,6 +307,7 @@ typos:
|
|||
gstwebrtc-api lint:
|
||||
image: node:lts
|
||||
stage: "lint"
|
||||
tags: [ 'placeholder-job' ]
|
||||
needs: []
|
||||
script:
|
||||
- cd net/webrtc/gstwebrtc-api
|
||||
|
@ -313,6 +317,7 @@ gstwebrtc-api lint:
|
|||
check commits:
|
||||
extends: '.debian:12-stable'
|
||||
stage: "lint"
|
||||
tags: [ 'placeholder-job' ]
|
||||
needs: []
|
||||
script:
|
||||
- ci-fairy check-commits --textwidth 0 --no-signed-off-by
|
||||
|
|
Loading…
Reference in a new issue