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.
This commit is contained in:
Jordan Petridis 2019-11-07 11:51:29 +01:00
parent b0b76594c3
commit bd66c756ef
No known key found for this signature in database
GPG key ID: 902CC06D159744F5

View 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: