Skip to content

Commit 45714d7

Browse files
committed
tvOS functional performance split for All Runs
1 parent 479f816 commit 45714d7

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.yamato/config.metadata

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
editors:
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

1216
utr_install_win: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
1317
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.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

0 commit comments

Comments
 (0)