Merge branch 'fix/buildv2_fake_pass_pipeline_v6.1' into 'release/v6.1'

ci(buildv2): skip patching the fake_pass build child pipeline (v6.1)

See merge request espressif/esp-idf!51571
This commit is contained in:
Roland Dobai
2026-08-27 08:19:13 +02:00
4 changed files with 86 additions and 0 deletions

View File

@@ -285,6 +285,12 @@ test_idf_build_apps_load_soc_caps:
- cd tools/ci
- pytest_for_ut ./test_soc_headers_load_in_idf_build_apps.py
test_dynamic_pipelines_scripts:
extends: .host_test_template
script:
- cd ${IDF_PATH}/tools/ci/dynamic_pipelines/tests
- pytest_for_ut ./test_patch_buildv2_child_pipeline.py
test_nvs_gen_check:
extends: .host_test_template
artifacts:

View File

@@ -142,6 +142,9 @@
- "tools/ci/test_soc_headers_load_in_idf_build_apps.py"
- "tools/ci/dynamic_pipelines/scripts/patch_buildv2_child_pipeline.py"
- "tools/ci/dynamic_pipelines/tests/**/*"
.patterns-docker: &patterns-docker
- "tools/docker/**/*"