mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
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:
parent
d25392f3e1
commit
5eb652177c
1 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue