@@ -31,7 +31,6 @@ build_{{ project.name }}_{{ editor }}_{{ platform.name }}:
3131 - chmod +x ./utr
3232 - ./utr --artifacts_path=artifacts --testproject={{ project.path }} --architecture={{ platform.architecture }} --editor-location=.Editor --reruncount=1 --suite=playmode --platform={{ platform.standalone }} --build-only --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --testfilter=Unity.Netcode.RuntimeTests --extra-editor-arg=!Performance --extra-editor-arg=-testCategory
3333{% endif %}
34-
3534 artifacts :
3635 logs :
3736 paths :
@@ -57,7 +56,7 @@ build_{{ project.name }}_{{ editor }}_{{ platform.name }}:
5756{% for editor in validation_editors.all -%}
5857{% for platform in test_platforms.mobile_test -%}
5958{% if platform.standalone == "Android" -%}
60- run_{{ project.name }}_tests_{{ editor }}_android :
59+ run_{{ project.name }}_tests_{{ editor }}_{{ platform.name }} :
6160 name : Run {{ project.name }} Tests - [{{ editor }}, android, il2cpp]
6261 agent :
6362 type : {{ platform.type }}
@@ -91,7 +90,7 @@ run_{{ project.name }}_tests_{{ editor }}_android:
9190 - build/test-results/**
9291 - build/players/**
9392 dependencies :
94- - .yamato/mobile-standalone-test.yml#build_{{ project.name }}_{{ editor }}_android
93+ - .yamato/mobile-standalone-test.yml#build_{{ project.name }}_{{ editor }}_{{ platform.name }}
9594{% endif -%}
9695{% endfor -%}
9796{% endfor -%}
@@ -103,7 +102,7 @@ run_{{ project.name }}_tests_{{ editor }}_android:
103102{% for editor in validation_editors.all -%}
104103{% for platform in test_platforms.mobile_build -%}
105104{% if platform.standalone == "IOS" -%}
106- run_{{ project.name }}_tests_{{ editor }}_ios :
105+ run_{{ project.name }}_tests_{{ editor }}_{{ platform.name }} :
107106 name : Run {{ project.name }} Tests - [{{ editor }}, ios, il2cpp]
108107 agent :
109108 type : {{ platform.type }}
@@ -133,7 +132,7 @@ artifacts:
133132 - build/players/**
134133 # Set a dependency on the build job
135134 dependencies :
136- - .yamato/mobile-standalone-test.yml#build_{{ project.name }}_{{ editor }}_ios
135+ - .yamato/mobile-standalone-test.yml#build_{{ project.name }}_{{ editor }}_{{ platform.name }}
137136{% endif -%}
138137{% endfor -%}
139138{% endfor -%}
0 commit comments