File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 11editors:
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
1612utr_install_win: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
1713utr_install_nix: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr && chmod +x utr
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments