build docker image: tag the jobs to use the gstreamer runners

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.
This commit is contained in:
Jordan Petridis 2020-04-15 19:54:15 +03:00 committed by GStreamer Merge Bot
parent dd69902fbf
commit f3aedd930d

View 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