@@ -62,14 +62,15 @@ common_build_definition: &COMMON_BUILD_DEFINITION
6262 maven_cache :
6363 folder : ${CIRRUS_WORKING_DIR}/.m2/repository
6464
65- build_compile_task :
65+ # Only compile without "test and sonar:sonar". Note: Do not rename "build", it is used by "Check Releasability"
66+ build_task :
6667 << : *COMMON_BUILD_DEFINITION
6768 build_script :
6869 - source cirrus-env BUILD
6970 - regular_mvn_build_deploy_analyze -Dmaven.test.skip=true -Dsonar.skip=true -pl '!java-checks-test-sources/default,!java-checks-test-sources/aws'
7071 cleanup_before_cache_script : cleanup_maven_repository
7172
72- build_test_analyze_task :
73+ test_analyze_task :
7374 << : *COMMON_BUILD_DEFINITION
7475 build_script :
7576 - source cirrus-env BUILD
@@ -110,7 +111,7 @@ qa_os_win_task:
110111
111112plugin_qa_task :
112113 depends_on :
113- - build_compile
114+ - build
114115 << : *ONLY_SONARSOURCE_QA
115116 eks_container :
116117 << : *CONTAINER_DEFINITION
@@ -135,7 +136,7 @@ plugin_qa_task:
135136
136137sanity_task :
137138 depends_on :
138- - build_compile
139+ - build
139140 << : *ONLY_SONARSOURCE_QA
140141 eks_container :
141142 << : *CONTAINER_DEFINITION
@@ -153,7 +154,7 @@ sanity_task:
153154
154155ruling_task :
155156 depends_on :
156- - build_compile
157+ - build
157158 << : *ONLY_SONARSOURCE_QA
158159 eks_container :
159160 << : *CONTAINER_DEFINITION
@@ -181,7 +182,7 @@ ruling_task:
181182
182183ruling_win_task :
183184 depends_on :
184- - build_compile
185+ - build
185186 << : *ONLY_SONARSOURCE_QA
186187 << : *WINDOWS_VM_DEFINITION
187188 maven_cache :
@@ -202,7 +203,7 @@ ruling_win_task:
202203
203204autoscan_task :
204205 depends_on :
205- - build_compile
206+ - build
206207 << : *ONLY_SONARSOURCE_QA
207208 eks_container :
208209 << : *CONTAINER_DEFINITION
@@ -224,8 +225,8 @@ autoscan_task:
224225
225226promote_task :
226227 depends_on :
227- - build_compile
228- - build_test_analyze
228+ - build
229+ - test_analyze
229230 - qa_os_win
230231 - sanity
231232 - ruling
0 commit comments