forked from espressif/esp-idf
ci: ignore collect import error
This commit is contained in:
@ -309,7 +309,11 @@ generate_build_child_pipeline:
|
|||||||
- non_test_related_apps.txt
|
- non_test_related_apps.txt
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
when: always
|
when: always
|
||||||
|
variables:
|
||||||
|
PYTEST_IGNORE_COLLECT_IMPORT_ERROR: "1"
|
||||||
script:
|
script:
|
||||||
|
# requires basic pytest dependencies
|
||||||
|
- run_cmd bash install.sh --enable-pytest
|
||||||
- run_cmd python tools/ci/dynamic_pipelines/scripts/generate_build_child_pipeline.py
|
- run_cmd python tools/ci/dynamic_pipelines/scripts/generate_build_child_pipeline.py
|
||||||
|
|
||||||
build_child_pipeline:
|
build_child_pipeline:
|
||||||
|
@ -117,8 +117,10 @@ check_test_scripts_build_test_rules:
|
|||||||
extends:
|
extends:
|
||||||
- .pre_check_template
|
- .pre_check_template
|
||||||
- .before_script:build
|
- .before_script:build
|
||||||
|
variables:
|
||||||
|
PYTEST_IGNORE_COLLECT_IMPORT_ERROR: "1"
|
||||||
script:
|
script:
|
||||||
# required pytest related packages
|
# requires basic pytest dependencies
|
||||||
- run_cmd bash install.sh --enable-pytest
|
- run_cmd bash install.sh --enable-pytest
|
||||||
- python tools/ci/check_build_test_rules.py check-test-scripts examples/ tools/test_apps components
|
- python tools/ci/check_build_test_rules.py check-test-scripts examples/ tools/test_apps components
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user