@@ -178,95 +178,6 @@ inputsystem-mobilefunctionalbuildjobs_-_6000_0_-_tvos:
178178 paths :
179179 - build/players/**/*
180180
181- # InputSystem-MobileFunctionalBuildJobs - 6000.2 - Android - il2cpp
182- inputsystem-mobilefunctionalbuildjobs_-_6000_2_-_android_-_il2cpp :
183- name : InputSystem-MobileFunctionalBuildJobs - 6000.2 - Android - il2cpp
184- agent :
185- image : package-ci/win10:default
186- type : Unity::VM
187- flavor : b1.xlarge
188- commands :
189- - command : unity-downloader-cli -u 6000.2/staging -c Editor -c Android --fast --wait
190- - command : |-
191- set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
192- UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --category=!Performance --clean-library --reruncount=1 --clean-library-on-rerun --build-only --player-save-path=build/players --timeout=3600 --artifacts-path=build/logs --platform=android --scripting-backend=il2cpp
193- after :
194- - command : .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
195- artifacts :
196- logs :
197- paths :
198- - build/logs/**/*
199- players :
200- paths :
201- - build/players/**/*
202-
203- # InputSystem-MobileFunctionalBuildJobs - 6000.2 - Android - mono
204- inputsystem-mobilefunctionalbuildjobs_-_6000_2_-_android_-_mono :
205- name : InputSystem-MobileFunctionalBuildJobs - 6000.2 - Android - mono
206- agent :
207- image : package-ci/win10:default
208- type : Unity::VM
209- flavor : b1.xlarge
210- commands :
211- - command : unity-downloader-cli -u 6000.2/staging -c Editor -c Android --fast --wait
212- - command : |-
213- set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
214- UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --category=!Performance --clean-library --reruncount=1 --clean-library-on-rerun --build-only --player-save-path=build/players --timeout=3600 --artifacts-path=build/logs --platform=android
215- after :
216- - command : .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
217- artifacts :
218- logs :
219- paths :
220- - build/logs/**/*
221- players :
222- paths :
223- - build/players/**/*
224-
225- # InputSystem-MobileFunctionalBuildJobs - 6000.2 - IOS
226- inputsystem-mobilefunctionalbuildjobs_-_6000_2_-_ios :
227- name : InputSystem-MobileFunctionalBuildJobs - 6000.2 - IOS
228- agent :
229- image : package-ci/macos-13:default
230- type : Unity::VM::osx
231- flavor : m1.mac
232- commands :
233- - command : unity-downloader-cli -u 6000.2/staging -c Editor -c iOS --fast --wait
234- - command : |-
235- curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
236- chmod u+x utr
237- - command : ./utr --testproject=. --editor-location=.Editor --suite=playmode --category=!Performance --clean-library --reruncount=1 --clean-library-on-rerun --build-only --player-save-path=build/players --timeout=3600 --artifacts-path=build/logs --platform=ios
238- after :
239- - command : bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
240- artifacts :
241- logs :
242- paths :
243- - build/logs/**/*
244- players :
245- paths :
246- - build/players/**/*
247- variables :
248- UTR_VERSION : 1.42.0
249-
250- # InputSystem-MobileFunctionalBuildJobs - 6000.2 - TvOS
251- inputsystem-mobilefunctionalbuildjobs_-_6000_2_-_tvos :
252- name : InputSystem-MobileFunctionalBuildJobs - 6000.2 - TvOS
253- agent :
254- image : package-ci/macos-13:default
255- type : Unity::VM::osx
256- flavor : m1.mac
257- commands :
258- - command : unity-downloader-cli -u 6000.2/staging -c Editor -c AppleTV --fast --wait
259- - command : UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --category=!Performance --clean-library --reruncount=1 --clean-library-on-rerun --build-only --player-save-path=build/players --timeout=3600 --artifacts-path=build/logs --platform=tvOS
260- after :
261- - command : bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
262- artifacts :
263- logs :
264- paths :
265- - build/logs/**/*
266- players :
267- paths :
268- - build/players/**/*
269-
270181# InputSystem-MobileFunctionalBuildJobs - 6000.3 - Android - il2cpp
271182inputsystem-mobilefunctionalbuildjobs_-_6000_3_-_android_-_il2cpp :
272183 name : InputSystem-MobileFunctionalBuildJobs - 6000.3 - Android - il2cpp
0 commit comments