ci_template: limit cerbero jobs to the GStreamer tagged runners
authorJordan Petridis <jordan@centricular.com>
Wed, 11 Dec 2019 15:34:19 +0000 (17:34 +0200)
committerJordan Petridis <jordan@centricular.com>
Wed, 11 Dec 2019 15:55:59 +0000 (17:55 +0200)
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.

gitlab/ci_template.yml

index 8f66a88..56730a4 100644 (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"