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
63 changes: 45 additions & 18 deletions .yamato/input-system-mobile-functional-build-jobs.yml

Large diffs are not rendered by default.

42 changes: 36 additions & 6 deletions .yamato/input-system-mobile-functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ 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 --timeout=3600 --artifacts-path=build/test-results --platform=ios
- command: |-
curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
chmod u+x utr
- command: ./utr --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 @@ -70,6 +73,8 @@ inputsystem-mobilefunctionaltests_-_2022_3_-_ios:
- build/test-results/**/*
dependencies:
- path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_2022_3_-_ios
variables:
UTR_VERSION: 1.42.0

# InputSystem-MobileFunctionalTests - 2022.3 - TvOS
inputsystem-mobilefunctionaltests_-_2022_3_-_tvos:
Expand Down Expand Up @@ -150,7 +155,10 @@ 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 --timeout=3600 --artifacts-path=build/test-results --platform=ios
- command: |-
curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
chmod u+x utr
- command: ./utr --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 @@ -159,6 +167,8 @@ inputsystem-mobilefunctionaltests_-_6000_0_-_ios:
- build/test-results/**/*
dependencies:
- path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_0_-_ios
variables:
UTR_VERSION: 1.42.0

# InputSystem-MobileFunctionalTests - 6000.0 - TvOS
inputsystem-mobilefunctionaltests_-_6000_0_-_tvos:
Expand Down Expand Up @@ -239,7 +249,10 @@ 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 --timeout=3600 --artifacts-path=build/test-results --platform=ios
- command: |-
curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
chmod u+x utr
- command: ./utr --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 @@ -248,6 +261,8 @@ inputsystem-mobilefunctionaltests_-_6000_2_-_ios:
- build/test-results/**/*
dependencies:
- path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_2_-_ios
variables:
UTR_VERSION: 1.42.0

# InputSystem-MobileFunctionalTests - 6000.2 - TvOS
inputsystem-mobilefunctionaltests_-_6000_2_-_tvos:
Expand Down Expand Up @@ -328,7 +343,10 @@ 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 --timeout=3600 --artifacts-path=build/test-results --platform=ios
- command: |-
curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
chmod u+x utr
- command: ./utr --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 @@ -337,6 +355,8 @@ inputsystem-mobilefunctionaltests_-_6000_3_-_ios:
- build/test-results/**/*
dependencies:
- path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_3_-_ios
variables:
UTR_VERSION: 1.42.0

# InputSystem-MobileFunctionalTests - 6000.3 - TvOS
inputsystem-mobilefunctionaltests_-_6000_3_-_tvos:
Expand Down Expand Up @@ -417,7 +437,10 @@ 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 --timeout=3600 --artifacts-path=build/test-results --platform=ios
- command: |-
curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
chmod u+x utr
- command: ./utr --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 @@ -426,6 +449,8 @@ inputsystem-mobilefunctionaltests_-_6000_4_-_ios:
- build/test-results/**/*
dependencies:
- path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_4_-_ios
variables:
UTR_VERSION: 1.42.0

# InputSystem-MobileFunctionalTests - 6000.4 - TvOS
inputsystem-mobilefunctionaltests_-_6000_4_-_tvos:
Expand Down Expand Up @@ -506,7 +531,10 @@ inputsystem-mobilefunctionaltests_-_6000_5_-_ios:
flavor: m1.mac
model: SE-Gen3
commands:
- command: UnifiedTestRunner --suite=playmode --category=!Performance --reruncount=1 --clean-library --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
- command: |-
curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
chmod u+x utr
- command: ./utr --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 @@ -515,6 +543,8 @@ inputsystem-mobilefunctionaltests_-_6000_5_-_ios:
- build/test-results/**/*
dependencies:
- path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_ios
variables:
UTR_VERSION: 1.42.0

# InputSystem-MobileFunctionalTests - 6000.5 - TvOS
inputsystem-mobilefunctionaltests_-_6000_5_-_tvos:
Expand Down
Loading