|
1 | 1 | # Auto-generated by Recipe Engine, do not modify manually.
|
2 | 2 |
|
3 |
| -# InputSystem-MobileFunctionalTests - 2021.3 - Android - il2cpp |
4 |
| -inputsystem-mobilefunctionaltests_-_2021_3_-_android_-_il2cpp: |
5 |
| - name: InputSystem-MobileFunctionalTests - 2021.3 - Android - il2cpp |
6 |
| - agent: |
7 |
| - image: package-ci/win10:default |
8 |
| - type: Unity::mobile::shield |
9 |
| - flavor: b1.xlarge |
10 |
| - commands: |
11 |
| - - command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP% |
12 |
| - - command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices |
13 |
| - - command: |- |
14 |
| - set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP% |
15 |
| - UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=android |
16 |
| - after: |
17 |
| - - command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP% |
18 |
| - - command: if not exist build\test-results mkdir build\test-results |
19 |
| - - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe logcat -d > build/test-results/device_log.txt |
20 |
| - - command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd |
21 |
| - artifacts: |
22 |
| - logs: |
23 |
| - paths: |
24 |
| - - build/test-results/**/* |
25 |
| - dependencies: |
26 |
| - - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_2021_3_-_android_-_il2cpp |
27 |
| - |
28 |
| -# InputSystem-MobileFunctionalTests - 2021.3 - Android - mono |
29 |
| -inputsystem-mobilefunctionaltests_-_2021_3_-_android_-_mono: |
30 |
| - name: InputSystem-MobileFunctionalTests - 2021.3 - Android - mono |
31 |
| - agent: |
32 |
| - image: package-ci/win10:default |
33 |
| - type: Unity::mobile::shield |
34 |
| - flavor: b1.xlarge |
35 |
| - commands: |
36 |
| - - command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP% |
37 |
| - - command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices |
38 |
| - - command: |- |
39 |
| - set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP% |
40 |
| - UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=android |
41 |
| - after: |
42 |
| - - command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP% |
43 |
| - - command: if not exist build\test-results mkdir build\test-results |
44 |
| - - command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe logcat -d > build/test-results/device_log.txt |
45 |
| - - command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd |
46 |
| - artifacts: |
47 |
| - logs: |
48 |
| - paths: |
49 |
| - - build/test-results/**/* |
50 |
| - dependencies: |
51 |
| - - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_2021_3_-_android_-_mono |
52 |
| - |
53 |
| -# InputSystem-MobileFunctionalTests - 2021.3 - IOS |
54 |
| -inputsystem-mobilefunctionaltests_-_2021_3_-_ios: |
55 |
| - name: InputSystem-MobileFunctionalTests - 2021.3 - IOS |
56 |
| - agent: |
57 |
| - image: package-ci/macos-13:default |
58 |
| - type: Unity::mobile::iPhone |
59 |
| - flavor: m1.mac |
60 |
| - model: SE |
61 |
| - commands: |
62 |
| - - command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=ios |
63 |
| - after: |
64 |
| - - command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh |
65 |
| - artifacts: |
66 |
| - logs: |
67 |
| - paths: |
68 |
| - - build/test-results/**/* |
69 |
| - dependencies: |
70 |
| - - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_2021_3_-_ios |
71 |
| - |
72 |
| -# InputSystem-MobileFunctionalTests - 2021.3 - TvOS |
73 |
| -inputsystem-mobilefunctionaltests_-_2021_3_-_tvos: |
74 |
| - name: InputSystem-MobileFunctionalTests - 2021.3 - TvOS |
75 |
| - agent: |
76 |
| - image: package-ci/macos-13:default |
77 |
| - type: Unity::mobile::appletv |
78 |
| - flavor: m1.mac |
79 |
| - commands: |
80 |
| - - command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=tvOS |
81 |
| - after: |
82 |
| - - command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh |
83 |
| - artifacts: |
84 |
| - logs: |
85 |
| - paths: |
86 |
| - - build/test-results/**/* |
87 |
| - dependencies: |
88 |
| - - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_2021_3_-_tvos |
89 |
| - |
90 | 3 | # InputSystem-MobileFunctionalTests - 2022.3 - Android - il2cpp
|
91 | 4 | inputsystem-mobilefunctionaltests_-_2022_3_-_android_-_il2cpp:
|
92 | 5 | name: InputSystem-MobileFunctionalTests - 2022.3 - Android - il2cpp
|
|
0 commit comments