mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
ci: use gitlab ci lint api instead of yaml parsing
This commit is contained in:
@@ -127,7 +127,6 @@ variables:
|
||||
run_cmd idf-ci gitlab upload-artifacts --type log
|
||||
fi
|
||||
|
||||
|
||||
#############
|
||||
# `default` #
|
||||
#############
|
||||
|
||||
@@ -147,6 +147,12 @@ check_test_scripts_build_test_rules:
|
||||
# requires basic pytest dependencies
|
||||
- python tools/ci/check_build_test_rules.py check-test-scripts examples/ tools/test_apps components
|
||||
|
||||
check_gitlab_yaml:
|
||||
extends:
|
||||
- .pre_check_template
|
||||
script:
|
||||
- python tools/ci/gitlab_yaml_linter.py
|
||||
|
||||
retry_failed_jobs:
|
||||
extends:
|
||||
- .pre_check_template
|
||||
|
||||
Reference in New Issue
Block a user