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
107 changes: 63 additions & 44 deletions .yamato/input-system-editor-functional-tests.yml

Large diffs are not rendered by default.

89 changes: 54 additions & 35 deletions .yamato/input-system-editor-performance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,16 @@ inputsystem-editorperformancetests_-_6000_3_-_win10:
paths:
- artifacts/**/*

# InputSystem-EditorPerformanceTests - 6000.4 - MacOs13
inputsystem-editorperformancetests_-_6000_4_-_macos13:
name: InputSystem-EditorPerformanceTests - 6000.4 - MacOs13
# InputSystem-EditorPerformanceTests - 6000.5 - MacOs13
inputsystem-editorperformancetests_-_6000_5_-_macos13:
name: InputSystem-EditorPerformanceTests - 6000.5 - MacOs13
agent:
image: package-ci/macos-13:v4
type: Unity::VM::osx
flavor: b1.xlarge
commands:
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
- command: unity-downloader-cli -u 6000.4/staging -c Editor --fast --wait
- command: unity-downloader-cli -u 6000.5/staging -c Editor --fast --wait
- command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=Editor --suite=Playmode --category=Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --report-performance-data --performance-project-id=InputSystem --timeout=3600 --artifacts-path=artifacts
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
Expand All @@ -133,16 +133,16 @@ inputsystem-editorperformancetests_-_6000_4_-_macos13:
paths:
- artifacts/**/*

# InputSystem-EditorPerformanceTests - 6000.4 - Ubuntu2204
inputsystem-editorperformancetests_-_6000_4_-_ubuntu2204:
name: InputSystem-EditorPerformanceTests - 6000.4 - Ubuntu2204
# InputSystem-EditorPerformanceTests - 6000.5 - Ubuntu2204
inputsystem-editorperformancetests_-_6000_5_-_ubuntu2204:
name: InputSystem-EditorPerformanceTests - 6000.5 - Ubuntu2204
agent:
image: package-ci/ubuntu-22.04:v4
type: Unity::VM::GPU
flavor: b1.large
commands:
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
- command: unity-downloader-cli -u 6000.4/staging -c Editor --fast --wait
- command: unity-downloader-cli -u 6000.5/staging -c Editor --fast --wait
- command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=Editor --suite=Playmode --category=Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --report-performance-data --performance-project-id=InputSystem --timeout=3600 --artifacts-path=artifacts
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
Expand All @@ -151,17 +151,17 @@ inputsystem-editorperformancetests_-_6000_4_-_ubuntu2204:
paths:
- artifacts/**/*

# InputSystem-EditorPerformanceTests - 6000.4 - Win10
inputsystem-editorperformancetests_-_6000_4_-_win10:
name: InputSystem-EditorPerformanceTests - 6000.4 - Win10
# InputSystem-EditorPerformanceTests - 6000.5 - Win10
inputsystem-editorperformancetests_-_6000_5_-_win10:
name: InputSystem-EditorPerformanceTests - 6000.5 - Win10
agent:
image: package-ci/win10:v4
type: Unity::VM
flavor: b1.large
commands:
- command: '%GSUDO% choco install netfx-4.7.1-devpack -y --ignore-detected-reboot --ignore-package-codes'
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
- command: unity-downloader-cli -u 6000.4/staging -c Editor --fast --wait
- command: unity-downloader-cli -u 6000.5/staging -c Editor --fast --wait
- command: UnifiedTestRunner.exe --testproject=. --editor-location=.Editor --suite=Editor --suite=Playmode --category=Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --report-performance-data --performance-project-id=InputSystem --timeout=3600 --artifacts-path=artifacts
after:
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
Expand All @@ -170,16 +170,17 @@ inputsystem-editorperformancetests_-_6000_4_-_win10:
paths:
- artifacts/**/*

# InputSystem-EditorPerformanceTests - 6000.5 - MacOs13
inputsystem-editorperformancetests_-_6000_5_-_macos13:
name: InputSystem-EditorPerformanceTests - 6000.5 - MacOs13
# InputSystem-EditorPerformanceTests - 6000.6 - MacOs13Arm
inputsystem-editorperformancetests_-_6000_6_-_macos13arm:
name: InputSystem-EditorPerformanceTests - 6000.6 - MacOs13Arm
agent:
image: package-ci/macos-13:v4
image: package-ci/macos-13-arm64:v4
type: Unity::VM::osx
flavor: b1.xlarge
flavor: m1.mac
model: M1
commands:
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
- command: unity-downloader-cli -u 6000.5/staging -c Editor --fast --wait
- command: unity-downloader-cli -u 6000.6/staging -c Editor --fast --wait
- command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=Editor --suite=Playmode --category=Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --report-performance-data --performance-project-id=InputSystem --timeout=3600 --artifacts-path=artifacts
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
Expand All @@ -188,16 +189,16 @@ inputsystem-editorperformancetests_-_6000_5_-_macos13:
paths:
- artifacts/**/*

# InputSystem-EditorPerformanceTests - 6000.5 - Ubuntu2204
inputsystem-editorperformancetests_-_6000_5_-_ubuntu2204:
name: InputSystem-EditorPerformanceTests - 6000.5 - Ubuntu2204
# InputSystem-EditorPerformanceTests - 6000.6 - Ubuntu2204
inputsystem-editorperformancetests_-_6000_6_-_ubuntu2204:
name: InputSystem-EditorPerformanceTests - 6000.6 - Ubuntu2204
agent:
image: package-ci/ubuntu-22.04:v4
type: Unity::VM::GPU
flavor: b1.large
commands:
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
- command: unity-downloader-cli -u 6000.5/staging -c Editor --fast --wait
- command: unity-downloader-cli -u 6000.6/staging -c Editor --fast --wait
- command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=Editor --suite=Playmode --category=Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --report-performance-data --performance-project-id=InputSystem --timeout=3600 --artifacts-path=artifacts
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
Expand All @@ -206,17 +207,17 @@ inputsystem-editorperformancetests_-_6000_5_-_ubuntu2204:
paths:
- artifacts/**/*

# InputSystem-EditorPerformanceTests - 6000.5 - Win10
inputsystem-editorperformancetests_-_6000_5_-_win10:
name: InputSystem-EditorPerformanceTests - 6000.5 - Win10
# InputSystem-EditorPerformanceTests - 6000.6 - Win10
inputsystem-editorperformancetests_-_6000_6_-_win10:
name: InputSystem-EditorPerformanceTests - 6000.6 - Win10
agent:
image: package-ci/win10:v4
type: Unity::VM
flavor: b1.large
commands:
- command: '%GSUDO% choco install netfx-4.7.1-devpack -y --ignore-detected-reboot --ignore-package-codes'
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
- command: unity-downloader-cli -u 6000.5/staging -c Editor --fast --wait
- command: unity-downloader-cli -u 6000.6/staging -c Editor --fast --wait
- command: UnifiedTestRunner.exe --testproject=. --editor-location=.Editor --suite=Editor --suite=Playmode --category=Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --report-performance-data --performance-project-id=InputSystem --timeout=3600 --artifacts-path=artifacts
after:
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
Expand All @@ -225,9 +226,27 @@ inputsystem-editorperformancetests_-_6000_5_-_win10:
paths:
- artifacts/**/*

# InputSystem-EditorPerformanceTests - 6000.6 - MacOs13Arm
inputsystem-editorperformancetests_-_6000_6_-_macos13arm:
name: InputSystem-EditorPerformanceTests - 6000.6 - MacOs13Arm
# InputSystem-EditorPerformanceTests - 6000.7 - MacOs13
inputsystem-editorperformancetests_-_6000_7_-_macos13:
name: InputSystem-EditorPerformanceTests - 6000.7 - MacOs13
agent:
image: package-ci/macos-13:v4
type: Unity::VM::osx
flavor: b1.xlarge
commands:
- command: git clone --branch "2.3.0-preview" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools
- command: unity-downloader-cli -u trunk -c Editor --fast --wait
- command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=Editor --suite=Playmode --category=Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --report-performance-data --performance-project-id=InputSystem --timeout=3600 --artifacts-path=artifacts
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
artifacts:
artifacts:
paths:
- artifacts/**/*

# InputSystem-EditorPerformanceTests - 6000.7 - MacOs13Arm
inputsystem-editorperformancetests_-_6000_7_-_macos13arm:
name: InputSystem-EditorPerformanceTests - 6000.7 - MacOs13Arm
agent:
image: package-ci/macos-13-arm64:v4
type: Unity::VM::osx
Expand All @@ -244,9 +263,9 @@ inputsystem-editorperformancetests_-_6000_6_-_macos13arm:
paths:
- artifacts/**/*

# InputSystem-EditorPerformanceTests - 6000.6 - Ubuntu2204
inputsystem-editorperformancetests_-_6000_6_-_ubuntu2204:
name: InputSystem-EditorPerformanceTests - 6000.6 - Ubuntu2204
# InputSystem-EditorPerformanceTests - 6000.7 - Ubuntu2204
inputsystem-editorperformancetests_-_6000_7_-_ubuntu2204:
name: InputSystem-EditorPerformanceTests - 6000.7 - Ubuntu2204
agent:
image: package-ci/ubuntu-22.04:v4
type: Unity::VM::GPU
Expand All @@ -262,9 +281,9 @@ inputsystem-editorperformancetests_-_6000_6_-_ubuntu2204:
paths:
- artifacts/**/*

# InputSystem-EditorPerformanceTests - 6000.6 - Win10
inputsystem-editorperformancetests_-_6000_6_-_win10:
name: InputSystem-EditorPerformanceTests - 6000.6 - Win10
# InputSystem-EditorPerformanceTests - 6000.7 - Win10
inputsystem-editorperformancetests_-_6000_7_-_win10:
name: InputSystem-EditorPerformanceTests - 6000.7 - Win10
agent:
image: package-ci/win10:v4
type: Unity::VM
Expand Down
Loading
Loading