Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .yamato/input-system-editor-functional-tests.yml

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions .yamato/input-system-editor-performance-tests.yml

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions .yamato/input-system-mobile-functional-build-jobs.yml

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions .yamato/input-system-mobile-functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputsystem-mobilefunctionaltests_-_2022_3_-_android_-_il2cpp:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
- command: |-
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=android
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=android
after:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
- command: if not exist build\test-results mkdir build\test-results
Expand All @@ -37,7 +37,7 @@ inputsystem-mobilefunctionaltests_-_2022_3_-_android_-_mono:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
- command: |-
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=android
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=android
after:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
- command: if not exist build\test-results mkdir build\test-results
Expand All @@ -59,7 +59,7 @@ inputsystem-mobilefunctionaltests_-_2022_3_-_ios:
flavor: m1.mac
model: SE
commands:
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=ios
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
artifacts:
Expand All @@ -77,7 +77,7 @@ inputsystem-mobilefunctionaltests_-_2022_3_-_tvos:
type: Unity::mobile::appletv
flavor: m1.mac
commands:
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=tvOS
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=tvOS
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
artifacts:
Expand All @@ -99,7 +99,7 @@ inputsystem-mobilefunctionaltests_-_6000_0_-_android_-_il2cpp:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
- command: |-
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=android
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=android
after:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
- command: if not exist build\test-results mkdir build\test-results
Expand All @@ -124,7 +124,7 @@ inputsystem-mobilefunctionaltests_-_6000_0_-_android_-_mono:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
- command: |-
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=android
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=android
after:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
- command: if not exist build\test-results mkdir build\test-results
Expand All @@ -146,7 +146,7 @@ inputsystem-mobilefunctionaltests_-_6000_0_-_ios:
flavor: m1.mac
model: SE
commands:
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=ios
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
artifacts:
Expand All @@ -164,7 +164,7 @@ inputsystem-mobilefunctionaltests_-_6000_0_-_tvos:
type: Unity::mobile::appletv
flavor: m1.mac
commands:
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=tvOS
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=tvOS
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
artifacts:
Expand All @@ -186,7 +186,7 @@ inputsystem-mobilefunctionaltests_-_6000_2_-_android_-_il2cpp:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
- command: |-
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=android
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=android
after:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
- command: if not exist build\test-results mkdir build\test-results
Expand All @@ -211,7 +211,7 @@ inputsystem-mobilefunctionaltests_-_6000_2_-_android_-_mono:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
- command: |-
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=android
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=android
after:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
- command: if not exist build\test-results mkdir build\test-results
Expand All @@ -233,7 +233,7 @@ inputsystem-mobilefunctionaltests_-_6000_2_-_ios:
flavor: m1.mac
model: SE
commands:
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=ios
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
artifacts:
Expand All @@ -251,7 +251,7 @@ inputsystem-mobilefunctionaltests_-_6000_2_-_tvos:
type: Unity::mobile::appletv
flavor: m1.mac
commands:
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=tvOS
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=tvOS
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
artifacts:
Expand All @@ -273,7 +273,7 @@ inputsystem-mobilefunctionaltests_-_6000_3_-_android_-_il2cpp:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
- command: |-
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=android
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=android
after:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
- command: if not exist build\test-results mkdir build\test-results
Expand All @@ -298,7 +298,7 @@ inputsystem-mobilefunctionaltests_-_6000_3_-_android_-_mono:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
- command: |-
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=android
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=android
after:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
- command: if not exist build\test-results mkdir build\test-results
Expand All @@ -320,7 +320,7 @@ inputsystem-mobilefunctionaltests_-_6000_3_-_ios:
flavor: m1.mac
model: SE-Gen3
commands:
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=ios
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
artifacts:
Expand All @@ -338,7 +338,7 @@ inputsystem-mobilefunctionaltests_-_6000_3_-_tvos:
type: Unity::mobile::appletv
flavor: m1.mac
commands:
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=tvOS
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=tvOS
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
artifacts:
Expand All @@ -360,7 +360,7 @@ inputsystem-mobilefunctionaltests_-_6000_4_-_android_-_il2cpp:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
- command: |-
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=android
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=android
after:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
- command: if not exist build\test-results mkdir build\test-results
Expand All @@ -385,7 +385,7 @@ inputsystem-mobilefunctionaltests_-_6000_4_-_android_-_mono:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
- command: |-
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=android
UnifiedTestRunner.exe --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=android
after:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
- command: if not exist build\test-results mkdir build\test-results
Expand All @@ -407,7 +407,7 @@ inputsystem-mobilefunctionaltests_-_6000_4_-_ios:
flavor: m1.mac
model: SE-Gen3
commands:
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=ios
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
artifacts:
Expand All @@ -425,7 +425,7 @@ inputsystem-mobilefunctionaltests_-_6000_4_-_tvos:
type: Unity::mobile::appletv
flavor: m1.mac
commands:
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --artifacts-path=build/test-results --platform=tvOS
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=tvOS
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
artifacts:
Expand Down
Loading