From f3aedd930dc4d298b64b9df500355c0d6718c515 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 15 Apr 2020 19:54:15 +0300 Subject: [PATCH] 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. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9198870e1e..dbd2171e98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,7 @@ test manifest: image: 'registry.fedoraproject.org/fedora:31' extends: - '.global_ci_policy' + tags: ['gstreamer'] rules: - when: 'manual' allow_failure: true