@@ -156,7 +156,6 @@ run_ios_{{ editor.version }}_{{ category.name }}:
156156 logs :
157157 paths :
158158 - " build/test-results/**"
159- {% endfor %} # test_category
160159
161160build_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