From 71595201bea9b3fa28357065fa137806f9220f38 Mon Sep 17 00:00:00 2001 From: Joe Guo Date: Tue, 7 May 2019 11:49:46 +1200 Subject: [PATCH] script/.gitlab-ci.yml: do not run o3 jobs if coverage enabled Signed-off-by: Joe Guo Reviewed-by: Andrew Bartlett --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1971f84e70f..fbf329178b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -233,6 +233,10 @@ pages: extends: .shared_template variables: AUTOBUILD_JOB_NAME: samba-o3 + only: + variables: + # do not run o3 for coverage since they are using different images + - $SAMBA_CI_AUTOBUILD_ENABLE_COVERAGE != "--enable-coverage" ubuntu1804-samba-o3: extends: .samba-o3-template -- 2.34.1