From bd66c756ef375c5432281bc0bbe2b48f3ad05783 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 7 Nov 2019 11:51:29 +0100 Subject: [PATCH] citemplate: Tag test jobs to only run on the dedicated runners Avoid spreading the jobs on lower power runners which ends up trippling the execution time of the testsuites and/or timing out. --- gitlab/ci_template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index ff85307..28cd3de 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -224,6 +224,7 @@ build clang fedora x86_64: .test fedora x86_64: image: $FEDORA_IMAGE extends: '.test' + tags: ['gstreamer'] needs: - 'build fedora x86_64' dependencies: -- 2.7.4