We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d280d36 commit 95fbd6bCopy full SHA for 95fbd6b
tools/ci/dynamic_pipelines/templates/test_child_pipeline.yml
@@ -47,7 +47,11 @@ generate_pytest_child_pipeline:
47
- build
48
- shiny
49
needs:
50
- - build_test_related_apps # won't work if the parallel count exceeds 100, now it's around 50
+ - job: build_test_related_apps
51
+ optional: true
52
+ - job: build_non_test_related_apps # make sure all build jobs are passed
53
54
+ artifacts: false
55
- pipeline: $PARENT_PIPELINE_ID
56
job: pipeline_variables
57
artifacts:
0 commit comments