build docker image: tag the jobs to use the gstreamer runners
authorJordan Petridis <jordan@centricular.com>
Wed, 15 Apr 2020 16:54:15 +0000 (19:54 +0300)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 20 Apr 2020 07:04:16 +0000 (07:04 +0000)
docker builds can be big, and other shared runner have smaller
storage space which we should avoid filling if can be avoided.
The gst tagged runners are a better fit for such builds since
their disk storage is about 1-2 terabytes.

.gitlab-ci.yml

index 9198870..dbd2171 100644 (file)
@@ -28,6 +28,7 @@ test manifest:
   image: 'registry.fedoraproject.org/fedora:31'
   extends:
     - '.global_ci_policy'
+  tags: ['gstreamer']
   rules:
     - when: 'manual'
       allow_failure: true