Skip to content

Commit 33346b0

Browse files
committed
Corrected mobile standalone tests naming
1 parent 9f1e182 commit 33346b0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.yamato/_run-all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ run_all_project_tests_mobile_standalone:
170170
{% for project in projects.default -%}
171171
{% for platform in test_platforms.mobile_test -%}
172172
{% for editor in validation_editors.all -%}
173-
- .yamato/mobile-standalone-test.yml#run_{{ project.name }}_tests_{{ platform.name }}_{{ editor }}
173+
- .yamato/mobile-standalone-test.yml#mobile_standalone_test_{{ project.name }}_{{ platform.name }}_{{ editor }}
174174
{% endfor -%}
175175
{% endfor -%}
176176
{% endfor -%}
@@ -183,7 +183,7 @@ run_all_project_tests_mobile_standalone_trunk:
183183
{% for project in projects.default -%}
184184
{% for platform in test_platforms.mobile_test -%}
185185
{% for editor in validation_editors.default -%}
186-
- .yamato/mobile-standalone-test.yml#run_{{ project.name }}_tests_{{ platform.name }}_{{ editor }}
186+
- .yamato/mobile-standalone-test.yml#mobile_standalone_test_{{ project.name }}_{{ platform.name }}_{{ editor }}
187187
{% endfor -%}
188188
{% endfor -%}
189189
{% endfor -%}
@@ -194,7 +194,7 @@ run_all_project_tests_mobile_standalone_2021:
194194
dependencies:
195195
{% for project in projects.default -%}
196196
{% for platform in test_platforms.mobile_test -%}
197-
- .yamato/mobile-standalone-test.yml#run_{{ project.name }}_tests_{{ platform.name }}_2021.3
197+
- .yamato/mobile-standalone-test.yml#mobile_standalone_test_{{ project.name }}_{{ platform.name }}_2021.3
198198
{% endfor -%}
199199
{% endfor -%}
200200

.yamato/mobile-standalone-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{% for project in projects.default -%}
1515
{% for platform in test_platforms.mobile_build -%}
1616
{% for editor in validation_editors.all -%}
17-
build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
17+
mobile_standalone_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
1818
name: Build {{ project.name }} - [{{ platform.name }}, {{ editor }}, il2cpp]
1919
agent:
2020
type: {{ platform.type }}
@@ -49,7 +49,7 @@ build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
4949
{% for project in projects.default -%}
5050
{% for platform in test_platforms.mobile_test -%}
5151
{% for editor in validation_editors.all -%}
52-
run_{{ project.name }}_tests_{{ platform.name }}_{{ editor }}:
52+
mobile_standalone_test_{{ project.name }}_{{ platform.name }}_{{ editor }}:
5353
name: Run {{ project.name }} Tests - [{{ platform.name }}, {{ editor }}, il2cpp]
5454
agent:
5555
type: {{ platform.type }}
@@ -91,7 +91,7 @@ run_{{ project.name }}_tests_{{ platform.name }}_{{ editor }}:
9191
paths:
9292
- "test-results/**/*"
9393
dependencies:
94-
- .yamato/mobile-standalone-test.yml#build_{{ project.name }}_{{ platform.name }}_{{ editor }}
94+
- .yamato/mobile-standalone-test.yml#mobile_standalone_build_{{ project.name }}_{{ platform.name }}_{{ editor }}
9595
{% endfor -%}
9696
{% endfor -%}
9797
{% endfor -%}

0 commit comments

Comments
 (0)