File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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 git@github.cds.internal.unity3d.com: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 :
You can’t perform that action at this time.
0 commit comments