ci_template: do not .test in the cerbero repo

We already disable the .build inhereted build jobs, and thus the
tests fail to run since they depend on them. Cerbero doesn't need
to run them anyway.
This commit is contained in:
Jordan Petridis 2018-12-11 13:25:37 +02:00
parent d25392f3e1
commit 5eb652177c
No known key found for this signature in database
GPG key ID: 902CC06D159744F5

View file

@ -164,6 +164,10 @@ build android arm64 api28:
reports:
junit:
- "validate-output/logs/*.xml"
# We disable the .build above, which this job usually depends upon for cerbero
except:
variables:
- $CI_PROJECT_NAME == "cerbero"
.test fedora x86_64:
image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/fedora:6f7e01e1e30a73efa880acdc8e911f1f20c58dbb'