Skip to content

Commit db5fefe

Browse files
ci: Corrected double test runs for run all commands (Unity-Technologies#3295)
Corrected double test runs for run all commands Co-authored-by: Noel Stephens <[email protected]>
1 parent a9111ff commit db5fefe

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.yamato/_run-all.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ run_all_package_tests_2021:
2727
name: Run All Package Tests [2021.3]
2828
dependencies:
2929
{% for platform in test_platforms.desktop -%}
30-
- .yamato/package-tests.yml#package_test_-_ngo_trunk_{{ platform.name }}
3130
- .yamato/package-tests.yml#package_test_-_ngo_2021.3_{{ platform.name }}
3231
{% endfor -%}
3332

@@ -68,7 +67,6 @@ run_all_project_tests_2021:
6867
{% for project in projects.all -%}
6968
{% if project.has_tests == "true" -%}
7069
{% for platform in test_platforms.desktop -%}
71-
- .yamato/project-tests.yml#test_{{ project.name }}_{{ platform.name }}_trunk
7270
- .yamato/project-tests.yml#test_{{ project.name }}_{{ platform.name }}_2021.3
7371
{% endfor -%}
7472
{% endif -%}
@@ -119,7 +117,6 @@ run_all_webgl_builds_2021:
119117
dependencies:
120118
{% for project in projects.default -%}
121119
{% for platform in test_platforms.desktop -%}
122-
- .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_trunk
123120
- .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_2021.3
124121
{% endfor -%}
125122
{% endfor -%}
@@ -161,7 +158,6 @@ run_all_project_tests_desktop_standalone_2021:
161158
{% for project in projects.default -%}
162159
{% for platform in test_platforms.desktop -%}
163160
{% for backend in scripting_backends -%}
164-
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_trunk
165161
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_2021.3
166162
{% endfor -%}
167163
{% endfor -%}
@@ -198,7 +194,6 @@ run_all_project_tests_mobile_standalone_2021:
198194
dependencies:
199195
{% for project in projects.default -%}
200196
{% for platform in test_platforms.mobile_test -%}
201-
- .yamato/mobile-standalone-test.yml#run_{{ project.name }}_tests_{{ platform.name }}_trunk
202197
- .yamato/mobile-standalone-test.yml#run_{{ project.name }}_tests_{{ platform.name }}_2021.3
203198
{% endfor -%}
204199
{% endfor -%}
@@ -235,7 +230,6 @@ run_all_project_tests_console_standalone_2021:
235230
dependencies:
236231
{% for project in projects.default -%}
237232
{% for platform in test_platforms.console_test -%}
238-
- .yamato/console-standalone-test.yml#run_{{ project.name }}_tests_{{ platform.name }}_trunk
239233
- .yamato/console-standalone-test.yml#run_{{ project.name }}_tests_{{ platform.name }}_2021.3
240234
{% endfor -%}
241235
{% endfor -%}

0 commit comments

Comments
 (0)