Merge branch 'fix/buildv2_fake_pass_pipeline' into 'master'

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

Closes ITOPS-314 and IDF-16025

See merge request espressif/esp-idf!51259
This commit is contained in:
Sudeep Mohanty
2026-08-05 15:16:40 +02:00
4 changed files with 85 additions and 0 deletions

View File

@@ -311,6 +311,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

@@ -147,6 +147,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/**/*"