Add only/except to review-build-cng job
What does this MR do?
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.
Merge request reports
Activity
changed milestone to %11.8
added QA Quality backstage [DEPRECATED] ci-build labels
mentioned in merge request !24554 (merged)
cc @godfat as well since you reviewed https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24538
Edited by Achilleas Pipinellis960 960 - source ./review-apps.sh 961 961 - wait_for_job_to_be_done "gitlab:assets:compile" 962 962 - BUILD_TRIGGER_TOKEN=$REVIEW_APPS_BUILD_TRIGGER_TOKEN ./$SCRIPT_NAME cng 963 only: 964 refs: 965 - branches@gitlab-org/gitlab-ce 966 - branches@gitlab-org/gitlab-ee 967 kubernetes: active 968 except: 960 960 - source ./review-apps.sh 961 961 - wait_for_job_to_be_done "gitlab:assets:compile" 962 962 - BUILD_TRIGGER_TOKEN=$REVIEW_APPS_BUILD_TRIGGER_TOKEN ./$SCRIPT_NAME cng 963 only: Oh whoops I did the same thing at https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24579 but I didn't try to separate only and except.
@axil Thanks, LGTM but I left two notes to factorize the config a bit.
assigned to @axil
mentioned in merge request !24579 (merged)
Let's close this in favor of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24579 (soon to be merged).