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:
Jordan Petridis 2019-12-11 17:34:19 +02:00
parent aa18f639b5
commit 51ff579cec
No known key found for this signature in database
GPG key ID: 902CC06D159744F5

View file

@ -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"