mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
Merge branch 'ci/sonarqube_improvement' into 'master'
CI: Sonarqube: do not use detached pipeline See merge request espressif/esp-idf!10209
This commit is contained in:
@@ -444,11 +444,11 @@ build_template_app:
|
||||
code_quality_check:
|
||||
extends: .sonar_scan_template
|
||||
dependencies:
|
||||
- clang_tidy_check_regular_for_MR_review
|
||||
- clang_tidy_check_regular
|
||||
only:
|
||||
- merge_requests
|
||||
- triggers
|
||||
script:
|
||||
- sonar-scanner -X
|
||||
- sonar-scanner
|
||||
-Dsonar.analysis.mode=preview
|
||||
-Dsonar.host.url=$SONAR_HOST_URL
|
||||
-Dsonar.login=$SONAR_LOGIN
|
||||
|
@@ -197,11 +197,6 @@ clang_tidy_check:
|
||||
clang_tidy_check_regular:
|
||||
extends: .clang_tidy_check_template
|
||||
|
||||
clang_tidy_check_regular_for_MR_review:
|
||||
extends: .clang_tidy_check_template
|
||||
only:
|
||||
- merge_requests
|
||||
|
||||
clang_tidy_check_all:
|
||||
extends: .clang_tidy_check_template
|
||||
variables:
|
||||
|
Reference in New Issue
Block a user