File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ ec2_instance: &EC2_INSTANCE_WINDOWS
45
45
only_sonarsource_qa : &ONLY_SONARSOURCE_QA
46
46
only_if : $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BUILD_SOURCE == 'api' )
47
47
48
- except_nightly_cron : &EXCEPT_ON_NIGHTLY_CRON
49
- only_if : $CIRRUS_CRON != $NIGHTLY_CRON
48
+ except_nightly_cron : &ONLY_SONARSOURCE_QA_EXCEPT_ON_NIGHTLY_CRON
49
+ 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
50
50
51
51
#
52
52
# TASKS
@@ -144,8 +144,7 @@ promote_task:
144
144
depends_on :
145
145
- linux_qa_java17
146
146
- win_qa_java17
147
- << : *ONLY_SONARSOURCE_QA
148
- << : *EXCEPT_ON_NIGHTLY_CRON
147
+ << : *ONLY_SONARSOURCE_QA_EXCEPT_ON_NIGHTLY_CRON
149
148
eks_container :
150
149
<< : *EKS_CONTAINER
151
150
cpu : 0.5
You can’t perform that action at this time.
0 commit comments