mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
ci_template: limit cerbero jobs to the GStreamer tagged runners
CCache tends to consume a lot of space which taxes heavily some of the shared runners. Limit the mahcines the job can run to those were we can ensure they will not have issues with the storage.
This commit is contained in:
parent
aa18f639b5
commit
51ff579cec
1 changed files with 3 additions and 0 deletions
|
@ -340,6 +340,9 @@ valgrind ges:
|
|||
- "manifest"
|
||||
dependencies:
|
||||
- "manifest"
|
||||
# Ensure that the runners it will be executed on
|
||||
# will have plenty of space for the cache
|
||||
tags: ['gstreamer']
|
||||
timeout: '3h'
|
||||
variables:
|
||||
CCACHE_COMPILERCHECK: "content"
|
||||
|
|
Loading…
Reference in a new issue