@@ -27,7 +27,6 @@ run_all_package_tests_2021:
27
27
name : Run All Package Tests [2021.3]
28
28
dependencies :
29
29
{% for platform in test_platforms.desktop -%}
30
- - .yamato/package-tests.yml#package_test_-_ngo_trunk_{{ platform.name }}
31
30
- .yamato/package-tests.yml#package_test_-_ngo_2021.3_{{ platform.name }}
32
31
{% endfor -%}
33
32
@@ -68,7 +67,6 @@ run_all_project_tests_2021:
68
67
{% for project in projects.all -%}
69
68
{% if project.has_tests == "true" -%}
70
69
{% for platform in test_platforms.desktop -%}
71
- - .yamato/project-tests.yml#test_{{ project.name }}_{{ platform.name }}_trunk
72
70
- .yamato/project-tests.yml#test_{{ project.name }}_{{ platform.name }}_2021.3
73
71
{% endfor -%}
74
72
{% endif -%}
@@ -119,7 +117,6 @@ run_all_webgl_builds_2021:
119
117
dependencies :
120
118
{% for project in projects.default -%}
121
119
{% for platform in test_platforms.desktop -%}
122
- - .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_trunk
123
120
- .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_2021.3
124
121
{% endfor -%}
125
122
{% endfor -%}
@@ -161,7 +158,6 @@ run_all_project_tests_desktop_standalone_2021:
161
158
{% for project in projects.default -%}
162
159
{% for platform in test_platforms.desktop -%}
163
160
{% for backend in scripting_backends -%}
164
- - .yamato/desktop-standalone-tests.yml#desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_trunk
165
161
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_2021.3
166
162
{% endfor -%}
167
163
{% endfor -%}
@@ -198,7 +194,6 @@ run_all_project_tests_mobile_standalone_2021:
198
194
dependencies :
199
195
{% for project in projects.default -%}
200
196
{% for platform in test_platforms.mobile_test -%}
201
- - .yamato/mobile-standalone-test.yml#run_{{ project.name }}_tests_{{ platform.name }}_trunk
202
197
- .yamato/mobile-standalone-test.yml#run_{{ project.name }}_tests_{{ platform.name }}_2021.3
203
198
{% endfor -%}
204
199
{% endfor -%}
@@ -235,7 +230,6 @@ run_all_project_tests_console_standalone_2021:
235
230
dependencies :
236
231
{% for project in projects.default -%}
237
232
{% for platform in test_platforms.console_test -%}
238
- - .yamato/console-standalone-test.yml#run_{{ project.name }}_tests_{{ platform.name }}_trunk
239
233
- .yamato/console-standalone-test.yml#run_{{ project.name }}_tests_{{ platform.name }}_2021.3
240
234
{% endfor -%}
241
235
{% endfor -%}
0 commit comments