File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,11 @@ promote_{{ project.name }}_{{ package.name }}_dry_run:
6363 dependencies :
6464 - .yamato/project-pack.yml#pack_{{ project.name }}
6565 - .yamato/project-publish.yml#publish_{{ project.name }}_{{ package.name }}
66- - .yamato/project-promotion.yml#promotion_validate_{{ project.name }}_{{ package.name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
66+ {% for editor in project.test_editors -%}
67+ {% for platform in test_platforms -%}
68+ - .yamato/project-promotion.yml#promotion_validate_{{ project.name }}_{{ package.name }}_{{ platform.name }}_{{ editor }}
69+ {% endfor -%}
70+ {% endfor -%}
6771
6872{% endfor -%}
6973{% endif -%}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ publish_{{ project.name }}_{{ package.name }}:
3838 - " upm-ci~/packages/*.tgz"
3939 dependencies :
4040 - .yamato/project-pack.yml#pack_{{ project.name }}
41- - .yamato/project-tests .yml#validate_{{ package.name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
41+ - .yamato/project-publish .yml#validate_{{ package.name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
4242 - .yamato/project-publish.yml#publish_{{ project.name }}_{{ package.name }}_dry_run
4343
4444publish_{{ project.name }}_{{ package.name }}_dry_run :
@@ -56,7 +56,11 @@ publish_{{ project.name }}_{{ package.name }}_dry_run:
5656 - " upm-ci~/packages/*.tgz"
5757 dependencies :
5858 - .yamato/project-pack.yml#pack_{{ project.name }}
59- - .yamato/project-tests.yml#validate_{{ package.name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
59+ {% for editor in project.test_editors -%}
60+ {% for platform in test_platforms -%}
61+ - .yamato/project-publish.yml#validate_{{ package.name }}_{{ platform.name }}_{{ editor }}
62+ {% endfor -%}
63+ {% endfor -%}
6064
6165{% endfor -%}
6266{% endif -%}
You can’t perform that action at this time.
0 commit comments