mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/clang_tidy_deploy_artifacts_missing' into 'master'
ci: ensure clang_tidy_deploy artifacts downloaded See merge request espressif/esp-idf!12393
This commit is contained in:
commit
8e7db81ce8
@ -12,19 +12,14 @@
|
||||
- "CONTRIBUTING.rst"
|
||||
|
||||
.patterns-c-files: &patterns-c-files
|
||||
- ".gitlab/ci/static-code-analysis.yml"
|
||||
- "**/*.{c,C}"
|
||||
- "**/*.{h,H}"
|
||||
- "components/**/Kconfig"
|
||||
- "components/**/CMakeList.txt"
|
||||
|
||||
.patterns-python-files: &patterns-python-files
|
||||
- "**/*.py"
|
||||
|
||||
.patterns-static-code-analysis: &patterns-static-code-analysis
|
||||
- ".gitlab/ci/static-code-analysis.yml"
|
||||
- "tools/ci/static-analysis-rules.yml"
|
||||
- "**/*.{c,C}"
|
||||
- "**/*.{h,H}"
|
||||
- "**/*.py"
|
||||
|
||||
.patterns-example_test: &patterns-example_test
|
||||
@ -203,7 +198,9 @@
|
||||
.rules:patterns:static-code-analysis-preview:
|
||||
rules:
|
||||
- <<: *if-dev-push
|
||||
changes: *patterns-static-code-analysis
|
||||
changes: *patterns-c-files
|
||||
- <<: *if-dev-push
|
||||
changes: *patterns-python-files
|
||||
|
||||
# DO NOT place comments or maintain any code from this line
|
||||
#
|
||||
|
@ -111,6 +111,7 @@ clang_tidy_deploy:
|
||||
extends:
|
||||
- .deploy_job_template
|
||||
- .rules:patterns:clang_tidy
|
||||
dependencies: # set dependencies to null to avoid missing artifacts issue
|
||||
needs:
|
||||
- clang_tidy_check
|
||||
tags:
|
||||
|
Loading…
x
Reference in New Issue
Block a user