File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11editors:
22 - version: 2021.3
33 - version: 2022.3
4- disable_tvos_run: true
4+ disable_tvos_run_functional: true
5+ disable_tvos_run_performance: false
56 - version: 6000.0
6- disable_tvos_run: true
7+ disable_tvos_run_functional: true
8+ disable_tvos_run_performance: false
79 - version: 6000.1
8- disable_tvos_run: true
10+ disable_tvos_run_functional: true
11+ disable_tvos_run_performance: false
912 - version: trunk
10- disable_tvos_run: true
13+ disable_tvos_run_functional: true
14+ disable_tvos_run_performance: false
1115
1216utr_install_win: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
1317utr_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.disable_tvos_run %}
285+ {% if editor.disable_tvos_run_functional %}
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- {% if editor.disable_tvos_run %}
314+ {% if editor.disable_tvos_run_performance %}
315315 - .yamato/upm-ci.yml#build_tvos_{{ editor.version }}_performance
316316 {% else %}
317317 - .yamato/upm-ci.yml#run_tvos_{{ editor.version }}_performance
You can’t perform that action at this time.
0 commit comments