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:
Anton Maklakov 2020-08-31 23:54:44 +08:00
commit 5a9a42b079
2 changed files with 3 additions and 8 deletions

View File

@ -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

View File

@ -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: