@@ -26,10 +26,10 @@ run_all_package_tests_trunk:
2626run_all_package_tests_2021 :
2727 name : Run All Package Tests [2021.3]
2828 dependencies :
29- {% for platform in test_platforms.desktop -%}
29+ {% for platform in test_platforms.desktop -%}
3030 - .yamato/package-tests.yml#package_test_-_ngo_trunk_{{ platform.name }}
3131 - .yamato/package-tests.yml#package_test_-_ngo_2021.3_{{ platform.name }}
32- {% endfor -%}
32+ {% endfor -%}
3333
3434
3535# Runs all projects tests
@@ -95,7 +95,7 @@ run_all_webgl_builds:
9595{% for project in projects.default -%}
9696{% for platform in test_platforms.desktop -%}
9797{% for editor in validation_editors.all -%}
98- - .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform }}_{{ editor }}
98+ - .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}
9999{% endfor -%}
100100{% endfor -%}
101101{% endfor -%}
@@ -108,7 +108,7 @@ run_all_webgl_builds_trunk:
108108{% for project in projects.default -%}
109109{% for platform in test_platforms.desktop -%}
110110{% for editor in validation_editors.default -%}
111- - .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform }}_{{ editor }}
111+ - .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}
112112{% endfor -%}
113113{% endfor -%}
114114{% endfor -%}
@@ -119,8 +119,8 @@ run_all_webgl_builds_2021:
119119 dependencies :
120120{% for project in projects.default -%}
121121{% for platform in test_platforms.desktop -%}
122- - .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform }}_trunk
123- - .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform }}_2021.3
122+ - .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_trunk
123+ - .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_2021.3
124124{% endfor -%}
125125{% endfor -%}
126126
0 commit comments