|
|
|
|
|
|
{% for platform in publish_platforms %} |
|
|
|
{% for suite in suites %} |
|
|
|
{% for project in projects %} |
|
|
|
- .yamato/promote.yml#promotion_test_{{platform.name}}_{{editor.version}} |
|
|
|
- .yamato/upm-ci-full.yml#pkg_test_Perception_{{platform.name}}_{{editor.version}} |
|
|
|
- .yamato/upm-ci-testprojects.yml#{{project.name}}_windows_{{suite.name}}_{{editor.version}} |
|
|
|
{% endfor %} |
|
|
|