Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 1 addition & 1 deletion .yamato/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ code_analyser:
- unzip Tools/CodeAnalyzerTestProject/Microsoft.CodeQuality.Analyzers/Microsoft.CodeQuality.Analyzers.zip -d Tools/CodeAnalyzerTestProject/Microsoft.CodeQuality.Analyzers
- {{ upm_ci_install }}
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
- upm-ci project test --project-path Tools/CodeAnalyzerTestProject -u 2021.3
- upm-ci project test --project-path Tools/CodeAnalyzerTestProject -u 2022.3
triggers:
cancel_old_ci: true
expression: pull_request.(target eq "develop" AND NOT changes.all match "**/*.md")
Expand Down
6 changes: 6 additions & 0 deletions .yamato/input-system-mobile-performance-build-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ inputsystem-mobileperformancebuildjobs_-_2022_3_-_ios:
players:
paths:
- build/players/**/*
variables:
UNITY_HANDLEUIINTERRUPTIONS: 1

# InputSystem-MobilePerformanceBuildJobs - 2022.3 - TvOS
inputsystem-mobileperformancebuildjobs_-_2022_3_-_tvos:
Expand Down Expand Up @@ -147,6 +149,8 @@ inputsystem-mobileperformancebuildjobs_-_6000_0_-_ios:
players:
paths:
- build/players/**/*
variables:
UNITY_HANDLEUIINTERRUPTIONS: 1

# InputSystem-MobilePerformanceBuildJobs - 6000.0 - TvOS
inputsystem-mobileperformancebuildjobs_-_6000_0_-_tvos:
Expand Down Expand Up @@ -231,6 +235,8 @@ inputsystem-mobileperformancebuildjobs_-_6000_2_-_ios:
players:
paths:
- build/players/**/*
variables:
UNITY_HANDLEUIINTERRUPTIONS: 1

# InputSystem-MobilePerformanceBuildJobs - 6000.2 - TvOS
inputsystem-mobileperformancebuildjobs_-_6000_2_-_tvos:
Expand Down
6 changes: 3 additions & 3 deletions .yamato/input-system-mobile-performance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ inputsystem-mobileperformancetests_-_2022_3_-_ios:
image: package-ci/macos-13:default
type: Unity::mobile::iPhone
flavor: m1.mac
model: SE
model: SE-Gen3
commands:
- command: UnifiedTestRunner --suite=playmode --category=Performance --reruncount=1 --clean-library --report-performance-data --performance-project-id=InputSystem --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
after:
Expand Down Expand Up @@ -148,7 +148,7 @@ inputsystem-mobileperformancetests_-_6000_0_-_ios:
image: package-ci/macos-13:default
type: Unity::mobile::iPhone
flavor: m1.mac
model: SE
model: SE-Gen3
commands:
- command: UnifiedTestRunner --suite=playmode --category=Performance --reruncount=1 --clean-library --report-performance-data --performance-project-id=InputSystem --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
after:
Expand Down Expand Up @@ -237,7 +237,7 @@ inputsystem-mobileperformancetests_-_6000_2_-_ios:
image: package-ci/macos-13:default
type: Unity::mobile::iPhone
flavor: m1.mac
model: SE
model: SE-Gen3
commands:
- command: UnifiedTestRunner --suite=playmode --category=Performance --reruncount=1 --clean-library --report-performance-data --performance-project-id=InputSystem --player-load-path=build/players --timeout=3600 --artifacts-path=build/test-results --platform=ios
after:
Expand Down
2 changes: 1 addition & 1 deletion .yamato/trigger-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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_-_2022_3_-_windows
- .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_0_-_windows
- .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_2_-_windows
triggers:
Expand Down
14 changes: 7 additions & 7 deletions .yamato/wrench/api-validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
all_api_validation_jobs:
name: All API Validation Jobs
dependencies:
- path: .yamato/wrench/api-validation-jobs.yml#api_validation_-_inputsystem_-_2021_3_-_windows
- path: .yamato/wrench/api-validation-jobs.yml#api_validation_-_inputsystem_-_2022_3_-_windows

# upm-ci validation tests for API Validation - inputsystem - 2021.3 - windows (2021.3 - Windows).
api_validation_-_inputsystem_-_2021_3_-_windows:
name: API Validation - inputsystem - 2021.3 - windows
# upm-ci validation tests for API Validation - inputsystem - 2022.3 - windows (2022.3 - Windows).
api_validation_-_inputsystem_-_2022_3_-_windows:
name: API Validation - inputsystem - 2022.3 - windows
agent:
image: package-ci/win10:default
type: Unity::VM
Expand All @@ -20,7 +20,7 @@ api_validation_-_inputsystem_-_2021_3_-_windows:
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
timeout: 20
retries: 10
- command: unity-downloader-cli -u 2021.3/staging -c editor --path .Editor --fast
- command: unity-downloader-cli -u 2022.3/staging -c editor --path .Editor --fast
timeout: 10
retries: 3
- command: python PythonScripts/PackageJsonCondersor.py
Expand Down 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: 1.2.0.0
UPMPVP_CONTEXT_WRENCH: 1.3.0.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.2.0.0
Wrench: 1.3.0.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: 1.2.0.0
Wrench: 1.3.0.0

Loading