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
61 changes: 0 additions & 61 deletions .yamato/input-system-editor-functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,64 +246,3 @@ inputsystem-editorfunctionaltests_-_6000_6_-_win10:
paths:
- artifacts/**/*

# InputSystem-EditorFunctionalTests - 6000.7 - MacOs13Arm
inputsystem-editorfunctionaltests_-_6000_7_-_macos13arm:
name: InputSystem-EditorFunctionalTests - 6000.7 - MacOs13Arm
agent:
image: package-ci/macos-13-arm64:v4
type: Unity::VM::osx
flavor: m1.mac
model: M1
commands:
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt
- command: git clone --branch "3.14.8-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: .Editor/Unity.app/Contents/MacOS/Unity -projectPath . -batchmode -nographics -quit -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -logFile -
- 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 --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem*;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:$YAMATO_SOURCE_DIR/Packages;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_MacOS_6000.7_project;flags:inputsystem_MacOS_6000.7_project" --timeout=3600 --artifacts-path=artifacts
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
artifacts:
artifacts:
paths:
- artifacts/**/*

# InputSystem-EditorFunctionalTests - 6000.7 - Ubuntu2204
inputsystem-editorfunctionaltests_-_6000_7_-_ubuntu2204:
name: InputSystem-EditorFunctionalTests - 6000.7 - Ubuntu2204
agent:
image: package-ci/ubuntu-22.04:v4
type: Unity::VM::GPU
flavor: b1.large
commands:
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt
- command: git clone --branch "3.14.8-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: .Editor/Unity -projectPath . -batchmode -nographics -quit -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -logFile -
- 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 --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem*;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:$YAMATO_SOURCE_DIR/Packages;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_Ubuntu_6000.7_project;flags:inputsystem_Ubuntu_6000.7_project" --timeout=3600 --artifacts-path=artifacts
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
artifacts:
artifacts:
paths:
- artifacts/**/*

# InputSystem-EditorFunctionalTests - 6000.7 - Win10
inputsystem-editorfunctionaltests_-_6000_7_-_win10:
name: InputSystem-EditorFunctionalTests - 6000.7 - Win10
agent:
image: package-ci/win10:v4
type: Unity::VM
flavor: b1.large
commands:
- command: dotnet tool install docfx --version 2.70.0 --tool-path %USERPROFILE%/.pmdt
- command: git clone --branch "3.14.8-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: .Editor\Unity.exe -projectPath . -batchmode -nographics -quit -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -logFile -
- 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 --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem*;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:%YAMATO_SOURCE_DIR%/Packages;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_Windows_6000.7_project;flags:inputsystem_Windows_6000.7_project" --timeout=3600 --artifacts-path=artifacts
after:
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
artifacts:
artifacts:
paths:
- artifacts/**/*

58 changes: 0 additions & 58 deletions .yamato/input-system-editor-performance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,61 +234,3 @@ inputsystem-editorperformancetests_-_6000_6_-_win10:
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
flavor: m1.mac
model: M1
commands:
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt
- command: git clone --branch "3.14.8-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 - Ubuntu2204
inputsystem-editorperformancetests_-_6000_7_-_ubuntu2204:
name: InputSystem-EditorPerformanceTests - 6000.7 - Ubuntu2204
agent:
image: package-ci/ubuntu-22.04:v4
type: Unity::VM::GPU
flavor: b1.large
commands:
- command: dotnet tool install docfx --version 2.70.0 --tool-path $HOME/.pmdt
- command: git clone --branch "3.14.8-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-linux.sh
artifacts:
artifacts:
paths:
- artifacts/**/*

# 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
flavor: b1.large
commands:
- command: dotnet tool install docfx --version 2.70.0 --tool-path %USERPROFILE%/.pmdt
- command: git clone --branch "3.14.8-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.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
artifacts:
artifacts:
paths:
- artifacts/**/*

90 changes: 0 additions & 90 deletions .yamato/input-system-mobile-functional-build-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,93 +364,3 @@ inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_tvos:
paths:
- build/players/**/*

# InputSystem-MobileFunctionalBuildJobs - 6000.7 - Android - il2cpp
inputsystem-mobilefunctionalbuildjobs_-_6000_7_-_android_-_il2cpp:
name: InputSystem-MobileFunctionalBuildJobs - 6000.7 - Android - il2cpp
agent:
image: package-ci/win10:default
type: Unity::VM
flavor: b1.xlarge
commands:
- command: unity-downloader-cli -u trunk -c Editor -c Android --fast --wait
- command: |-
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --category=!Performance --clean-library --reruncount=1 --clean-library-on-rerun --build-only --player-save-path=build/players --timeout=3600 --artifacts-path=build/logs --platform=android --scripting-backend=il2cpp
after:
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
artifacts:
logs:
paths:
- build/logs/**/*
players:
paths:
- build/players/**/*

# InputSystem-MobileFunctionalBuildJobs - 6000.7 - Android - mono
inputsystem-mobilefunctionalbuildjobs_-_6000_7_-_android_-_mono:
name: InputSystem-MobileFunctionalBuildJobs - 6000.7 - Android - mono
agent:
image: package-ci/win10:default
type: Unity::VM
flavor: b1.xlarge
commands:
- command: unity-downloader-cli -u trunk -c Editor -c Android --fast --wait
- command: |-
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --category=!Performance --clean-library --reruncount=1 --clean-library-on-rerun --build-only --player-save-path=build/players --timeout=3600 --artifacts-path=build/logs --platform=android
after:
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
artifacts:
logs:
paths:
- build/logs/**/*
players:
paths:
- build/players/**/*

# InputSystem-MobileFunctionalBuildJobs - 6000.7 - IOS
inputsystem-mobilefunctionalbuildjobs_-_6000_7_-_ios:
name: InputSystem-MobileFunctionalBuildJobs - 6000.7 - IOS
agent:
image: package-ci/macos-13:default
type: Unity::VM::osx
flavor: m1.mac
commands:
- command: unity-downloader-cli -u trunk -c Editor -c iOS --fast --wait
- command: |-
curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
chmod u+x utr
- command: ./utr --testproject=. --editor-location=.Editor --suite=playmode --category=!Performance --clean-library --reruncount=1 --clean-library-on-rerun --build-only --player-save-path=build/players --timeout=3600 --artifacts-path=build/logs --platform=ios
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
artifacts:
logs:
paths:
- build/logs/**/*
players:
paths:
- build/players/**/*
variables:
UNITY_HANDLEUIINTERRUPTIONS: 1
UTR_VERSION: 1.42.0

# InputSystem-MobileFunctionalBuildJobs - 6000.7 - TvOS
inputsystem-mobilefunctionalbuildjobs_-_6000_7_-_tvos:
name: InputSystem-MobileFunctionalBuildJobs - 6000.7 - TvOS
agent:
image: package-ci/macos-13:default
type: Unity::VM::osx
flavor: m1.mac
commands:
- command: unity-downloader-cli -u trunk -c Editor -c AppleTV --fast --wait
- command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --category=!Performance --clean-library --reruncount=1 --clean-library-on-rerun --build-only --player-save-path=build/players --timeout=3600 --artifacts-path=build/logs --platform=tvOS
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
artifacts:
logs:
paths:
- build/logs/**/*
players:
paths:
- build/players/**/*

98 changes: 0 additions & 98 deletions .yamato/input-system-mobile-functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,101 +397,3 @@ inputsystem-mobilefunctionaltests_-_6000_6_-_tvos:
dependencies:
- path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_tvos

# InputSystem-MobileFunctionalTests - 6000.7 - Android - il2cpp
inputsystem-mobilefunctionaltests_-_6000_7_-_android_-_il2cpp:
name: InputSystem-MobileFunctionalTests - 6000.7 - Android - il2cpp
agent:
image: mobile/android-execution-base:v2.3785910
type: Unity::mobile::shield
flavor: b1.xlarge
commands:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
- command: curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
- command: |-
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
utr.bat --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
- command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe logcat -d > build/test-results/device_log.txt
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
artifacts:
logs:
paths:
- build/test-results/**/*
dependencies:
- path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_7_-_android_-_il2cpp
variables:
UTR_VERSION: 1.42.0

# InputSystem-MobileFunctionalTests - 6000.7 - Android - mono
inputsystem-mobilefunctionaltests_-_6000_7_-_android_-_mono:
name: InputSystem-MobileFunctionalTests - 6000.7 - Android - mono
agent:
image: mobile/android-execution-base:v2.3785910
type: Unity::mobile::shield
flavor: b1.xlarge
commands:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices
- command: curl -s https://artifactory-slo.bf.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
- command: |-
set ANDROID_DEVICE_CONNECTION=%BOKKEN_DEVICE_IP%
utr.bat --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
- command: powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe logcat -d > build/test-results/device_log.txt
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
artifacts:
logs:
paths:
- build/test-results/**/*
dependencies:
- path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_7_-_android_-_mono
variables:
UTR_VERSION: 1.42.0

# InputSystem-MobileFunctionalTests - 6000.7 - IOS
inputsystem-mobilefunctionaltests_-_6000_7_-_ios:
name: InputSystem-MobileFunctionalTests - 6000.7 - IOS
agent:
image: package-ci/macos-13:default
type: Unity::mobile::iPhone
flavor: m1.mac
model: SE-Gen3
commands:
- 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:
logs:
paths:
- build/test-results/**/*
dependencies:
- path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_7_-_ios
variables:
UTR_VERSION: 1.42.0

# InputSystem-MobileFunctionalTests - 6000.7 - TvOS
inputsystem-mobilefunctionaltests_-_6000_7_-_tvos:
name: InputSystem-MobileFunctionalTests - 6000.7 - TvOS
agent:
image: package-ci/macos-13:default
type: Unity::mobile::appletv
flavor: m1.mac
commands:
- 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:
logs:
paths:
- build/test-results/**/*
dependencies:
- path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_7_-_tvos

Loading
Loading