mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 05:34:32 +02:00
ci: make sure test child pipeline only triggered when all build jobs succeeded
This commit is contained in:
@@ -47,7 +47,11 @@ generate_pytest_child_pipeline:
|
||||
- build
|
||||
- shiny
|
||||
needs:
|
||||
- build_test_related_apps # won't work if the parallel count exceeds 100, now it's around 50
|
||||
- job: build_test_related_apps
|
||||
optional: true
|
||||
- job: build_non_test_related_apps # make sure all build jobs are passed
|
||||
optional: true
|
||||
artifacts: false
|
||||
- pipeline: $PARENT_PIPELINE_ID
|
||||
job: pipeline_variables
|
||||
artifacts:
|
||||
|
Reference in New Issue
Block a user