@@ -196,104 +196,6 @@ inputsystem-mobilefunctionaltests_-_6000_0_-_tvos:
196196 dependencies :
197197 - path : .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_0_-_tvos
198198
199- # InputSystem-MobileFunctionalTests - 6000.2 - Android - il2cpp
200- inputsystem-mobilefunctionaltests_-_6000_2_-_android_-_il2cpp :
201- name : InputSystem-MobileFunctionalTests - 6000.2 - Android - il2cpp
202- agent :
203- image : mobile/android-execution-base:v2.3785910
204- type : Unity::mobile::shield
205- flavor : b1.xlarge
206- commands :
207- - command : start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
208- - command : start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
209- - command : curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
210- - command : |-
211- set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
212- utr.bat --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=android
213- after :
214- - command : start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
215- - command : if not exist build\test-results mkdir build\test-results
216- - command : powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe logcat -d > build/test-results/device_log.txt
217- - command : .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
218- artifacts :
219- logs :
220- paths :
221- - build/test-results/**/*
222- dependencies :
223- - path : .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_2_-_android_-_il2cpp
224- variables :
225- UTR_VERSION : 1.42.0
226-
227- # InputSystem-MobileFunctionalTests - 6000.2 - Android - mono
228- inputsystem-mobilefunctionaltests_-_6000_2_-_android_-_mono :
229- name : InputSystem-MobileFunctionalTests - 6000.2 - Android - mono
230- agent :
231- image : mobile/android-execution-base:v2.3785910
232- type : Unity::mobile::shield
233- flavor : b1.xlarge
234- commands :
235- - command : start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
236- - command : start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
237- - command : curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
238- - command : |-
239- set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
240- utr.bat --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=android
241- after :
242- - command : start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
243- - command : if not exist build\test-results mkdir build\test-results
244- - command : powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe logcat -d > build/test-results/device_log.txt
245- - command : .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
246- artifacts :
247- logs :
248- paths :
249- - build/test-results/**/*
250- dependencies :
251- - path : .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_2_-_android_-_mono
252- variables :
253- UTR_VERSION : 1.42.0
254-
255- # InputSystem-MobileFunctionalTests - 6000.2 - IOS
256- inputsystem-mobilefunctionaltests_-_6000_2_-_ios :
257- name : InputSystem-MobileFunctionalTests - 6000.2 - IOS
258- agent :
259- image : package-ci/macos-13:default
260- type : Unity::mobile::iPhone
261- flavor : m1.mac
262- model : SE
263- commands :
264- - command : |-
265- curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
266- chmod u+x utr
267- - command : ./utr --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
268- after :
269- - command : bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
270- artifacts :
271- logs :
272- paths :
273- - build/test-results/**/*
274- dependencies :
275- - path : .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_2_-_ios
276- variables :
277- UTR_VERSION : 1.42.0
278-
279- # InputSystem-MobileFunctionalTests - 6000.2 - TvOS
280- inputsystem-mobilefunctionaltests_-_6000_2_-_tvos :
281- name : InputSystem-MobileFunctionalTests - 6000.2 - TvOS
282- agent :
283- image : package-ci/macos-13:default
284- type : Unity::mobile::appletv
285- flavor : m1.mac
286- commands :
287- - command : UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=tvOS
288- after :
289- - command : bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
290- artifacts :
291- logs :
292- paths :
293- - build/test-results/**/*
294- dependencies :
295- - path : .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_2_-_tvos
296-
297199# InputSystem-MobileFunctionalTests - 6000.3 - Android - il2cpp
298200inputsystem-mobilefunctionaltests_-_6000_3_-_android_-_il2cpp :
299201 name : InputSystem-MobileFunctionalTests - 6000.3 - Android - il2cpp
0 commit comments