From: Julien HENRY Date: Thu, 30 May 2024 12:21:33 +0000 (+0200) Subject: Prevent the promote task to run on tags X-Git-Tag: 6.1.0.4477~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d49810924ea470250814224bac2abce93b2e6d03;p=sonar-scanner-cli.git Prevent the promote task to run on tags Having two times the `only_if` element will make the second one override the first. I didn't find a way to avoid the duplication. --- diff --git a/.cirrus.yml b/.cirrus.yml index a70cce5..d7eabb3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -45,8 +45,8 @@ ec2_instance: &EC2_INSTANCE_WINDOWS only_sonarsource_qa: &ONLY_SONARSOURCE_QA only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BUILD_SOURCE == 'api' ) -except_nightly_cron: &EXCEPT_ON_NIGHTLY_CRON - only_if: $CIRRUS_CRON != $NIGHTLY_CRON +except_nightly_cron: &ONLY_SONARSOURCE_QA_EXCEPT_ON_NIGHTLY_CRON + only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BUILD_SOURCE == 'api' ) && $CIRRUS_CRON != $NIGHTLY_CRON # # TASKS @@ -144,8 +144,7 @@ promote_task: depends_on: - linux_qa_java17 - win_qa_java17 - <<: *ONLY_SONARSOURCE_QA - <<: *EXCEPT_ON_NIGHTLY_CRON + <<: *ONLY_SONARSOURCE_QA_EXCEPT_ON_NIGHTLY_CRON eks_container: <<: *EKS_CONTAINER cpu: 0.5