@@ -79,31 +79,6 @@ build_task:
7979 cpu : 4
8080
8181 << : *ONLY_SONARSOURCE_QA
82- env :
83- # analysis on next
84- SONAR_TOKEN : dummy-value
85- SONAR_HOST_URL : dummy-value
86- # allow deployment of pull request artifacts to repox
87- DEPLOY_PULL_REQUEST : true
88- CIRRUS_CLONE_DEPTH : 50
89- SIGN_KEY : VAULT[development/kv/data/sign data.key]
90- PGP_PASSPHRASE : VAULT[development/kv/data/sign data.passphrase]
91- maven_cache :
92- folder : ${CIRRUS_WORKING_DIR}/.m2/repository
93- build_script :
94- - source cirrus-env BUILD
95- - regular_mvn_build_deploy_analyze -DskipTests=true -Dsonar.skip=true -P-typeshed_serializer
96- - ./check-license-compliance.sh
97- cleanup_before_cache_script : cleanup_maven_repository
98-
99- test_analyze_task :
100- depends_on :
101- - build
102- << : *BUILD_CONTAINER_DEFINITION
103- eks_container :
104- cpu : 4
105- memory : 4G
106- << : *ONLY_SONARSOURCE_QA
10782 env :
10883 # analysis on next
10984 SONAR_TOKEN : VAULT[development/kv/data/next data.token]
@@ -120,9 +95,10 @@ test_analyze_task:
12095 - cd python-frontend/typeshed_serializer/resources/python-type-stubs
12196 - git sparse-checkout set stubs/sklearn
12297 - git checkout
123- analyze_script :
98+ build_script :
12499 - source cirrus-env BUILD
125- - DEPLOY_PULL_REQUEST=false regular_mvn_build_deploy_analyze -DfailStubGenerationFast=true -P-release,-sign -Dsonar.analysisCache.enabled=true -Dskip.its=true
100+ - regular_mvn_build_deploy_analyze -DfailStubGenerationFast=true
101+ - ./check-license-compliance.sh
126102 cleanup_before_cache_script : cleanup_maven_repository
127103
128104build_win_task :
@@ -239,7 +215,6 @@ pr_analysis_qa_task:
239215
240216promote_task :
241217 depends_on :
242- - test_analyze
243218 - ruling
244219 - plugin_qa
245220 - ws_scan
0 commit comments