From b146d71d652b2728ffec0769baedc2d5232897cf Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 22 Jan 2019 17:40:49 +0100 Subject: Add only/except to review-build-cng job This change makes sure that the previous only/except values are ported to the new split job that was introduced by https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24538/diffs --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 383300a895f..61bb35f7e34 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -960,6 +960,15 @@ review-build-cng: - source ./review-apps.sh - wait_for_job_to_be_done "gitlab:assets:compile" - BUILD_TRIGGER_TOKEN=$REVIEW_APPS_BUILD_TRIGGER_TOKEN ./$SCRIPT_NAME cng + only: + refs: + - branches@gitlab-org/gitlab-ce + - branches@gitlab-org/gitlab-ee + kubernetes: active + except: + refs: + - master + - /(^docs[\/-].*|.*-docs$)/ review-deploy: <<: *review-base -- cgit v1.2.1