|
|
|
|
|
|
promotion_test_trigger: |
|
|
|
name: Promotion Tests Trigger |
|
|
|
dependencies: |
|
|
|
{% for editor in complete_editors %} |
|
|
|
- .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}}_{{editor.version_shorthand}}_windows_{{suite.name}}_{{editor.version}} |
|
|
|
- .yamato/promote.yml#promotion_test_{{platform.name}}_{{project.editor-version}} |
|
|
|
- .yamato/upm-ci-full.yml#pkg_test_Perception_{{platform.name}}_{{project.editor-version}} |
|
|
|
- .yamato/upm-ci-testprojects.yml#{{project.name}}_windows_{{suite.name}}_{{project.editor-version}} |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|