citemplate: Tag test jobs to only run on the dedicated runners
authorJordan Petridis <jordan@centricular.com>
Thu, 7 Nov 2019 10:51:29 +0000 (11:51 +0100)
committerJordan Petridis <jordan@centricular.com>
Thu, 7 Nov 2019 10:54:29 +0000 (11:54 +0100)
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

index ff85307..28cd3de 100644 (file)
@@ -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: