Skip to content

Commit a2abf41

Browse files
committed
revert split func & perf variable for tvOS
1 parent cb925f7 commit a2abf41

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.yamato/config.metadata

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
editors:
22
- version: 2021.3
33
- version: 2022.3
4-
tvos_run_functional: false
5-
tvos_run_performance: true
4+
run_tvos: false
65
- version: 6000.0
7-
tvos_run_functional: false
8-
tvos_run_performance: true
6+
run_tvos: false
97
- version: 6000.1
10-
tvos_run_functional: false
11-
tvos_run_performance: true
8+
run_tvos: false
129
- version: trunk
13-
tvos_run_functional: false
14-
tvos_run_performance: true
10+
run_tvos: false
1511

1612
utr_install_win: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
1713
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ 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.tvos_run_functional == "false" %}
285+
{% if editor.run_tvos == "false" %}
286286
- .yamato/upm-ci.yml#build_tvos_{{ editor.version }}_functional
287287
{% else %}
288288
- .yamato/upm-ci.yml#run_tvos_{{ editor.version }}_functional
@@ -311,7 +311,7 @@ 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-
{% unless editor.tvos_run_performance == "false" %}
314+
{% unless editor.run_tvos == "false" %}
315315
- .yamato/upm-ci.yml#run_tvos_{{ editor.version }}_performance
316316
{% endunless %}
317317
{% endfor %} #editors

0 commit comments

Comments
 (0)