@@ -79,31 +79,6 @@ build_task:
79
79
cpu : 4
80
80
81
81
<< : *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
107
82
env :
108
83
# analysis on next
109
84
SONAR_TOKEN : VAULT[development/kv/data/next data.token]
@@ -120,9 +95,10 @@ test_analyze_task:
120
95
- cd python-frontend/typeshed_serializer/resources/python-type-stubs
121
96
- git sparse-checkout set stubs/sklearn
122
97
- git checkout
123
- analyze_script :
98
+ build_script :
124
99
- 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
126
102
cleanup_before_cache_script : cleanup_maven_repository
127
103
128
104
build_win_task :
@@ -239,7 +215,6 @@ pr_analysis_qa_task:
239
215
240
216
promote_task :
241
217
depends_on :
242
- - test_analyze
243
218
- ruling
244
219
- plugin_qa
245
220
- ws_scan
0 commit comments