Skip to content

Commit 065e536

Browse files
committed
tvOS
1 parent cfa06ea commit 065e536

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

.yamato/config.metadata

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
editors:
22
- version: 2021.3
33
- version: 2022.3
4-
disable_tvos_run_functional: true
5-
disable_tvos_run_performance: false
4+
tvos_run_functional: false
5+
tvos_run_performance: true
66
- version: 6000.0
7-
disable_tvos_run_functional: true
8-
disable_tvos_run_performance: false
7+
tvos_run_functional: false
8+
tvos_run_performance: true
99
- version: 6000.1
10-
disable_tvos_run_functional: true
11-
disable_tvos_run_performance: false
10+
tvos_run_functional: false
11+
tvos_run_performance: true
1212
- version: trunk
13-
disable_tvos_run_functional: true
14-
disable_tvos_run_performance: false
13+
tvos_run_functional: false
14+
tvos_run_performance: true
1515

1616
utr_install_win: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
1717
utr_install_nix: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr && chmod +x utr

.yamato/upm-ci.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ run_ios_{{ editor.version }}_{{ category.name }}:
156156
logs:
157157
paths:
158158
- "build/test-results/**"
159-
{% endfor %} # test_category
160159

161160
build_tvos_{{ editor.version }}_{{ category.name }}:
162161
name: Build - {{ editor.version }} - tvOS, {{ category.name }} tests
@@ -203,6 +202,7 @@ run_tvos_{{ editor.version }}_{{ category.name }}:
203202
logs:
204203
paths:
205204
- "build/test-results/**"
205+
{% endfor %} # test_category
206206

207207
{% for backend in scripting_backends %}
208208
{% for category in test_category %}
@@ -282,11 +282,11 @@ all_tests:
282282
- .yamato/upm-ci.yml#run_android_{{ editor.version }}_{{ backend.name }}_functional
283283
{% endfor %}
284284
- .yamato/upm-ci.yml#run_ios_{{ editor.version }}_functional
285-
{% if editor.disable_tvos_run_functional %}
285+
{% if editor.tvos_run_functional == "false" %}
286286
- .yamato/upm-ci.yml#build_tvos_{{ editor.version }}_functional
287-
{% else %}
287+
{% else %}
288288
- .yamato/upm-ci.yml#run_tvos_{{ editor.version }}_functional
289-
{% endif %}
289+
{% endif %}
290290
{% endfor %}
291291
- .yamato/upm-ci.yml#publish_dryrun
292292
triggers:
@@ -311,11 +311,9 @@ performance_tests_only:
311311
- .yamato/upm-ci.yml#run_android_{{ editor.version }}_{{ backend.name }}_performance
312312
{% endfor %}
313313
- .yamato/upm-ci.yml#run_ios_{{ editor.version }}_performance
314-
{% if editor.disable_tvos_run_performance %}
315-
- .yamato/upm-ci.yml#build_tvos_{{ editor.version }}_performance
316-
{% else %}
317-
- .yamato/upm-ci.yml#run_tvos_{{ editor.version }}_performance
318-
{% endif %}
314+
{% unless editor.tvos_run_performance == "true" %}
315+
- .yamato/upm-ci.yml#run_tvos_{{ editor.version }}_performance
316+
{% endunless %}
319317
{% endfor %} #editors
320318
triggers:
321319
recurring:

0 commit comments

Comments
 (0)