Skip to content

Commit 2e9aa9c

Browse files
committed
Change image and run using editor
1 parent 4329ced commit 2e9aa9c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.yamato/upm-ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,10 @@ test_iOS_{{ editor.version }}:
124124
name: Test {{ editor.version }} on iOS
125125
agent:
126126
type: Unity::VM::osx
127-
image: mobile/ios-macos-10.15:latest
127+
image: mobile/ios-macos-11:latest
128128
flavor: i1.large
129129
variables:
130130
IOS_SIMULATOR_SDK: 1
131-
UTR_VERSION: 1.0.0
132131
commands:
133132
- brew tap --force-auto-update unity/unity [email protected]:unity/homebrew-unity.git
134133
- brew install unity-config
@@ -142,8 +141,7 @@ test_iOS_{{ editor.version }}:
142141
- chmod u+x utr
143142
- pip install unity-downloader-cli --index-url {{ artifactory.production }}pypi/pypi/simple --upgrade
144143
- unity-downloader-cli -c Editor -c iOS -u {{ editor.version }} --wait --fast
145-
- ./utr --testproject=.MyTestProject --editor-location=.Editor --suite=playmode --platform=ios --artifacts_path=upm-ci~/test-results/ios --extra-editor-arg="-playerHeartbeatTimeout 1200" --extra-editor-arg="-upmNoDefaultPackages" --timeout=1200 --player-save-path=build/players --build-only
146-
- ./utr --testproject=.MyTestProject --editor-location=.Editor --suite=playmode --platform=ios --artifacts_path=upm-ci~/test-results/ios --extra-editor-arg="-playerHeartbeatTimeout 1200" --extra-editor-arg="-upmNoDefaultPackages" --timeout=1200 --player-load-path=build/players
144+
- ./utr --testproject=.MyTestProject --editor-location=.Editor --suite=playmode --platform=ios --artifacts_path=upm-ci~/test-results/ios --extra-editor-arg="-playerHeartbeatTimeout 1200" --extra-editor-arg="-upmNoDefaultPackages" --timeout=1200
147145
artifacts:
148146
packages:
149147
paths:

0 commit comments

Comments
 (0)