aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index f8aee16..6446b40 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -24,7 +24,7 @@ env:
### Project variables
DEPLOY_PULL_REQUEST: true
ARTIFACTS: org.sonarsource.scanner.cli:sonar-scanner-cli:jar
-
+ NIGHTLY_CRON: 'nightly-cron'
#
# RE-USABLE CONFIGS
#
@@ -47,6 +47,9 @@ ec2_instance: &EC2_INSTANCE_WINDOWS
only_sonarsource_qa: &ONLY_SONARSOURCE_QA
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "dogfood-on-.*")
+except_nightly_cron: &EXCEPT_ON_NIGHTLY_CRON
+ only_if: $CIRRUS_CRON != $NIGHTLY_CRON
+
#
# TASKS
#
@@ -153,6 +156,7 @@ promote_task:
- win_qa_java11
- win_qa_java17
<<: *ONLY_SONARSOURCE_QA
+ <<: *EXCEPT_ON_NIGHTLY_CRON
eks_container:
<<: *EKS_CONTAINER
cpu: 0.5