From 5eb652177c6bb019133e24b9f70994062c08b0bd Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 11 Dec 2018 13:25:37 +0200 Subject: [PATCH] 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. --- gitlab/ci_template.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 3f2b0f81a4..a6ef6c7ff3 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -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'