mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 09:31:06 +00:00
ci: Use gstreamer runners for jobs that recursively clone submodules
Seems like the placeholder runner is having issues with git-lfs atm. ``` Could not pull Errors logged to '/builds/alatiera/gstreamer-rs/.git/modules/gir-files/lfs/logs/20240820T212811.645856902.log'. Use `git lfs logs last` to view the log. fatal: run_command returned non-zero status for gir-files ``` Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1503>
This commit is contained in:
parent
9b5b1d4650
commit
a8234a67d2
1 changed files with 8 additions and 1 deletions
|
@ -380,7 +380,8 @@ gir-checks:
|
|||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
extends: .img-stable
|
||||
stage: 'extras'
|
||||
tags: [ 'placeholder-job' ]
|
||||
tags:
|
||||
- "gstreamer"
|
||||
needs:
|
||||
- job: 'build-stable'
|
||||
artifacts: false
|
||||
|
@ -437,6 +438,8 @@ doc-stripping:
|
|||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
extends: .img-nightly
|
||||
tags:
|
||||
- "gstreamer"
|
||||
stage: 'extras'
|
||||
needs:
|
||||
- job: 'build-nightly'
|
||||
|
@ -451,6 +454,8 @@ regen-check:
|
|||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
extends: .img-nightly
|
||||
tags:
|
||||
- "gstreamer"
|
||||
stage: 'extras'
|
||||
needs:
|
||||
- job: 'build-nightly'
|
||||
|
@ -465,6 +470,8 @@ docs:
|
|||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
extends: .img-nightly
|
||||
stage: 'extras'
|
||||
tags:
|
||||
- "gstreamer"
|
||||
needs:
|
||||
- job: 'build-nightly'
|
||||
artifacts: false
|
||||
|
|
Loading…
Reference in a new issue