Skip to content
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
f020635
Add first recipe for Input tests on desktop platforms
windxu88 Aug 7, 2025
545e75e
Only install netfx on Windows
windxu88 Aug 7, 2025
cf15599
Add more flags
windxu88 Aug 7, 2025
89c197b
Add infrastructure_instabilities_detection
windxu88 Aug 7, 2025
9df440f
Some refactoring
windxu88 Aug 7, 2025
d2c3783
Add two standalone test recipes
windxu88 Aug 7, 2025
53206a5
Add performance tests recipes and code coverage options
windxu88 Aug 13, 2025
fab79f6
Download StandaloneSupport-IL2CPP component for IL2CPP tests
windxu88 Aug 13, 2025
9e3857d
Fix instability detection script path
windxu88 Aug 13, 2025
0158874
Update Wrench to 0.12.3
windxu88 Aug 13, 2025
9cfc571
Fix YAMATO_SOURCE_DIR variable
windxu88 Aug 15, 2025
cd986d2
Add more recipes
windxu88 Aug 19, 2025
032923d
Add PR trigger
windxu88 Aug 19, 2025
0456bef
Add backend support for Android jobs
windxu88 Aug 19, 2025
22c4d5b
Refactoring to mobile jobs
windxu88 Aug 20, 2025
7f6d4fb
Add nightly trigger
windxu88 Aug 20, 2025
9382d56
Add publish_dryrun job to PR trigger
windxu88 Aug 20, 2025
9dfc7a3
Update Wrench to v1.0.1 and update Ubuntu image to 22.04
windxu88 Aug 22, 2025
683767b
Merge develop branch
windxu88 Aug 22, 2025
77b19df
Fix ios and tvos jobs
windxu88 Aug 25, 2025
68ab89b
Add a trigger for all mobile tests
windxu88 Aug 25, 2025
2325971
Fix tvOS test job
windxu88 Aug 26, 2025
1415be6
Remove legacy test jobs
windxu88 Aug 26, 2025
0a77838
Remove more legacy jobs
windxu88 Sep 2, 2025
57ac36c
Remove upm-ci.yml
windxu88 Sep 2, 2025
95f1719
Merge from develop branch
windxu88 Sep 2, 2025
a1c4450
Remove duplicated performance test flags in Editor Performance recipe…
windxu88 Sep 3, 2025
90ece43
Reduce duplication in mobile recipes
windxu88 Sep 5, 2025
ec7256b
Rename base recipe classes
windxu88 Sep 5, 2025
a519e93
More refactoring
windxu88 Sep 9, 2025
b36bf50
Merge branch 'develop' into migrate_ci_to_recipe_engine
windxu88 Sep 11, 2025
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
1,588 changes: 0 additions & 1,588 deletions .yamato/PVPexemptions.json

This file was deleted.

332 changes: 332 additions & 0 deletions .yamato/input-system-editor-functional-tests.yml

Large diffs are not rendered by default.

332 changes: 332 additions & 0 deletions .yamato/input-system-editor-performance-tests.yml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

524 changes: 524 additions & 0 deletions .yamato/input-system-mobile-functional-tests.yml

Large diffs are not rendered by default.

510 changes: 510 additions & 0 deletions .yamato/input-system-mobile-performance-build-jobs.yml

Large diffs are not rendered by default.

524 changes: 524 additions & 0 deletions .yamato/input-system-mobile-performance-tests.yml

Large diffs are not rendered by default.

332 changes: 332 additions & 0 deletions .yamato/input-system-standalone-functional-tests.yml

Large diffs are not rendered by default.

332 changes: 332 additions & 0 deletions .yamato/input-system-standalone-il2-cpp-functional-tests.yml

Large diffs are not rendered by default.

332 changes: 332 additions & 0 deletions .yamato/input-system-standalone-il2-cpp-performance-tests.yml

Large diffs are not rendered by default.

332 changes: 332 additions & 0 deletions .yamato/input-system-standalone-performance-tests.yml

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions .yamato/mobile_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"ios": {
"build": {
"type": "Unity::VM::osx",
"image": "package-ci/macos-13:default",
"flavor": "m1.mac"
},
"run": {
"type": "Unity::mobile::iPhone",
"image": "package-ci/macos-13:default",
"flavor": "m1.mac",
"model": "SE"
}
},
"tvos": {
"build": {
"type": "Unity::VM::osx",
"image": "package-ci/macos-13:default",
"flavor": "m1.mac"
},
"run": {
"type": "Unity::mobile::appletv",
"image": "package-ci/macos-13:default",
"flavor": "m1.mac"
}
},
"android": {
"build": {
"type": "Unity::VM",
"image": "package-ci/win10:default",
"flavor": "b1.xlarge"
},
"run": {
"type": "Unity::mobile::shield",
"image": "package-ci/win10:default",
"flavor": "b1.xlarge"
}
}
}
24 changes: 0 additions & 24 deletions .yamato/promotion.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .yamato/trigger-documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tests_for_doc_changes:
name: Tests for Documentation Changes
dependencies:
- .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_2021_3_-_windows
- .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_0_-_windows
- .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_2_-_windows
triggers:
cancel_old_ci: true
expression: pull_request.(target eq "develop" AND changes.all match "**/*.md")
206 changes: 206 additions & 0 deletions .yamato/triggers.yml

Large diffs are not rendered by default.

337 changes: 0 additions & 337 deletions .yamato/upm-ci.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .yamato/wrench/api-validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ api_validation_-_inputsystem_-_2021_3_-_windows:
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
variables:
UPMPVP_CONTEXT_WRENCH: 0.12.2.0
UPMPVP_CONTEXT_WRENCH: 1.0.1.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 0.12.2.0
Wrench: 1.0.1.0

2 changes: 1 addition & 1 deletion .yamato/wrench/package-pack-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ package_pack_-_inputsystem:
UPMCI_ACK_LARGE_PACKAGE: 1
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 0.12.2.0
Wrench: 1.0.1.0

Loading