From d86040436981c84fa1e46bbb949332d778bba9a7 Mon Sep 17 00:00:00 2001 From: Paulius Dervinis Date: Mon, 20 Jul 2026 12:10:11 +0300 Subject: [PATCH 1/2] FIX: Restore CI compilation broken by stale Wrench 1.x platform override --- Tools/CI/Settings/InputSystemSettings.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Tools/CI/Settings/InputSystemSettings.cs b/Tools/CI/Settings/InputSystemSettings.cs index 9401e2d53a..9293eb4ca0 100644 --- a/Tools/CI/Settings/InputSystemSettings.cs +++ b/Tools/CI/Settings/InputSystemSettings.cs @@ -127,11 +127,6 @@ public InputSystemSettings() OverridePackagePlatform(InputSystemPackage); - foreach ((string name, WrenchPackage package) in Wrench.Packages) - { - Wrench.Packages[name].EditorPlatforms[SystemType.MacOS] = new Platform(new Agent("package-ci/macos-13-arm64:v4", FlavorType.MacDefault, ResourceType.VmOsx, "M1"), SystemType.MacOS); - } - ReadMobileConfig(); var oldIOSAgent = MobileTestPlatforms[SystemType.IOS].Agent; From cfef6392a4d3285c2703bba881fe0b8022cef358 Mon Sep 17 00:00:00 2001 From: Paulius Dervinis Date: Mon, 20 Jul 2026 12:21:22 +0300 Subject: [PATCH 2/2] Regenerate jobs --- .../input-system-editor-functional-tests.yml | 107 +++++++----- .../input-system-editor-performance-tests.yml | 89 ++++++---- ...ut-system-mobile-functional-build-jobs.yml | 88 +++++----- .../input-system-mobile-functional-tests.yml | 96 +++++------ ...t-system-mobile-performance-build-jobs.yml | 88 +++++----- .../input-system-mobile-performance-tests.yml | 96 +++++------ ...put-system-standalone-functional-tests.yml | 89 ++++++---- ...em-standalone-il2-cpp-functional-tests.yml | 89 ++++++---- ...m-standalone-il2-cpp-performance-tests.yml | 89 ++++++---- ...ut-system-standalone-performance-tests.yml | 89 ++++++---- .yamato/triggers.yml | 58 ++++--- .yamato/wrench/preview-a-p-v.yml | 101 +++++------ .yamato/wrench/promotion-jobs.yml | 128 ++++++++------ .yamato/wrench/validation-jobs.yml | 162 +++++++++++++----- 14 files changed, 792 insertions(+), 577 deletions(-) diff --git a/.yamato/input-system-editor-functional-tests.yml b/.yamato/input-system-editor-functional-tests.yml index 228e43a931..900e6c7377 100644 --- a/.yamato/input-system-editor-functional-tests.yml +++ b/.yamato/input-system-editor-functional-tests.yml @@ -115,17 +115,17 @@ inputsystem-editorfunctionaltests_-_6000_3_-_win10: paths: - artifacts/**/* -# InputSystem-EditorFunctionalTests - 6000.4 - MacOs13 -inputsystem-editorfunctionaltests_-_6000_4_-_macos13: - name: InputSystem-EditorFunctionalTests - 6000.4 - MacOs13 +# InputSystem-EditorFunctionalTests - 6000.5 - MacOs13 +inputsystem-editorfunctionaltests_-_6000_5_-_macos13: + name: InputSystem-EditorFunctionalTests - 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: 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.4_project;flags:inputsystem_MacOS_6000.4_project" --timeout=3600 --artifacts-path=artifacts + - 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 --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.5_project;flags:inputsystem_MacOS_6000.5_project" --timeout=3600 --artifacts-path=artifacts after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh artifacts: @@ -133,17 +133,17 @@ inputsystem-editorfunctionaltests_-_6000_4_-_macos13: paths: - artifacts/**/* -# InputSystem-EditorFunctionalTests - 6000.4 - Ubuntu2204 -inputsystem-editorfunctionaltests_-_6000_4_-_ubuntu2204: - name: InputSystem-EditorFunctionalTests - 6000.4 - Ubuntu2204 +# InputSystem-EditorFunctionalTests - 6000.5 - Ubuntu2204 +inputsystem-editorfunctionaltests_-_6000_5_-_ubuntu2204: + name: InputSystem-EditorFunctionalTests - 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: 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.4_project;flags:inputsystem_Ubuntu_6000.4_project" --timeout=3600 --artifacts-path=artifacts + - 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 --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.5_project;flags:inputsystem_Ubuntu_6000.5_project" --timeout=3600 --artifacts-path=artifacts after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh artifacts: @@ -151,9 +151,9 @@ inputsystem-editorfunctionaltests_-_6000_4_-_ubuntu2204: paths: - artifacts/**/* -# InputSystem-EditorFunctionalTests - 6000.4 - Win10 -inputsystem-editorfunctionaltests_-_6000_4_-_win10: - name: InputSystem-EditorFunctionalTests - 6000.4 - Win10 +# InputSystem-EditorFunctionalTests - 6000.5 - Win10 +inputsystem-editorfunctionaltests_-_6000_5_-_win10: + name: InputSystem-EditorFunctionalTests - 6000.5 - Win10 agent: image: package-ci/win10:v4 type: Unity::VM @@ -161,8 +161,8 @@ inputsystem-editorfunctionaltests_-_6000_4_-_win10: 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: 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.4_project;flags:inputsystem_Windows_6000.4_project" --timeout=3600 --artifacts-path=artifacts + - 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 --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.5_project;flags:inputsystem_Windows_6000.5_project" --timeout=3600 --artifacts-path=artifacts after: - command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd artifacts: @@ -170,17 +170,18 @@ inputsystem-editorfunctionaltests_-_6000_4_-_win10: paths: - artifacts/**/* -# InputSystem-EditorFunctionalTests - 6000.5 - MacOs13 -inputsystem-editorfunctionaltests_-_6000_5_-_macos13: - name: InputSystem-EditorFunctionalTests - 6000.5 - MacOs13 +# InputSystem-EditorFunctionalTests - 6000.6 - MacOs13Arm +inputsystem-editorfunctionaltests_-_6000_6_-_macos13arm: + name: InputSystem-EditorFunctionalTests - 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: 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.5_project;flags:inputsystem_MacOS_6000.5_project" --timeout=3600 --artifacts-path=artifacts + - 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 --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.6_project;flags:inputsystem_MacOS_6000.6_project" --timeout=3600 --artifacts-path=artifacts after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh artifacts: @@ -188,17 +189,17 @@ inputsystem-editorfunctionaltests_-_6000_5_-_macos13: paths: - artifacts/**/* -# InputSystem-EditorFunctionalTests - 6000.5 - Ubuntu2204 -inputsystem-editorfunctionaltests_-_6000_5_-_ubuntu2204: - name: InputSystem-EditorFunctionalTests - 6000.5 - Ubuntu2204 +# InputSystem-EditorFunctionalTests - 6000.6 - Ubuntu2204 +inputsystem-editorfunctionaltests_-_6000_6_-_ubuntu2204: + name: InputSystem-EditorFunctionalTests - 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: 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.5_project;flags:inputsystem_Ubuntu_6000.5_project" --timeout=3600 --artifacts-path=artifacts + - 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 --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.6_project;flags:inputsystem_Ubuntu_6000.6_project" --timeout=3600 --artifacts-path=artifacts after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh artifacts: @@ -206,9 +207,9 @@ inputsystem-editorfunctionaltests_-_6000_5_-_ubuntu2204: paths: - artifacts/**/* -# InputSystem-EditorFunctionalTests - 6000.5 - Win10 -inputsystem-editorfunctionaltests_-_6000_5_-_win10: - name: InputSystem-EditorFunctionalTests - 6000.5 - Win10 +# InputSystem-EditorFunctionalTests - 6000.6 - Win10 +inputsystem-editorfunctionaltests_-_6000_6_-_win10: + name: InputSystem-EditorFunctionalTests - 6000.6 - Win10 agent: image: package-ci/win10:v4 type: Unity::VM @@ -216,8 +217,8 @@ inputsystem-editorfunctionaltests_-_6000_5_-_win10: 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: 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.5_project;flags:inputsystem_Windows_6000.5_project" --timeout=3600 --artifacts-path=artifacts + - 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 --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.6_project;flags:inputsystem_Windows_6000.6_project" --timeout=3600 --artifacts-path=artifacts after: - command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd artifacts: @@ -225,9 +226,27 @@ inputsystem-editorfunctionaltests_-_6000_5_-_win10: paths: - artifacts/**/* -# InputSystem-EditorFunctionalTests - 6000.6 - MacOs13Arm -inputsystem-editorfunctionaltests_-_6000_6_-_macos13arm: - name: InputSystem-EditorFunctionalTests - 6000.6 - MacOs13Arm +# InputSystem-EditorFunctionalTests - 6000.7 - MacOs13 +inputsystem-editorfunctionaltests_-_6000_7_-_macos13: + name: InputSystem-EditorFunctionalTests - 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 --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 - MacOs13Arm +inputsystem-editorfunctionaltests_-_6000_7_-_macos13arm: + name: InputSystem-EditorFunctionalTests - 6000.7 - MacOs13Arm agent: image: package-ci/macos-13-arm64:v4 type: Unity::VM::osx @@ -236,7 +255,7 @@ inputsystem-editorfunctionaltests_-_6000_6_-_macos13arm: 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 --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.6_project;flags:inputsystem_MacOS_6000.6_project" --timeout=3600 --artifacts-path=artifacts + - 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: @@ -244,9 +263,9 @@ inputsystem-editorfunctionaltests_-_6000_6_-_macos13arm: paths: - artifacts/**/* -# InputSystem-EditorFunctionalTests - 6000.6 - Ubuntu2204 -inputsystem-editorfunctionaltests_-_6000_6_-_ubuntu2204: - name: InputSystem-EditorFunctionalTests - 6000.6 - Ubuntu2204 +# 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 @@ -254,7 +273,7 @@ inputsystem-editorfunctionaltests_-_6000_6_-_ubuntu2204: 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 --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.6_project;flags:inputsystem_Ubuntu_6000.6_project" --timeout=3600 --artifacts-path=artifacts + - 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: @@ -262,9 +281,9 @@ inputsystem-editorfunctionaltests_-_6000_6_-_ubuntu2204: paths: - artifacts/**/* -# InputSystem-EditorFunctionalTests - 6000.6 - Win10 -inputsystem-editorfunctionaltests_-_6000_6_-_win10: - name: InputSystem-EditorFunctionalTests - 6000.6 - Win10 +# 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 @@ -273,7 +292,7 @@ inputsystem-editorfunctionaltests_-_6000_6_-_win10: - 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 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 --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.6_project;flags:inputsystem_Windows_6000.6_project" --timeout=3600 --artifacts-path=artifacts + - 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: diff --git a/.yamato/input-system-editor-performance-tests.yml b/.yamato/input-system-editor-performance-tests.yml index 734df85bb8..57258ee860 100644 --- a/.yamato/input-system-editor-performance-tests.yml +++ b/.yamato/input-system-editor-performance-tests.yml @@ -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 @@ -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 @@ -151,9 +151,9 @@ 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 @@ -161,7 +161,7 @@ inputsystem-editorperformancetests_-_6000_4_-_win10: 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 @@ -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 @@ -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 @@ -206,9 +207,9 @@ 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 @@ -216,7 +217,7 @@ inputsystem-editorperformancetests_-_6000_5_-_win10: 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 @@ -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 @@ -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 @@ -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 diff --git a/.yamato/input-system-mobile-functional-build-jobs.yml b/.yamato/input-system-mobile-functional-build-jobs.yml index ababa4a3b1..c2f9102ba4 100644 --- a/.yamato/input-system-mobile-functional-build-jobs.yml +++ b/.yamato/input-system-mobile-functional-build-jobs.yml @@ -184,15 +184,15 @@ inputsystem-mobilefunctionalbuildjobs_-_6000_3_-_tvos: paths: - build/players/**/* -# InputSystem-MobileFunctionalBuildJobs - 6000.4 - Android - il2cpp -inputsystem-mobilefunctionalbuildjobs_-_6000_4_-_android_-_il2cpp: - name: InputSystem-MobileFunctionalBuildJobs - 6000.4 - Android - il2cpp +# InputSystem-MobileFunctionalBuildJobs - 6000.5 - Android - il2cpp +inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_android_-_il2cpp: + name: InputSystem-MobileFunctionalBuildJobs - 6000.5 - Android - il2cpp agent: image: package-ci/win10:default type: Unity::VM flavor: b1.xlarge commands: - - command: unity-downloader-cli -u 6000.4/staging -c Editor -c Android --fast --wait + - command: unity-downloader-cli -u 6000.5/staging -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 @@ -206,15 +206,15 @@ inputsystem-mobilefunctionalbuildjobs_-_6000_4_-_android_-_il2cpp: paths: - build/players/**/* -# InputSystem-MobileFunctionalBuildJobs - 6000.4 - Android - mono -inputsystem-mobilefunctionalbuildjobs_-_6000_4_-_android_-_mono: - name: InputSystem-MobileFunctionalBuildJobs - 6000.4 - Android - mono +# InputSystem-MobileFunctionalBuildJobs - 6000.5 - Android - mono +inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_android_-_mono: + name: InputSystem-MobileFunctionalBuildJobs - 6000.5 - Android - mono agent: image: package-ci/win10:default type: Unity::VM flavor: b1.xlarge commands: - - command: unity-downloader-cli -u 6000.4/staging -c Editor -c Android --fast --wait + - command: unity-downloader-cli -u 6000.5/staging -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 @@ -228,15 +228,15 @@ inputsystem-mobilefunctionalbuildjobs_-_6000_4_-_android_-_mono: paths: - build/players/**/* -# InputSystem-MobileFunctionalBuildJobs - 6000.4 - IOS -inputsystem-mobilefunctionalbuildjobs_-_6000_4_-_ios: - name: InputSystem-MobileFunctionalBuildJobs - 6000.4 - IOS +# InputSystem-MobileFunctionalBuildJobs - 6000.5 - IOS +inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_ios: + name: InputSystem-MobileFunctionalBuildJobs - 6000.5 - IOS agent: image: package-ci/macos-13:default type: Unity::VM::osx flavor: m1.mac commands: - - command: unity-downloader-cli -u 6000.4/staging -c Editor -c iOS --fast --wait + - command: unity-downloader-cli -u 6000.5/staging -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 @@ -254,15 +254,15 @@ inputsystem-mobilefunctionalbuildjobs_-_6000_4_-_ios: UNITY_HANDLEUIINTERRUPTIONS: 1 UTR_VERSION: 1.42.0 -# InputSystem-MobileFunctionalBuildJobs - 6000.4 - TvOS -inputsystem-mobilefunctionalbuildjobs_-_6000_4_-_tvos: - name: InputSystem-MobileFunctionalBuildJobs - 6000.4 - TvOS +# InputSystem-MobileFunctionalBuildJobs - 6000.5 - TvOS +inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_tvos: + name: InputSystem-MobileFunctionalBuildJobs - 6000.5 - TvOS agent: image: package-ci/macos-13:default type: Unity::VM::osx flavor: m1.mac commands: - - command: unity-downloader-cli -u 6000.4/staging -c Editor -c AppleTV --fast --wait + - command: unity-downloader-cli -u 6000.5/staging -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 @@ -274,15 +274,15 @@ inputsystem-mobilefunctionalbuildjobs_-_6000_4_-_tvos: paths: - build/players/**/* -# InputSystem-MobileFunctionalBuildJobs - 6000.5 - Android - il2cpp -inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_android_-_il2cpp: - name: InputSystem-MobileFunctionalBuildJobs - 6000.5 - Android - il2cpp +# InputSystem-MobileFunctionalBuildJobs - 6000.6 - Android - il2cpp +inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_android_-_il2cpp: + name: InputSystem-MobileFunctionalBuildJobs - 6000.6 - Android - il2cpp agent: image: package-ci/win10:default type: Unity::VM flavor: b1.xlarge commands: - - command: unity-downloader-cli -u 6000.5/staging -c Editor -c Android --fast --wait + - command: unity-downloader-cli -u 6000.6/staging -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 @@ -296,15 +296,15 @@ inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_android_-_il2cpp: paths: - build/players/**/* -# InputSystem-MobileFunctionalBuildJobs - 6000.5 - Android - mono -inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_android_-_mono: - name: InputSystem-MobileFunctionalBuildJobs - 6000.5 - Android - mono +# InputSystem-MobileFunctionalBuildJobs - 6000.6 - Android - mono +inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_android_-_mono: + name: InputSystem-MobileFunctionalBuildJobs - 6000.6 - Android - mono agent: image: package-ci/win10:default type: Unity::VM flavor: b1.xlarge commands: - - command: unity-downloader-cli -u 6000.5/staging -c Editor -c Android --fast --wait + - command: unity-downloader-cli -u 6000.6/staging -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 @@ -318,15 +318,15 @@ inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_android_-_mono: paths: - build/players/**/* -# InputSystem-MobileFunctionalBuildJobs - 6000.5 - IOS -inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_ios: - name: InputSystem-MobileFunctionalBuildJobs - 6000.5 - IOS +# InputSystem-MobileFunctionalBuildJobs - 6000.6 - IOS +inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_ios: + name: InputSystem-MobileFunctionalBuildJobs - 6000.6 - IOS agent: image: package-ci/macos-13:default type: Unity::VM::osx flavor: m1.mac commands: - - command: unity-downloader-cli -u 6000.5/staging -c Editor -c iOS --fast --wait + - command: unity-downloader-cli -u 6000.6/staging -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 @@ -344,15 +344,15 @@ inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_ios: UNITY_HANDLEUIINTERRUPTIONS: 1 UTR_VERSION: 1.42.0 -# InputSystem-MobileFunctionalBuildJobs - 6000.5 - TvOS -inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_tvos: - name: InputSystem-MobileFunctionalBuildJobs - 6000.5 - TvOS +# InputSystem-MobileFunctionalBuildJobs - 6000.6 - TvOS +inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_tvos: + name: InputSystem-MobileFunctionalBuildJobs - 6000.6 - TvOS agent: image: package-ci/macos-13:default type: Unity::VM::osx flavor: m1.mac commands: - - command: unity-downloader-cli -u 6000.5/staging -c Editor -c AppleTV --fast --wait + - command: unity-downloader-cli -u 6000.6/staging -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 @@ -364,9 +364,9 @@ inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_tvos: paths: - build/players/**/* -# InputSystem-MobileFunctionalBuildJobs - 6000.6 - Android - il2cpp -inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_android_-_il2cpp: - name: InputSystem-MobileFunctionalBuildJobs - 6000.6 - Android - il2cpp +# 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 @@ -386,9 +386,9 @@ inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_android_-_il2cpp: paths: - build/players/**/* -# InputSystem-MobileFunctionalBuildJobs - 6000.6 - Android - mono -inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_android_-_mono: - name: InputSystem-MobileFunctionalBuildJobs - 6000.6 - Android - mono +# 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 @@ -408,9 +408,9 @@ inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_android_-_mono: paths: - build/players/**/* -# InputSystem-MobileFunctionalBuildJobs - 6000.6 - IOS -inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_ios: - name: InputSystem-MobileFunctionalBuildJobs - 6000.6 - IOS +# 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 @@ -434,9 +434,9 @@ inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_ios: UNITY_HANDLEUIINTERRUPTIONS: 1 UTR_VERSION: 1.42.0 -# InputSystem-MobileFunctionalBuildJobs - 6000.6 - TvOS -inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_tvos: - name: InputSystem-MobileFunctionalBuildJobs - 6000.6 - TvOS +# 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 diff --git a/.yamato/input-system-mobile-functional-tests.yml b/.yamato/input-system-mobile-functional-tests.yml index 31af4a8f81..337bf180d0 100644 --- a/.yamato/input-system-mobile-functional-tests.yml +++ b/.yamato/input-system-mobile-functional-tests.yml @@ -201,9 +201,9 @@ inputsystem-mobilefunctionaltests_-_6000_3_-_tvos: dependencies: - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_3_-_tvos -# InputSystem-MobileFunctionalTests - 6000.4 - Android - il2cpp -inputsystem-mobilefunctionaltests_-_6000_4_-_android_-_il2cpp: - name: InputSystem-MobileFunctionalTests - 6000.4 - Android - il2cpp +# InputSystem-MobileFunctionalTests - 6000.5 - Android - il2cpp +inputsystem-mobilefunctionaltests_-_6000_5_-_android_-_il2cpp: + name: InputSystem-MobileFunctionalTests - 6000.5 - Android - il2cpp agent: image: mobile/android-execution-base:v2.3785910 type: Unity::mobile::shield @@ -225,13 +225,13 @@ inputsystem-mobilefunctionaltests_-_6000_4_-_android_-_il2cpp: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_4_-_android_-_il2cpp + - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_android_-_il2cpp variables: UTR_VERSION: 1.42.0 -# InputSystem-MobileFunctionalTests - 6000.4 - Android - mono -inputsystem-mobilefunctionaltests_-_6000_4_-_android_-_mono: - name: InputSystem-MobileFunctionalTests - 6000.4 - Android - mono +# InputSystem-MobileFunctionalTests - 6000.5 - Android - mono +inputsystem-mobilefunctionaltests_-_6000_5_-_android_-_mono: + name: InputSystem-MobileFunctionalTests - 6000.5 - Android - mono agent: image: mobile/android-execution-base:v2.3785910 type: Unity::mobile::shield @@ -253,13 +253,13 @@ inputsystem-mobilefunctionaltests_-_6000_4_-_android_-_mono: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_4_-_android_-_mono + - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_android_-_mono variables: UTR_VERSION: 1.42.0 -# InputSystem-MobileFunctionalTests - 6000.4 - IOS -inputsystem-mobilefunctionaltests_-_6000_4_-_ios: - name: InputSystem-MobileFunctionalTests - 6000.4 - IOS +# InputSystem-MobileFunctionalTests - 6000.5 - IOS +inputsystem-mobilefunctionaltests_-_6000_5_-_ios: + name: InputSystem-MobileFunctionalTests - 6000.5 - IOS agent: image: package-ci/macos-13:default type: Unity::mobile::iPhone @@ -277,13 +277,13 @@ inputsystem-mobilefunctionaltests_-_6000_4_-_ios: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_4_-_ios + - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_ios variables: UTR_VERSION: 1.42.0 -# InputSystem-MobileFunctionalTests - 6000.4 - TvOS -inputsystem-mobilefunctionaltests_-_6000_4_-_tvos: - name: InputSystem-MobileFunctionalTests - 6000.4 - TvOS +# InputSystem-MobileFunctionalTests - 6000.5 - TvOS +inputsystem-mobilefunctionaltests_-_6000_5_-_tvos: + name: InputSystem-MobileFunctionalTests - 6000.5 - TvOS agent: image: package-ci/macos-13:default type: Unity::mobile::appletv @@ -297,11 +297,11 @@ inputsystem-mobilefunctionaltests_-_6000_4_-_tvos: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_4_-_tvos + - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_tvos -# InputSystem-MobileFunctionalTests - 6000.5 - Android - il2cpp -inputsystem-mobilefunctionaltests_-_6000_5_-_android_-_il2cpp: - name: InputSystem-MobileFunctionalTests - 6000.5 - Android - il2cpp +# InputSystem-MobileFunctionalTests - 6000.6 - Android - il2cpp +inputsystem-mobilefunctionaltests_-_6000_6_-_android_-_il2cpp: + name: InputSystem-MobileFunctionalTests - 6000.6 - Android - il2cpp agent: image: mobile/android-execution-base:v2.3785910 type: Unity::mobile::shield @@ -323,13 +323,13 @@ inputsystem-mobilefunctionaltests_-_6000_5_-_android_-_il2cpp: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_android_-_il2cpp + - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_android_-_il2cpp variables: UTR_VERSION: 1.42.0 -# InputSystem-MobileFunctionalTests - 6000.5 - Android - mono -inputsystem-mobilefunctionaltests_-_6000_5_-_android_-_mono: - name: InputSystem-MobileFunctionalTests - 6000.5 - Android - mono +# InputSystem-MobileFunctionalTests - 6000.6 - Android - mono +inputsystem-mobilefunctionaltests_-_6000_6_-_android_-_mono: + name: InputSystem-MobileFunctionalTests - 6000.6 - Android - mono agent: image: mobile/android-execution-base:v2.3785910 type: Unity::mobile::shield @@ -351,13 +351,13 @@ inputsystem-mobilefunctionaltests_-_6000_5_-_android_-_mono: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_android_-_mono + - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_android_-_mono variables: UTR_VERSION: 1.42.0 -# InputSystem-MobileFunctionalTests - 6000.5 - IOS -inputsystem-mobilefunctionaltests_-_6000_5_-_ios: - name: InputSystem-MobileFunctionalTests - 6000.5 - IOS +# InputSystem-MobileFunctionalTests - 6000.6 - IOS +inputsystem-mobilefunctionaltests_-_6000_6_-_ios: + name: InputSystem-MobileFunctionalTests - 6000.6 - IOS agent: image: package-ci/macos-13:default type: Unity::mobile::iPhone @@ -375,13 +375,13 @@ inputsystem-mobilefunctionaltests_-_6000_5_-_ios: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_ios + - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_ios variables: UTR_VERSION: 1.42.0 -# InputSystem-MobileFunctionalTests - 6000.5 - TvOS -inputsystem-mobilefunctionaltests_-_6000_5_-_tvos: - name: InputSystem-MobileFunctionalTests - 6000.5 - TvOS +# InputSystem-MobileFunctionalTests - 6000.6 - TvOS +inputsystem-mobilefunctionaltests_-_6000_6_-_tvos: + name: InputSystem-MobileFunctionalTests - 6000.6 - TvOS agent: image: package-ci/macos-13:default type: Unity::mobile::appletv @@ -395,11 +395,11 @@ inputsystem-mobilefunctionaltests_-_6000_5_-_tvos: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_tvos + - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_tvos -# InputSystem-MobileFunctionalTests - 6000.6 - Android - il2cpp -inputsystem-mobilefunctionaltests_-_6000_6_-_android_-_il2cpp: - name: InputSystem-MobileFunctionalTests - 6000.6 - Android - il2cpp +# 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 @@ -421,13 +421,13 @@ inputsystem-mobilefunctionaltests_-_6000_6_-_android_-_il2cpp: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_android_-_il2cpp + - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_7_-_android_-_il2cpp variables: UTR_VERSION: 1.42.0 -# InputSystem-MobileFunctionalTests - 6000.6 - Android - mono -inputsystem-mobilefunctionaltests_-_6000_6_-_android_-_mono: - name: InputSystem-MobileFunctionalTests - 6000.6 - Android - mono +# 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 @@ -449,13 +449,13 @@ inputsystem-mobilefunctionaltests_-_6000_6_-_android_-_mono: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_android_-_mono + - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_7_-_android_-_mono variables: UTR_VERSION: 1.42.0 -# InputSystem-MobileFunctionalTests - 6000.6 - IOS -inputsystem-mobilefunctionaltests_-_6000_6_-_ios: - name: InputSystem-MobileFunctionalTests - 6000.6 - IOS +# 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 @@ -473,13 +473,13 @@ inputsystem-mobilefunctionaltests_-_6000_6_-_ios: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_ios + - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_7_-_ios variables: UTR_VERSION: 1.42.0 -# InputSystem-MobileFunctionalTests - 6000.6 - TvOS -inputsystem-mobilefunctionaltests_-_6000_6_-_tvos: - name: InputSystem-MobileFunctionalTests - 6000.6 - TvOS +# 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 @@ -493,5 +493,5 @@ inputsystem-mobilefunctionaltests_-_6000_6_-_tvos: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_tvos + - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_7_-_tvos diff --git a/.yamato/input-system-mobile-performance-build-jobs.yml b/.yamato/input-system-mobile-performance-build-jobs.yml index 1e0c90b7c6..ec99ed32b2 100644 --- a/.yamato/input-system-mobile-performance-build-jobs.yml +++ b/.yamato/input-system-mobile-performance-build-jobs.yml @@ -184,15 +184,15 @@ inputsystem-mobileperformancebuildjobs_-_6000_3_-_tvos: paths: - build/players/**/* -# InputSystem-MobilePerformanceBuildJobs - 6000.4 - Android - il2cpp -inputsystem-mobileperformancebuildjobs_-_6000_4_-_android_-_il2cpp: - name: InputSystem-MobilePerformanceBuildJobs - 6000.4 - Android - il2cpp +# InputSystem-MobilePerformanceBuildJobs - 6000.5 - Android - il2cpp +inputsystem-mobileperformancebuildjobs_-_6000_5_-_android_-_il2cpp: + name: InputSystem-MobilePerformanceBuildJobs - 6000.5 - Android - il2cpp agent: image: package-ci/win10:default type: Unity::VM flavor: b1.xlarge commands: - - command: unity-downloader-cli -u 6000.4/staging -c Editor -c Android --fast --wait + - command: unity-downloader-cli -u 6000.5/staging -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 --report-performance-data --performance-project-id=InputSystem --player-save-path=build/players --timeout=3600 --artifacts-path=build/logs --platform=android --scripting-backend=il2cpp @@ -206,15 +206,15 @@ inputsystem-mobileperformancebuildjobs_-_6000_4_-_android_-_il2cpp: paths: - build/players/**/* -# InputSystem-MobilePerformanceBuildJobs - 6000.4 - Android - mono -inputsystem-mobileperformancebuildjobs_-_6000_4_-_android_-_mono: - name: InputSystem-MobilePerformanceBuildJobs - 6000.4 - Android - mono +# InputSystem-MobilePerformanceBuildJobs - 6000.5 - Android - mono +inputsystem-mobileperformancebuildjobs_-_6000_5_-_android_-_mono: + name: InputSystem-MobilePerformanceBuildJobs - 6000.5 - Android - mono agent: image: package-ci/win10:default type: Unity::VM flavor: b1.xlarge commands: - - command: unity-downloader-cli -u 6000.4/staging -c Editor -c Android --fast --wait + - command: unity-downloader-cli -u 6000.5/staging -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 --report-performance-data --performance-project-id=InputSystem --player-save-path=build/players --timeout=3600 --artifacts-path=build/logs --platform=android @@ -228,15 +228,15 @@ inputsystem-mobileperformancebuildjobs_-_6000_4_-_android_-_mono: paths: - build/players/**/* -# InputSystem-MobilePerformanceBuildJobs - 6000.4 - IOS -inputsystem-mobileperformancebuildjobs_-_6000_4_-_ios: - name: InputSystem-MobilePerformanceBuildJobs - 6000.4 - IOS +# InputSystem-MobilePerformanceBuildJobs - 6000.5 - IOS +inputsystem-mobileperformancebuildjobs_-_6000_5_-_ios: + name: InputSystem-MobilePerformanceBuildJobs - 6000.5 - IOS agent: image: package-ci/macos-13:default type: Unity::VM::osx flavor: m1.mac commands: - - command: unity-downloader-cli -u 6000.4/staging -c Editor -c iOS --fast --wait + - command: unity-downloader-cli -u 6000.5/staging -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 @@ -254,15 +254,15 @@ inputsystem-mobileperformancebuildjobs_-_6000_4_-_ios: UNITY_HANDLEUIINTERRUPTIONS: 1 UTR_VERSION: 1.42.0 -# InputSystem-MobilePerformanceBuildJobs - 6000.4 - TvOS -inputsystem-mobileperformancebuildjobs_-_6000_4_-_tvos: - name: InputSystem-MobilePerformanceBuildJobs - 6000.4 - TvOS +# InputSystem-MobilePerformanceBuildJobs - 6000.5 - TvOS +inputsystem-mobileperformancebuildjobs_-_6000_5_-_tvos: + name: InputSystem-MobilePerformanceBuildJobs - 6000.5 - TvOS agent: image: package-ci/macos-13:default type: Unity::VM::osx flavor: m1.mac commands: - - command: unity-downloader-cli -u 6000.4/staging -c Editor -c AppleTV --fast --wait + - command: unity-downloader-cli -u 6000.5/staging -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 --report-performance-data --performance-project-id=InputSystem --player-save-path=build/players --timeout=3600 --artifacts-path=build/logs --platform=tvOS after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh @@ -274,15 +274,15 @@ inputsystem-mobileperformancebuildjobs_-_6000_4_-_tvos: paths: - build/players/**/* -# InputSystem-MobilePerformanceBuildJobs - 6000.5 - Android - il2cpp -inputsystem-mobileperformancebuildjobs_-_6000_5_-_android_-_il2cpp: - name: InputSystem-MobilePerformanceBuildJobs - 6000.5 - Android - il2cpp +# InputSystem-MobilePerformanceBuildJobs - 6000.6 - Android - il2cpp +inputsystem-mobileperformancebuildjobs_-_6000_6_-_android_-_il2cpp: + name: InputSystem-MobilePerformanceBuildJobs - 6000.6 - Android - il2cpp agent: image: package-ci/win10:default type: Unity::VM flavor: b1.xlarge commands: - - command: unity-downloader-cli -u 6000.5/staging -c Editor -c Android --fast --wait + - command: unity-downloader-cli -u 6000.6/staging -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 --report-performance-data --performance-project-id=InputSystem --player-save-path=build/players --timeout=3600 --artifacts-path=build/logs --platform=android --scripting-backend=il2cpp @@ -296,15 +296,15 @@ inputsystem-mobileperformancebuildjobs_-_6000_5_-_android_-_il2cpp: paths: - build/players/**/* -# InputSystem-MobilePerformanceBuildJobs - 6000.5 - Android - mono -inputsystem-mobileperformancebuildjobs_-_6000_5_-_android_-_mono: - name: InputSystem-MobilePerformanceBuildJobs - 6000.5 - Android - mono +# InputSystem-MobilePerformanceBuildJobs - 6000.6 - Android - mono +inputsystem-mobileperformancebuildjobs_-_6000_6_-_android_-_mono: + name: InputSystem-MobilePerformanceBuildJobs - 6000.6 - Android - mono agent: image: package-ci/win10:default type: Unity::VM flavor: b1.xlarge commands: - - command: unity-downloader-cli -u 6000.5/staging -c Editor -c Android --fast --wait + - command: unity-downloader-cli -u 6000.6/staging -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 --report-performance-data --performance-project-id=InputSystem --player-save-path=build/players --timeout=3600 --artifacts-path=build/logs --platform=android @@ -318,15 +318,15 @@ inputsystem-mobileperformancebuildjobs_-_6000_5_-_android_-_mono: paths: - build/players/**/* -# InputSystem-MobilePerformanceBuildJobs - 6000.5 - IOS -inputsystem-mobileperformancebuildjobs_-_6000_5_-_ios: - name: InputSystem-MobilePerformanceBuildJobs - 6000.5 - IOS +# InputSystem-MobilePerformanceBuildJobs - 6000.6 - IOS +inputsystem-mobileperformancebuildjobs_-_6000_6_-_ios: + name: InputSystem-MobilePerformanceBuildJobs - 6000.6 - IOS agent: image: package-ci/macos-13:default type: Unity::VM::osx flavor: m1.mac commands: - - command: unity-downloader-cli -u 6000.5/staging -c Editor -c iOS --fast --wait + - command: unity-downloader-cli -u 6000.6/staging -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 @@ -344,15 +344,15 @@ inputsystem-mobileperformancebuildjobs_-_6000_5_-_ios: UNITY_HANDLEUIINTERRUPTIONS: 1 UTR_VERSION: 1.42.0 -# InputSystem-MobilePerformanceBuildJobs - 6000.5 - TvOS -inputsystem-mobileperformancebuildjobs_-_6000_5_-_tvos: - name: InputSystem-MobilePerformanceBuildJobs - 6000.5 - TvOS +# InputSystem-MobilePerformanceBuildJobs - 6000.6 - TvOS +inputsystem-mobileperformancebuildjobs_-_6000_6_-_tvos: + name: InputSystem-MobilePerformanceBuildJobs - 6000.6 - TvOS agent: image: package-ci/macos-13:default type: Unity::VM::osx flavor: m1.mac commands: - - command: unity-downloader-cli -u 6000.5/staging -c Editor -c AppleTV --fast --wait + - command: unity-downloader-cli -u 6000.6/staging -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 --report-performance-data --performance-project-id=InputSystem --player-save-path=build/players --timeout=3600 --artifacts-path=build/logs --platform=tvOS after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh @@ -364,9 +364,9 @@ inputsystem-mobileperformancebuildjobs_-_6000_5_-_tvos: paths: - build/players/**/* -# InputSystem-MobilePerformanceBuildJobs - 6000.6 - Android - il2cpp -inputsystem-mobileperformancebuildjobs_-_6000_6_-_android_-_il2cpp: - name: InputSystem-MobilePerformanceBuildJobs - 6000.6 - Android - il2cpp +# InputSystem-MobilePerformanceBuildJobs - 6000.7 - Android - il2cpp +inputsystem-mobileperformancebuildjobs_-_6000_7_-_android_-_il2cpp: + name: InputSystem-MobilePerformanceBuildJobs - 6000.7 - Android - il2cpp agent: image: package-ci/win10:default type: Unity::VM @@ -386,9 +386,9 @@ inputsystem-mobileperformancebuildjobs_-_6000_6_-_android_-_il2cpp: paths: - build/players/**/* -# InputSystem-MobilePerformanceBuildJobs - 6000.6 - Android - mono -inputsystem-mobileperformancebuildjobs_-_6000_6_-_android_-_mono: - name: InputSystem-MobilePerformanceBuildJobs - 6000.6 - Android - mono +# InputSystem-MobilePerformanceBuildJobs - 6000.7 - Android - mono +inputsystem-mobileperformancebuildjobs_-_6000_7_-_android_-_mono: + name: InputSystem-MobilePerformanceBuildJobs - 6000.7 - Android - mono agent: image: package-ci/win10:default type: Unity::VM @@ -408,9 +408,9 @@ inputsystem-mobileperformancebuildjobs_-_6000_6_-_android_-_mono: paths: - build/players/**/* -# InputSystem-MobilePerformanceBuildJobs - 6000.6 - IOS -inputsystem-mobileperformancebuildjobs_-_6000_6_-_ios: - name: InputSystem-MobilePerformanceBuildJobs - 6000.6 - IOS +# InputSystem-MobilePerformanceBuildJobs - 6000.7 - IOS +inputsystem-mobileperformancebuildjobs_-_6000_7_-_ios: + name: InputSystem-MobilePerformanceBuildJobs - 6000.7 - IOS agent: image: package-ci/macos-13:default type: Unity::VM::osx @@ -434,9 +434,9 @@ inputsystem-mobileperformancebuildjobs_-_6000_6_-_ios: UNITY_HANDLEUIINTERRUPTIONS: 1 UTR_VERSION: 1.42.0 -# InputSystem-MobilePerformanceBuildJobs - 6000.6 - TvOS -inputsystem-mobileperformancebuildjobs_-_6000_6_-_tvos: - name: InputSystem-MobilePerformanceBuildJobs - 6000.6 - TvOS +# InputSystem-MobilePerformanceBuildJobs - 6000.7 - TvOS +inputsystem-mobileperformancebuildjobs_-_6000_7_-_tvos: + name: InputSystem-MobilePerformanceBuildJobs - 6000.7 - TvOS agent: image: package-ci/macos-13:default type: Unity::VM::osx diff --git a/.yamato/input-system-mobile-performance-tests.yml b/.yamato/input-system-mobile-performance-tests.yml index 83fdefbb71..2f0f601c69 100644 --- a/.yamato/input-system-mobile-performance-tests.yml +++ b/.yamato/input-system-mobile-performance-tests.yml @@ -201,9 +201,9 @@ inputsystem-mobileperformancetests_-_6000_3_-_tvos: dependencies: - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_3_-_tvos -# InputSystem-MobilePerformanceTests - 6000.4 - Android - il2cpp -inputsystem-mobileperformancetests_-_6000_4_-_android_-_il2cpp: - name: InputSystem-MobilePerformanceTests - 6000.4 - Android - il2cpp +# InputSystem-MobilePerformanceTests - 6000.5 - Android - il2cpp +inputsystem-mobileperformancetests_-_6000_5_-_android_-_il2cpp: + name: InputSystem-MobilePerformanceTests - 6000.5 - Android - il2cpp agent: image: mobile/android-execution-base:v2.3785910 type: Unity::mobile::shield @@ -225,13 +225,13 @@ inputsystem-mobileperformancetests_-_6000_4_-_android_-_il2cpp: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_4_-_android_-_il2cpp + - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_5_-_android_-_il2cpp variables: UTR_VERSION: 1.42.0 -# InputSystem-MobilePerformanceTests - 6000.4 - Android - mono -inputsystem-mobileperformancetests_-_6000_4_-_android_-_mono: - name: InputSystem-MobilePerformanceTests - 6000.4 - Android - mono +# InputSystem-MobilePerformanceTests - 6000.5 - Android - mono +inputsystem-mobileperformancetests_-_6000_5_-_android_-_mono: + name: InputSystem-MobilePerformanceTests - 6000.5 - Android - mono agent: image: mobile/android-execution-base:v2.3785910 type: Unity::mobile::shield @@ -253,13 +253,13 @@ inputsystem-mobileperformancetests_-_6000_4_-_android_-_mono: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_4_-_android_-_mono + - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_5_-_android_-_mono variables: UTR_VERSION: 1.42.0 -# InputSystem-MobilePerformanceTests - 6000.4 - IOS -inputsystem-mobileperformancetests_-_6000_4_-_ios: - name: InputSystem-MobilePerformanceTests - 6000.4 - IOS +# InputSystem-MobilePerformanceTests - 6000.5 - IOS +inputsystem-mobileperformancetests_-_6000_5_-_ios: + name: InputSystem-MobilePerformanceTests - 6000.5 - IOS agent: image: package-ci/macos-13:default type: Unity::mobile::iPhone @@ -277,13 +277,13 @@ inputsystem-mobileperformancetests_-_6000_4_-_ios: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_4_-_ios + - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_5_-_ios variables: UTR_VERSION: 1.42.0 -# InputSystem-MobilePerformanceTests - 6000.4 - TvOS -inputsystem-mobileperformancetests_-_6000_4_-_tvos: - name: InputSystem-MobilePerformanceTests - 6000.4 - TvOS +# InputSystem-MobilePerformanceTests - 6000.5 - TvOS +inputsystem-mobileperformancetests_-_6000_5_-_tvos: + name: InputSystem-MobilePerformanceTests - 6000.5 - TvOS agent: image: package-ci/macos-13:default type: Unity::mobile::appletv @@ -297,11 +297,11 @@ inputsystem-mobileperformancetests_-_6000_4_-_tvos: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_4_-_tvos + - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_5_-_tvos -# InputSystem-MobilePerformanceTests - 6000.5 - Android - il2cpp -inputsystem-mobileperformancetests_-_6000_5_-_android_-_il2cpp: - name: InputSystem-MobilePerformanceTests - 6000.5 - Android - il2cpp +# InputSystem-MobilePerformanceTests - 6000.6 - Android - il2cpp +inputsystem-mobileperformancetests_-_6000_6_-_android_-_il2cpp: + name: InputSystem-MobilePerformanceTests - 6000.6 - Android - il2cpp agent: image: mobile/android-execution-base:v2.3785910 type: Unity::mobile::shield @@ -323,13 +323,13 @@ inputsystem-mobileperformancetests_-_6000_5_-_android_-_il2cpp: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_5_-_android_-_il2cpp + - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_6_-_android_-_il2cpp variables: UTR_VERSION: 1.42.0 -# InputSystem-MobilePerformanceTests - 6000.5 - Android - mono -inputsystem-mobileperformancetests_-_6000_5_-_android_-_mono: - name: InputSystem-MobilePerformanceTests - 6000.5 - Android - mono +# InputSystem-MobilePerformanceTests - 6000.6 - Android - mono +inputsystem-mobileperformancetests_-_6000_6_-_android_-_mono: + name: InputSystem-MobilePerformanceTests - 6000.6 - Android - mono agent: image: mobile/android-execution-base:v2.3785910 type: Unity::mobile::shield @@ -351,13 +351,13 @@ inputsystem-mobileperformancetests_-_6000_5_-_android_-_mono: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_5_-_android_-_mono + - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_6_-_android_-_mono variables: UTR_VERSION: 1.42.0 -# InputSystem-MobilePerformanceTests - 6000.5 - IOS -inputsystem-mobileperformancetests_-_6000_5_-_ios: - name: InputSystem-MobilePerformanceTests - 6000.5 - IOS +# InputSystem-MobilePerformanceTests - 6000.6 - IOS +inputsystem-mobileperformancetests_-_6000_6_-_ios: + name: InputSystem-MobilePerformanceTests - 6000.6 - IOS agent: image: package-ci/macos-13:default type: Unity::mobile::iPhone @@ -375,13 +375,13 @@ inputsystem-mobileperformancetests_-_6000_5_-_ios: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_5_-_ios + - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_6_-_ios variables: UTR_VERSION: 1.42.0 -# InputSystem-MobilePerformanceTests - 6000.5 - TvOS -inputsystem-mobileperformancetests_-_6000_5_-_tvos: - name: InputSystem-MobilePerformanceTests - 6000.5 - TvOS +# InputSystem-MobilePerformanceTests - 6000.6 - TvOS +inputsystem-mobileperformancetests_-_6000_6_-_tvos: + name: InputSystem-MobilePerformanceTests - 6000.6 - TvOS agent: image: package-ci/macos-13:default type: Unity::mobile::appletv @@ -395,11 +395,11 @@ inputsystem-mobileperformancetests_-_6000_5_-_tvos: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_5_-_tvos + - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_6_-_tvos -# InputSystem-MobilePerformanceTests - 6000.6 - Android - il2cpp -inputsystem-mobileperformancetests_-_6000_6_-_android_-_il2cpp: - name: InputSystem-MobilePerformanceTests - 6000.6 - Android - il2cpp +# InputSystem-MobilePerformanceTests - 6000.7 - Android - il2cpp +inputsystem-mobileperformancetests_-_6000_7_-_android_-_il2cpp: + name: InputSystem-MobilePerformanceTests - 6000.7 - Android - il2cpp agent: image: mobile/android-execution-base:v2.3785910 type: Unity::mobile::shield @@ -421,13 +421,13 @@ inputsystem-mobileperformancetests_-_6000_6_-_android_-_il2cpp: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_6_-_android_-_il2cpp + - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_7_-_android_-_il2cpp variables: UTR_VERSION: 1.42.0 -# InputSystem-MobilePerformanceTests - 6000.6 - Android - mono -inputsystem-mobileperformancetests_-_6000_6_-_android_-_mono: - name: InputSystem-MobilePerformanceTests - 6000.6 - Android - mono +# InputSystem-MobilePerformanceTests - 6000.7 - Android - mono +inputsystem-mobileperformancetests_-_6000_7_-_android_-_mono: + name: InputSystem-MobilePerformanceTests - 6000.7 - Android - mono agent: image: mobile/android-execution-base:v2.3785910 type: Unity::mobile::shield @@ -449,13 +449,13 @@ inputsystem-mobileperformancetests_-_6000_6_-_android_-_mono: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_6_-_android_-_mono + - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_7_-_android_-_mono variables: UTR_VERSION: 1.42.0 -# InputSystem-MobilePerformanceTests - 6000.6 - IOS -inputsystem-mobileperformancetests_-_6000_6_-_ios: - name: InputSystem-MobilePerformanceTests - 6000.6 - IOS +# InputSystem-MobilePerformanceTests - 6000.7 - IOS +inputsystem-mobileperformancetests_-_6000_7_-_ios: + name: InputSystem-MobilePerformanceTests - 6000.7 - IOS agent: image: package-ci/macos-13:default type: Unity::mobile::iPhone @@ -473,13 +473,13 @@ inputsystem-mobileperformancetests_-_6000_6_-_ios: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_6_-_ios + - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_7_-_ios variables: UTR_VERSION: 1.42.0 -# InputSystem-MobilePerformanceTests - 6000.6 - TvOS -inputsystem-mobileperformancetests_-_6000_6_-_tvos: - name: InputSystem-MobilePerformanceTests - 6000.6 - TvOS +# InputSystem-MobilePerformanceTests - 6000.7 - TvOS +inputsystem-mobileperformancetests_-_6000_7_-_tvos: + name: InputSystem-MobilePerformanceTests - 6000.7 - TvOS agent: image: package-ci/macos-13:default type: Unity::mobile::appletv @@ -493,5 +493,5 @@ inputsystem-mobileperformancetests_-_6000_6_-_tvos: paths: - build/test-results/**/* dependencies: - - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_6_-_tvos + - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_7_-_tvos diff --git a/.yamato/input-system-standalone-functional-tests.yml b/.yamato/input-system-standalone-functional-tests.yml index 5621e52ce0..8097d841a2 100644 --- a/.yamato/input-system-standalone-functional-tests.yml +++ b/.yamato/input-system-standalone-functional-tests.yml @@ -115,16 +115,16 @@ inputsystem-standalonefunctionaltests_-_6000_3_-_win10: paths: - artifacts/**/* -# InputSystem-StandaloneFunctionalTests - 6000.4 - MacOs13 -inputsystem-standalonefunctionaltests_-_6000_4_-_macos13: - name: InputSystem-StandaloneFunctionalTests - 6000.4 - MacOs13 +# InputSystem-StandaloneFunctionalTests - 6000.5 - MacOs13 +inputsystem-standalonefunctionaltests_-_6000_5_-_macos13: + name: InputSystem-StandaloneFunctionalTests - 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=playmode --platform=StandaloneOSX --category=!Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --timeout=3600 --artifacts-path=artifacts after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh @@ -133,16 +133,16 @@ inputsystem-standalonefunctionaltests_-_6000_4_-_macos13: paths: - artifacts/**/* -# InputSystem-StandaloneFunctionalTests - 6000.4 - Ubuntu2204 -inputsystem-standalonefunctionaltests_-_6000_4_-_ubuntu2204: - name: InputSystem-StandaloneFunctionalTests - 6000.4 - Ubuntu2204 +# InputSystem-StandaloneFunctionalTests - 6000.5 - Ubuntu2204 +inputsystem-standalonefunctionaltests_-_6000_5_-_ubuntu2204: + name: InputSystem-StandaloneFunctionalTests - 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=playmode --platform=StandaloneLinux64 --category=!Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --timeout=3600 --artifacts-path=artifacts after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh @@ -151,9 +151,9 @@ inputsystem-standalonefunctionaltests_-_6000_4_-_ubuntu2204: paths: - artifacts/**/* -# InputSystem-StandaloneFunctionalTests - 6000.4 - Win10 -inputsystem-standalonefunctionaltests_-_6000_4_-_win10: - name: InputSystem-StandaloneFunctionalTests - 6000.4 - Win10 +# InputSystem-StandaloneFunctionalTests - 6000.5 - Win10 +inputsystem-standalonefunctionaltests_-_6000_5_-_win10: + name: InputSystem-StandaloneFunctionalTests - 6000.5 - Win10 agent: image: package-ci/win10:v4 type: Unity::VM @@ -161,7 +161,7 @@ inputsystem-standalonefunctionaltests_-_6000_4_-_win10: 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=playmode --platform=StandaloneWindows64 --category=!Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --timeout=3600 --artifacts-path=artifacts after: - command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd @@ -170,16 +170,17 @@ inputsystem-standalonefunctionaltests_-_6000_4_-_win10: paths: - artifacts/**/* -# InputSystem-StandaloneFunctionalTests - 6000.5 - MacOs13 -inputsystem-standalonefunctionaltests_-_6000_5_-_macos13: - name: InputSystem-StandaloneFunctionalTests - 6000.5 - MacOs13 +# InputSystem-StandaloneFunctionalTests - 6000.6 - MacOs13Arm +inputsystem-standalonefunctionaltests_-_6000_6_-_macos13arm: + name: InputSystem-StandaloneFunctionalTests - 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=playmode --platform=StandaloneOSX --category=!Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --timeout=3600 --artifacts-path=artifacts after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh @@ -188,16 +189,16 @@ inputsystem-standalonefunctionaltests_-_6000_5_-_macos13: paths: - artifacts/**/* -# InputSystem-StandaloneFunctionalTests - 6000.5 - Ubuntu2204 -inputsystem-standalonefunctionaltests_-_6000_5_-_ubuntu2204: - name: InputSystem-StandaloneFunctionalTests - 6000.5 - Ubuntu2204 +# InputSystem-StandaloneFunctionalTests - 6000.6 - Ubuntu2204 +inputsystem-standalonefunctionaltests_-_6000_6_-_ubuntu2204: + name: InputSystem-StandaloneFunctionalTests - 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=playmode --platform=StandaloneLinux64 --category=!Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --timeout=3600 --artifacts-path=artifacts after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh @@ -206,9 +207,9 @@ inputsystem-standalonefunctionaltests_-_6000_5_-_ubuntu2204: paths: - artifacts/**/* -# InputSystem-StandaloneFunctionalTests - 6000.5 - Win10 -inputsystem-standalonefunctionaltests_-_6000_5_-_win10: - name: InputSystem-StandaloneFunctionalTests - 6000.5 - Win10 +# InputSystem-StandaloneFunctionalTests - 6000.6 - Win10 +inputsystem-standalonefunctionaltests_-_6000_6_-_win10: + name: InputSystem-StandaloneFunctionalTests - 6000.6 - Win10 agent: image: package-ci/win10:v4 type: Unity::VM @@ -216,7 +217,7 @@ inputsystem-standalonefunctionaltests_-_6000_5_-_win10: 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=playmode --platform=StandaloneWindows64 --category=!Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --timeout=3600 --artifacts-path=artifacts after: - command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd @@ -225,9 +226,27 @@ inputsystem-standalonefunctionaltests_-_6000_5_-_win10: paths: - artifacts/**/* -# InputSystem-StandaloneFunctionalTests - 6000.6 - MacOs13Arm -inputsystem-standalonefunctionaltests_-_6000_6_-_macos13arm: - name: InputSystem-StandaloneFunctionalTests - 6000.6 - MacOs13Arm +# InputSystem-StandaloneFunctionalTests - 6000.7 - MacOs13 +inputsystem-standalonefunctionaltests_-_6000_7_-_macos13: + name: InputSystem-StandaloneFunctionalTests - 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=playmode --platform=StandaloneOSX --category=!Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --timeout=3600 --artifacts-path=artifacts + after: + - command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh + artifacts: + artifacts: + paths: + - artifacts/**/* + +# InputSystem-StandaloneFunctionalTests - 6000.7 - MacOs13Arm +inputsystem-standalonefunctionaltests_-_6000_7_-_macos13arm: + name: InputSystem-StandaloneFunctionalTests - 6000.7 - MacOs13Arm agent: image: package-ci/macos-13-arm64:v4 type: Unity::VM::osx @@ -244,9 +263,9 @@ inputsystem-standalonefunctionaltests_-_6000_6_-_macos13arm: paths: - artifacts/**/* -# InputSystem-StandaloneFunctionalTests - 6000.6 - Ubuntu2204 -inputsystem-standalonefunctionaltests_-_6000_6_-_ubuntu2204: - name: InputSystem-StandaloneFunctionalTests - 6000.6 - Ubuntu2204 +# InputSystem-StandaloneFunctionalTests - 6000.7 - Ubuntu2204 +inputsystem-standalonefunctionaltests_-_6000_7_-_ubuntu2204: + name: InputSystem-StandaloneFunctionalTests - 6000.7 - Ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM::GPU @@ -262,9 +281,9 @@ inputsystem-standalonefunctionaltests_-_6000_6_-_ubuntu2204: paths: - artifacts/**/* -# InputSystem-StandaloneFunctionalTests - 6000.6 - Win10 -inputsystem-standalonefunctionaltests_-_6000_6_-_win10: - name: InputSystem-StandaloneFunctionalTests - 6000.6 - Win10 +# InputSystem-StandaloneFunctionalTests - 6000.7 - Win10 +inputsystem-standalonefunctionaltests_-_6000_7_-_win10: + name: InputSystem-StandaloneFunctionalTests - 6000.7 - Win10 agent: image: package-ci/win10:v4 type: Unity::VM diff --git a/.yamato/input-system-standalone-il2-cpp-functional-tests.yml b/.yamato/input-system-standalone-il2-cpp-functional-tests.yml index 2717a3e872..e3b495032b 100644 --- a/.yamato/input-system-standalone-il2-cpp-functional-tests.yml +++ b/.yamato/input-system-standalone-il2-cpp-functional-tests.yml @@ -115,16 +115,16 @@ inputsystem-standaloneil2cppfunctionaltests_-_6000_3_-_win10: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppFunctionalTests - 6000.4 - MacOs13 -inputsystem-standaloneil2cppfunctionaltests_-_6000_4_-_macos13: - name: InputSystem-StandaloneIl2CppFunctionalTests - 6000.4 - MacOs13 +# InputSystem-StandaloneIl2CppFunctionalTests - 6000.5 - MacOs13 +inputsystem-standaloneil2cppfunctionaltests_-_6000_5_-_macos13: + name: InputSystem-StandaloneIl2CppFunctionalTests - 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 -c StandaloneSupport-IL2CPP --fast --wait + - command: unity-downloader-cli -u 6000.5/staging -c Editor -c StandaloneSupport-IL2CPP --fast --wait - command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneOSX --scripting-backend=il2cpp --category=!Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --timeout=3600 --artifacts-path=artifacts after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh @@ -133,16 +133,16 @@ inputsystem-standaloneil2cppfunctionaltests_-_6000_4_-_macos13: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppFunctionalTests - 6000.4 - Ubuntu2204 -inputsystem-standaloneil2cppfunctionaltests_-_6000_4_-_ubuntu2204: - name: InputSystem-StandaloneIl2CppFunctionalTests - 6000.4 - Ubuntu2204 +# InputSystem-StandaloneIl2CppFunctionalTests - 6000.5 - Ubuntu2204 +inputsystem-standaloneil2cppfunctionaltests_-_6000_5_-_ubuntu2204: + name: InputSystem-StandaloneIl2CppFunctionalTests - 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 -c StandaloneSupport-IL2CPP --fast --wait + - command: unity-downloader-cli -u 6000.5/staging -c Editor -c StandaloneSupport-IL2CPP --fast --wait - command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneLinux64 --scripting-backend=il2cpp --category=!Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --timeout=3600 --artifacts-path=artifacts after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh @@ -151,9 +151,9 @@ inputsystem-standaloneil2cppfunctionaltests_-_6000_4_-_ubuntu2204: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppFunctionalTests - 6000.4 - Win10 -inputsystem-standaloneil2cppfunctionaltests_-_6000_4_-_win10: - name: InputSystem-StandaloneIl2CppFunctionalTests - 6000.4 - Win10 +# InputSystem-StandaloneIl2CppFunctionalTests - 6000.5 - Win10 +inputsystem-standaloneil2cppfunctionaltests_-_6000_5_-_win10: + name: InputSystem-StandaloneIl2CppFunctionalTests - 6000.5 - Win10 agent: image: package-ci/win10:v4 type: Unity::VM @@ -161,7 +161,7 @@ inputsystem-standaloneil2cppfunctionaltests_-_6000_4_-_win10: 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 -c StandaloneSupport-IL2CPP --fast --wait + - command: unity-downloader-cli -u 6000.5/staging -c Editor -c StandaloneSupport-IL2CPP --fast --wait - command: UnifiedTestRunner.exe --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneWindows64 --scripting-backend=il2cpp --category=!Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --timeout=3600 --artifacts-path=artifacts after: - command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd @@ -170,16 +170,17 @@ inputsystem-standaloneil2cppfunctionaltests_-_6000_4_-_win10: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppFunctionalTests - 6000.5 - MacOs13 -inputsystem-standaloneil2cppfunctionaltests_-_6000_5_-_macos13: - name: InputSystem-StandaloneIl2CppFunctionalTests - 6000.5 - MacOs13 +# InputSystem-StandaloneIl2CppFunctionalTests - 6000.6 - MacOs13Arm +inputsystem-standaloneil2cppfunctionaltests_-_6000_6_-_macos13arm: + name: InputSystem-StandaloneIl2CppFunctionalTests - 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 -c StandaloneSupport-IL2CPP --fast --wait + - command: unity-downloader-cli -u 6000.6/staging -c Editor -c StandaloneSupport-IL2CPP --fast --wait - command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneOSX --scripting-backend=il2cpp --category=!Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --timeout=3600 --artifacts-path=artifacts after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh @@ -188,16 +189,16 @@ inputsystem-standaloneil2cppfunctionaltests_-_6000_5_-_macos13: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppFunctionalTests - 6000.5 - Ubuntu2204 -inputsystem-standaloneil2cppfunctionaltests_-_6000_5_-_ubuntu2204: - name: InputSystem-StandaloneIl2CppFunctionalTests - 6000.5 - Ubuntu2204 +# InputSystem-StandaloneIl2CppFunctionalTests - 6000.6 - Ubuntu2204 +inputsystem-standaloneil2cppfunctionaltests_-_6000_6_-_ubuntu2204: + name: InputSystem-StandaloneIl2CppFunctionalTests - 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 -c StandaloneSupport-IL2CPP --fast --wait + - command: unity-downloader-cli -u 6000.6/staging -c Editor -c StandaloneSupport-IL2CPP --fast --wait - command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneLinux64 --scripting-backend=il2cpp --category=!Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --timeout=3600 --artifacts-path=artifacts after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh @@ -206,9 +207,9 @@ inputsystem-standaloneil2cppfunctionaltests_-_6000_5_-_ubuntu2204: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppFunctionalTests - 6000.5 - Win10 -inputsystem-standaloneil2cppfunctionaltests_-_6000_5_-_win10: - name: InputSystem-StandaloneIl2CppFunctionalTests - 6000.5 - Win10 +# InputSystem-StandaloneIl2CppFunctionalTests - 6000.6 - Win10 +inputsystem-standaloneil2cppfunctionaltests_-_6000_6_-_win10: + name: InputSystem-StandaloneIl2CppFunctionalTests - 6000.6 - Win10 agent: image: package-ci/win10:v4 type: Unity::VM @@ -216,7 +217,7 @@ inputsystem-standaloneil2cppfunctionaltests_-_6000_5_-_win10: 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 -c StandaloneSupport-IL2CPP --fast --wait + - command: unity-downloader-cli -u 6000.6/staging -c Editor -c StandaloneSupport-IL2CPP --fast --wait - command: UnifiedTestRunner.exe --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneWindows64 --scripting-backend=il2cpp --category=!Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --timeout=3600 --artifacts-path=artifacts after: - command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd @@ -225,9 +226,27 @@ inputsystem-standaloneil2cppfunctionaltests_-_6000_5_-_win10: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppFunctionalTests - 6000.6 - MacOs13Arm -inputsystem-standaloneil2cppfunctionaltests_-_6000_6_-_macos13arm: - name: InputSystem-StandaloneIl2CppFunctionalTests - 6000.6 - MacOs13Arm +# InputSystem-StandaloneIl2CppFunctionalTests - 6000.7 - MacOs13 +inputsystem-standaloneil2cppfunctionaltests_-_6000_7_-_macos13: + name: InputSystem-StandaloneIl2CppFunctionalTests - 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 -c StandaloneSupport-IL2CPP --fast --wait + - command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneOSX --scripting-backend=il2cpp --category=!Performance --clean-library --api-profile=NET_4_6 --reruncount=1 --clean-library-on-rerun --timeout=3600 --artifacts-path=artifacts + after: + - command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh + artifacts: + artifacts: + paths: + - artifacts/**/* + +# InputSystem-StandaloneIl2CppFunctionalTests - 6000.7 - MacOs13Arm +inputsystem-standaloneil2cppfunctionaltests_-_6000_7_-_macos13arm: + name: InputSystem-StandaloneIl2CppFunctionalTests - 6000.7 - MacOs13Arm agent: image: package-ci/macos-13-arm64:v4 type: Unity::VM::osx @@ -244,9 +263,9 @@ inputsystem-standaloneil2cppfunctionaltests_-_6000_6_-_macos13arm: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppFunctionalTests - 6000.6 - Ubuntu2204 -inputsystem-standaloneil2cppfunctionaltests_-_6000_6_-_ubuntu2204: - name: InputSystem-StandaloneIl2CppFunctionalTests - 6000.6 - Ubuntu2204 +# InputSystem-StandaloneIl2CppFunctionalTests - 6000.7 - Ubuntu2204 +inputsystem-standaloneil2cppfunctionaltests_-_6000_7_-_ubuntu2204: + name: InputSystem-StandaloneIl2CppFunctionalTests - 6000.7 - Ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM::GPU @@ -262,9 +281,9 @@ inputsystem-standaloneil2cppfunctionaltests_-_6000_6_-_ubuntu2204: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppFunctionalTests - 6000.6 - Win10 -inputsystem-standaloneil2cppfunctionaltests_-_6000_6_-_win10: - name: InputSystem-StandaloneIl2CppFunctionalTests - 6000.6 - Win10 +# InputSystem-StandaloneIl2CppFunctionalTests - 6000.7 - Win10 +inputsystem-standaloneil2cppfunctionaltests_-_6000_7_-_win10: + name: InputSystem-StandaloneIl2CppFunctionalTests - 6000.7 - Win10 agent: image: package-ci/win10:v4 type: Unity::VM diff --git a/.yamato/input-system-standalone-il2-cpp-performance-tests.yml b/.yamato/input-system-standalone-il2-cpp-performance-tests.yml index bdd32fcc7b..2aa6b66ae9 100644 --- a/.yamato/input-system-standalone-il2-cpp-performance-tests.yml +++ b/.yamato/input-system-standalone-il2-cpp-performance-tests.yml @@ -115,16 +115,16 @@ inputsystem-standaloneil2cppperformancetests_-_6000_3_-_win10: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppPerformanceTests - 6000.4 - MacOs13 -inputsystem-standaloneil2cppperformancetests_-_6000_4_-_macos13: - name: InputSystem-StandaloneIl2CppPerformanceTests - 6000.4 - MacOs13 +# InputSystem-StandaloneIl2CppPerformanceTests - 6000.5 - MacOs13 +inputsystem-standaloneil2cppperformancetests_-_6000_5_-_macos13: + name: InputSystem-StandaloneIl2CppPerformanceTests - 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 -c StandaloneSupport-IL2CPP --fast --wait + - command: unity-downloader-cli -u 6000.5/staging -c Editor -c StandaloneSupport-IL2CPP --fast --wait - command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneOSX --scripting-backend=il2cpp --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 @@ -133,16 +133,16 @@ inputsystem-standaloneil2cppperformancetests_-_6000_4_-_macos13: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppPerformanceTests - 6000.4 - Ubuntu2204 -inputsystem-standaloneil2cppperformancetests_-_6000_4_-_ubuntu2204: - name: InputSystem-StandaloneIl2CppPerformanceTests - 6000.4 - Ubuntu2204 +# InputSystem-StandaloneIl2CppPerformanceTests - 6000.5 - Ubuntu2204 +inputsystem-standaloneil2cppperformancetests_-_6000_5_-_ubuntu2204: + name: InputSystem-StandaloneIl2CppPerformanceTests - 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 -c StandaloneSupport-IL2CPP --fast --wait + - command: unity-downloader-cli -u 6000.5/staging -c Editor -c StandaloneSupport-IL2CPP --fast --wait - command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneLinux64 --scripting-backend=il2cpp --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 @@ -151,9 +151,9 @@ inputsystem-standaloneil2cppperformancetests_-_6000_4_-_ubuntu2204: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppPerformanceTests - 6000.4 - Win10 -inputsystem-standaloneil2cppperformancetests_-_6000_4_-_win10: - name: InputSystem-StandaloneIl2CppPerformanceTests - 6000.4 - Win10 +# InputSystem-StandaloneIl2CppPerformanceTests - 6000.5 - Win10 +inputsystem-standaloneil2cppperformancetests_-_6000_5_-_win10: + name: InputSystem-StandaloneIl2CppPerformanceTests - 6000.5 - Win10 agent: image: package-ci/win10:v4 type: Unity::VM @@ -161,7 +161,7 @@ inputsystem-standaloneil2cppperformancetests_-_6000_4_-_win10: 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 -c StandaloneSupport-IL2CPP --fast --wait + - command: unity-downloader-cli -u 6000.5/staging -c Editor -c StandaloneSupport-IL2CPP --fast --wait - command: UnifiedTestRunner.exe --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneWindows64 --scripting-backend=il2cpp --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 @@ -170,16 +170,17 @@ inputsystem-standaloneil2cppperformancetests_-_6000_4_-_win10: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppPerformanceTests - 6000.5 - MacOs13 -inputsystem-standaloneil2cppperformancetests_-_6000_5_-_macos13: - name: InputSystem-StandaloneIl2CppPerformanceTests - 6000.5 - MacOs13 +# InputSystem-StandaloneIl2CppPerformanceTests - 6000.6 - MacOs13Arm +inputsystem-standaloneil2cppperformancetests_-_6000_6_-_macos13arm: + name: InputSystem-StandaloneIl2CppPerformanceTests - 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 -c StandaloneSupport-IL2CPP --fast --wait + - command: unity-downloader-cli -u 6000.6/staging -c Editor -c StandaloneSupport-IL2CPP --fast --wait - command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneOSX --scripting-backend=il2cpp --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 @@ -188,16 +189,16 @@ inputsystem-standaloneil2cppperformancetests_-_6000_5_-_macos13: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppPerformanceTests - 6000.5 - Ubuntu2204 -inputsystem-standaloneil2cppperformancetests_-_6000_5_-_ubuntu2204: - name: InputSystem-StandaloneIl2CppPerformanceTests - 6000.5 - Ubuntu2204 +# InputSystem-StandaloneIl2CppPerformanceTests - 6000.6 - Ubuntu2204 +inputsystem-standaloneil2cppperformancetests_-_6000_6_-_ubuntu2204: + name: InputSystem-StandaloneIl2CppPerformanceTests - 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 -c StandaloneSupport-IL2CPP --fast --wait + - command: unity-downloader-cli -u 6000.6/staging -c Editor -c StandaloneSupport-IL2CPP --fast --wait - command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneLinux64 --scripting-backend=il2cpp --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 @@ -206,9 +207,9 @@ inputsystem-standaloneil2cppperformancetests_-_6000_5_-_ubuntu2204: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppPerformanceTests - 6000.5 - Win10 -inputsystem-standaloneil2cppperformancetests_-_6000_5_-_win10: - name: InputSystem-StandaloneIl2CppPerformanceTests - 6000.5 - Win10 +# InputSystem-StandaloneIl2CppPerformanceTests - 6000.6 - Win10 +inputsystem-standaloneil2cppperformancetests_-_6000_6_-_win10: + name: InputSystem-StandaloneIl2CppPerformanceTests - 6000.6 - Win10 agent: image: package-ci/win10:v4 type: Unity::VM @@ -216,7 +217,7 @@ inputsystem-standaloneil2cppperformancetests_-_6000_5_-_win10: 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 -c StandaloneSupport-IL2CPP --fast --wait + - command: unity-downloader-cli -u 6000.6/staging -c Editor -c StandaloneSupport-IL2CPP --fast --wait - command: UnifiedTestRunner.exe --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneWindows64 --scripting-backend=il2cpp --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 @@ -225,9 +226,27 @@ inputsystem-standaloneil2cppperformancetests_-_6000_5_-_win10: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppPerformanceTests - 6000.6 - MacOs13Arm -inputsystem-standaloneil2cppperformancetests_-_6000_6_-_macos13arm: - name: InputSystem-StandaloneIl2CppPerformanceTests - 6000.6 - MacOs13Arm +# InputSystem-StandaloneIl2CppPerformanceTests - 6000.7 - MacOs13 +inputsystem-standaloneil2cppperformancetests_-_6000_7_-_macos13: + name: InputSystem-StandaloneIl2CppPerformanceTests - 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 -c StandaloneSupport-IL2CPP --fast --wait + - command: UnifiedTestRunner --testproject=. --editor-location=.Editor --suite=playmode --platform=StandaloneOSX --scripting-backend=il2cpp --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-StandaloneIl2CppPerformanceTests - 6000.7 - MacOs13Arm +inputsystem-standaloneil2cppperformancetests_-_6000_7_-_macos13arm: + name: InputSystem-StandaloneIl2CppPerformanceTests - 6000.7 - MacOs13Arm agent: image: package-ci/macos-13-arm64:v4 type: Unity::VM::osx @@ -244,9 +263,9 @@ inputsystem-standaloneil2cppperformancetests_-_6000_6_-_macos13arm: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppPerformanceTests - 6000.6 - Ubuntu2204 -inputsystem-standaloneil2cppperformancetests_-_6000_6_-_ubuntu2204: - name: InputSystem-StandaloneIl2CppPerformanceTests - 6000.6 - Ubuntu2204 +# InputSystem-StandaloneIl2CppPerformanceTests - 6000.7 - Ubuntu2204 +inputsystem-standaloneil2cppperformancetests_-_6000_7_-_ubuntu2204: + name: InputSystem-StandaloneIl2CppPerformanceTests - 6000.7 - Ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM::GPU @@ -262,9 +281,9 @@ inputsystem-standaloneil2cppperformancetests_-_6000_6_-_ubuntu2204: paths: - artifacts/**/* -# InputSystem-StandaloneIl2CppPerformanceTests - 6000.6 - Win10 -inputsystem-standaloneil2cppperformancetests_-_6000_6_-_win10: - name: InputSystem-StandaloneIl2CppPerformanceTests - 6000.6 - Win10 +# InputSystem-StandaloneIl2CppPerformanceTests - 6000.7 - Win10 +inputsystem-standaloneil2cppperformancetests_-_6000_7_-_win10: + name: InputSystem-StandaloneIl2CppPerformanceTests - 6000.7 - Win10 agent: image: package-ci/win10:v4 type: Unity::VM diff --git a/.yamato/input-system-standalone-performance-tests.yml b/.yamato/input-system-standalone-performance-tests.yml index 7282f23b9b..72c4e6b992 100644 --- a/.yamato/input-system-standalone-performance-tests.yml +++ b/.yamato/input-system-standalone-performance-tests.yml @@ -115,16 +115,16 @@ inputsystem-standaloneperformancetests_-_6000_3_-_win10: paths: - artifacts/**/* -# InputSystem-StandalonePerformanceTests - 6000.4 - MacOs13 -inputsystem-standaloneperformancetests_-_6000_4_-_macos13: - name: InputSystem-StandalonePerformanceTests - 6000.4 - MacOs13 +# InputSystem-StandalonePerformanceTests - 6000.5 - MacOs13 +inputsystem-standaloneperformancetests_-_6000_5_-_macos13: + name: InputSystem-StandalonePerformanceTests - 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=playmode --platform=StandaloneOSX --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 @@ -133,16 +133,16 @@ inputsystem-standaloneperformancetests_-_6000_4_-_macos13: paths: - artifacts/**/* -# InputSystem-StandalonePerformanceTests - 6000.4 - Ubuntu2204 -inputsystem-standaloneperformancetests_-_6000_4_-_ubuntu2204: - name: InputSystem-StandalonePerformanceTests - 6000.4 - Ubuntu2204 +# InputSystem-StandalonePerformanceTests - 6000.5 - Ubuntu2204 +inputsystem-standaloneperformancetests_-_6000_5_-_ubuntu2204: + name: InputSystem-StandalonePerformanceTests - 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=playmode --platform=StandaloneLinux64 --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 @@ -151,9 +151,9 @@ inputsystem-standaloneperformancetests_-_6000_4_-_ubuntu2204: paths: - artifacts/**/* -# InputSystem-StandalonePerformanceTests - 6000.4 - Win10 -inputsystem-standaloneperformancetests_-_6000_4_-_win10: - name: InputSystem-StandalonePerformanceTests - 6000.4 - Win10 +# InputSystem-StandalonePerformanceTests - 6000.5 - Win10 +inputsystem-standaloneperformancetests_-_6000_5_-_win10: + name: InputSystem-StandalonePerformanceTests - 6000.5 - Win10 agent: image: package-ci/win10:v4 type: Unity::VM @@ -161,7 +161,7 @@ inputsystem-standaloneperformancetests_-_6000_4_-_win10: 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=playmode --platform=StandaloneWindows64 --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 @@ -170,16 +170,17 @@ inputsystem-standaloneperformancetests_-_6000_4_-_win10: paths: - artifacts/**/* -# InputSystem-StandalonePerformanceTests - 6000.5 - MacOs13 -inputsystem-standaloneperformancetests_-_6000_5_-_macos13: - name: InputSystem-StandalonePerformanceTests - 6000.5 - MacOs13 +# InputSystem-StandalonePerformanceTests - 6000.6 - MacOs13Arm +inputsystem-standaloneperformancetests_-_6000_6_-_macos13arm: + name: InputSystem-StandalonePerformanceTests - 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=playmode --platform=StandaloneOSX --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 @@ -188,16 +189,16 @@ inputsystem-standaloneperformancetests_-_6000_5_-_macos13: paths: - artifacts/**/* -# InputSystem-StandalonePerformanceTests - 6000.5 - Ubuntu2204 -inputsystem-standaloneperformancetests_-_6000_5_-_ubuntu2204: - name: InputSystem-StandalonePerformanceTests - 6000.5 - Ubuntu2204 +# InputSystem-StandalonePerformanceTests - 6000.6 - Ubuntu2204 +inputsystem-standaloneperformancetests_-_6000_6_-_ubuntu2204: + name: InputSystem-StandalonePerformanceTests - 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=playmode --platform=StandaloneLinux64 --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 @@ -206,9 +207,9 @@ inputsystem-standaloneperformancetests_-_6000_5_-_ubuntu2204: paths: - artifacts/**/* -# InputSystem-StandalonePerformanceTests - 6000.5 - Win10 -inputsystem-standaloneperformancetests_-_6000_5_-_win10: - name: InputSystem-StandalonePerformanceTests - 6000.5 - Win10 +# InputSystem-StandalonePerformanceTests - 6000.6 - Win10 +inputsystem-standaloneperformancetests_-_6000_6_-_win10: + name: InputSystem-StandalonePerformanceTests - 6000.6 - Win10 agent: image: package-ci/win10:v4 type: Unity::VM @@ -216,7 +217,7 @@ inputsystem-standaloneperformancetests_-_6000_5_-_win10: 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=playmode --platform=StandaloneWindows64 --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 @@ -225,9 +226,27 @@ inputsystem-standaloneperformancetests_-_6000_5_-_win10: paths: - artifacts/**/* -# InputSystem-StandalonePerformanceTests - 6000.6 - MacOs13Arm -inputsystem-standaloneperformancetests_-_6000_6_-_macos13arm: - name: InputSystem-StandalonePerformanceTests - 6000.6 - MacOs13Arm +# InputSystem-StandalonePerformanceTests - 6000.7 - MacOs13 +inputsystem-standaloneperformancetests_-_6000_7_-_macos13: + name: InputSystem-StandalonePerformanceTests - 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=playmode --platform=StandaloneOSX --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-StandalonePerformanceTests - 6000.7 - MacOs13Arm +inputsystem-standaloneperformancetests_-_6000_7_-_macos13arm: + name: InputSystem-StandalonePerformanceTests - 6000.7 - MacOs13Arm agent: image: package-ci/macos-13-arm64:v4 type: Unity::VM::osx @@ -244,9 +263,9 @@ inputsystem-standaloneperformancetests_-_6000_6_-_macos13arm: paths: - artifacts/**/* -# InputSystem-StandalonePerformanceTests - 6000.6 - Ubuntu2204 -inputsystem-standaloneperformancetests_-_6000_6_-_ubuntu2204: - name: InputSystem-StandalonePerformanceTests - 6000.6 - Ubuntu2204 +# InputSystem-StandalonePerformanceTests - 6000.7 - Ubuntu2204 +inputsystem-standaloneperformancetests_-_6000_7_-_ubuntu2204: + name: InputSystem-StandalonePerformanceTests - 6000.7 - Ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM::GPU @@ -262,9 +281,9 @@ inputsystem-standaloneperformancetests_-_6000_6_-_ubuntu2204: paths: - artifacts/**/* -# InputSystem-StandalonePerformanceTests - 6000.6 - Win10 -inputsystem-standaloneperformancetests_-_6000_6_-_win10: - name: InputSystem-StandalonePerformanceTests - 6000.6 - Win10 +# InputSystem-StandalonePerformanceTests - 6000.7 - Win10 +inputsystem-standaloneperformancetests_-_6000_7_-_win10: + name: InputSystem-StandalonePerformanceTests - 6000.7 - Win10 agent: image: package-ci/win10:v4 type: Unity::VM diff --git a/.yamato/triggers.yml b/.yamato/triggers.yml index 88e2e66977..bc7b1e6543 100644 --- a/.yamato/triggers.yml +++ b/.yamato/triggers.yml @@ -13,60 +13,63 @@ all_functional_tests: - path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_3_-_macos13 - path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_3_-_ubuntu2204 - path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_3_-_win10 - - path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_4_-_macos13 - - path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_4_-_ubuntu2204 - - path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_4_-_win10 - path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_5_-_macos13 - path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_5_-_ubuntu2204 - path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_5_-_win10 - path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_6_-_macos13arm - path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_6_-_ubuntu2204 - path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_6_-_win10 + - path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_7_-_macos13 + - path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_7_-_macos13arm + - path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_7_-_ubuntu2204 + - path: .yamato/input-system-editor-functional-tests.yml#inputsystem-editorfunctionaltests_-_6000_7_-_win10 - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_0_-_tvos - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_3_-_tvos - - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_4_-_tvos - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_5_-_tvos - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_6_-_tvos + - path: .yamato/input-system-mobile-functional-build-jobs.yml#inputsystem-mobilefunctionalbuildjobs_-_6000_7_-_tvos - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_0_-_android_-_il2cpp - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_0_-_android_-_mono - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_0_-_ios - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_3_-_android_-_il2cpp - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_3_-_android_-_mono - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_3_-_ios - - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_4_-_android_-_il2cpp - - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_4_-_android_-_mono - - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_4_-_ios - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_5_-_android_-_il2cpp - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_5_-_android_-_mono - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_5_-_ios - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_6_-_android_-_il2cpp - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_6_-_android_-_mono - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_6_-_ios + - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_7_-_android_-_il2cpp + - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_7_-_android_-_mono + - path: .yamato/input-system-mobile-functional-tests.yml#inputsystem-mobilefunctionaltests_-_6000_7_-_ios - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_0_-_macos13 - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_0_-_ubuntu2204 - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_0_-_win10 - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_3_-_macos13 - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_3_-_ubuntu2204 - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_3_-_win10 - - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_4_-_macos13 - - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_4_-_ubuntu2204 - - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_4_-_win10 - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_5_-_macos13 - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_5_-_ubuntu2204 - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_5_-_win10 - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_6_-_macos13arm - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_6_-_ubuntu2204 - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_6_-_win10 + - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_7_-_macos13 + - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_7_-_macos13arm + - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_7_-_ubuntu2204 + - path: .yamato/input-system-standalone-functional-tests.yml#inputsystem-standalonefunctionaltests_-_6000_7_-_win10 - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_0_-_macos13 - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_0_-_win10 - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_3_-_macos13 - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_3_-_win10 - - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_4_-_macos13 - - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_4_-_win10 - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_5_-_macos13 - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_5_-_win10 - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_6_-_macos13arm - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_6_-_win10 + - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_7_-_macos13 + - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_7_-_macos13arm + - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_7_-_win10 - path: .yamato/wrench/promotion-jobs.yml#publish_dry_run_inputsystem triggers: expression: |- @@ -84,73 +87,76 @@ all_performance_tests: - path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_3_-_macos13 - path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_3_-_ubuntu2204 - path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_3_-_win10 - - path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_4_-_macos13 - - path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_4_-_ubuntu2204 - - path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_4_-_win10 - path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_5_-_macos13 - path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_5_-_ubuntu2204 - path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_5_-_win10 - path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_6_-_macos13arm - path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_6_-_ubuntu2204 - path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_6_-_win10 + - path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_7_-_macos13 + - path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_7_-_macos13arm + - path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_7_-_ubuntu2204 + - path: .yamato/input-system-editor-performance-tests.yml#inputsystem-editorperformancetests_-_6000_7_-_win10 - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_0_-_tvos - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_3_-_tvos - - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_4_-_tvos - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_5_-_tvos - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_6_-_tvos + - path: .yamato/input-system-mobile-performance-build-jobs.yml#inputsystem-mobileperformancebuildjobs_-_6000_7_-_tvos - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_0_-_android_-_il2cpp - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_0_-_android_-_mono - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_0_-_ios - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_3_-_android_-_il2cpp - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_3_-_android_-_mono - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_3_-_ios - - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_4_-_android_-_il2cpp - - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_4_-_android_-_mono - - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_4_-_ios - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_5_-_android_-_il2cpp - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_5_-_android_-_mono - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_5_-_ios - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_6_-_android_-_il2cpp - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_6_-_android_-_mono - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_6_-_ios + - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_7_-_android_-_il2cpp + - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_7_-_android_-_mono + - path: .yamato/input-system-mobile-performance-tests.yml#inputsystem-mobileperformancetests_-_6000_7_-_ios - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_0_-_macos13 - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_0_-_ubuntu2204 - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_0_-_win10 - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_3_-_macos13 - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_3_-_ubuntu2204 - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_3_-_win10 - - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_4_-_macos13 - - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_4_-_ubuntu2204 - - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_4_-_win10 - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_5_-_macos13 - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_5_-_ubuntu2204 - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_5_-_win10 - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_6_-_macos13arm - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_6_-_ubuntu2204 - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_6_-_win10 + - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_7_-_macos13 + - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_7_-_macos13arm + - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_7_-_ubuntu2204 + - path: .yamato/input-system-standalone-il2-cpp-performance-tests.yml#inputsystem-standaloneil2cppperformancetests_-_6000_7_-_win10 - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_0_-_macos13 - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_0_-_ubuntu2204 - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_0_-_win10 - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_3_-_macos13 - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_3_-_ubuntu2204 - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_3_-_win10 - - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_4_-_macos13 - - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_4_-_ubuntu2204 - - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_4_-_win10 - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_5_-_macos13 - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_5_-_ubuntu2204 - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_5_-_win10 - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_6_-_macos13arm - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_6_-_ubuntu2204 - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_6_-_win10 + - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_7_-_macos13 + - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_7_-_macos13arm + - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_7_-_ubuntu2204 + - path: .yamato/input-system-standalone-performance-tests.yml#inputsystem-standaloneperformancetests_-_6000_7_-_win10 nightly_trigger: name: Nightly trigger dependencies: - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_0_-_ubuntu2204 - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_3_-_ubuntu2204 - - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_4_-_ubuntu2204 - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_5_-_ubuntu2204 - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_6_-_ubuntu2204 + - path: .yamato/input-system-standalone-il2-cpp-functional-tests.yml#inputsystem-standaloneil2cppfunctionaltests_-_6000_7_-_ubuntu2204 - path: .yamato/triggers.yml#all_performance_tests triggers: recurring: diff --git a/.yamato/wrench/preview-a-p-v.yml b/.yamato/wrench/preview-a-p-v.yml index fc4128ebfc..50c6ebfb5a 100644 --- a/.yamato/wrench/preview-a-p-v.yml +++ b/.yamato/wrench/preview-a-p-v.yml @@ -16,15 +16,15 @@ all_preview_apv_jobs: - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_macos13 - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_ubuntu2204 - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_win10 - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_macos13 - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_ubuntu2204 - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_win10 - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_macos13 - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_ubuntu2204 - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_win10 - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_6_-_macos13arm - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_6_-_ubuntu2204 - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_6_-_win10 + - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_7_-_macos13arm + - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_7_-_ubuntu2204 + - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_7_-_win10 metadata: Job Maintainers: '#rm-packageworks' Wrench: 2.12.0.0 @@ -379,9 +379,9 @@ preview_apv_-_6000_3_-_win10: Job Maintainers: '#rm-packageworks' Wrench: 2.12.0.0 -# Functional tests for dependents found in the latest 6000.4 manifest (MacOS). -preview_apv_-_6000_4_-_macos13: - name: Preview APV - 6000.4 - macos13 +# Functional tests for dependents found in the latest 6000.5 manifest (MacOS). +preview_apv_-_6000_5_-_macos13: + name: Preview APV - 6000.5 - macos13 agent: image: package-ci/macos-13:v4 type: Unity::VM::osx @@ -394,10 +394,10 @@ preview_apv_-_6000_4_-_macos13: - 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 6000.4/staging -c editor --path .Editor --fast + - command: unity-downloader-cli -u 6000.5/staging -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.4 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ + - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.5 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ - command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows' after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh @@ -437,9 +437,9 @@ preview_apv_-_6000_4_-_macos13: Job Maintainers: '#rm-packageworks' Wrench: 2.12.0.0 -# Functional tests for dependents found in the latest 6000.4 manifest (Ubuntu). -preview_apv_-_6000_4_-_ubuntu2204: - name: Preview APV - 6000.4 - ubuntu2204 +# Functional tests for dependents found in the latest 6000.5 manifest (Ubuntu). +preview_apv_-_6000_5_-_ubuntu2204: + name: Preview APV - 6000.5 - ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM @@ -452,10 +452,10 @@ preview_apv_-_6000_4_-_ubuntu2204: - 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 6000.4/staging -c editor --path .Editor --fast + - command: unity-downloader-cli -u 6000.5/staging -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.4 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ + - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.5 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ - command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows' after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh @@ -495,9 +495,9 @@ preview_apv_-_6000_4_-_ubuntu2204: Job Maintainers: '#rm-packageworks' Wrench: 2.12.0.0 -# Functional tests for dependents found in the latest 6000.4 manifest (Windows). -preview_apv_-_6000_4_-_win10: - name: Preview APV - 6000.4 - win10 +# Functional tests for dependents found in the latest 6000.5 manifest (Windows). +preview_apv_-_6000_5_-_win10: + name: Preview APV - 6000.5 - win10 agent: image: package-ci/win10:v4 type: Unity::VM @@ -511,11 +511,11 @@ preview_apv_-_6000_4_-_win10: - 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 6000.4/staging -c editor --path .Editor --fast + - command: unity-downloader-cli -u 6000.5/staging -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.4 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ - - command: python PythonScripts/editor_manifest_validator.py --version=6000.4 --wrench-config=.yamato/wrench/wrench_config.json + - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.5 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ + - command: python PythonScripts/editor_manifest_validator.py --version=6000.5 --wrench-config=.yamato/wrench/wrench_config.json after: - command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd artifacts: @@ -554,13 +554,14 @@ preview_apv_-_6000_4_-_win10: Job Maintainers: '#rm-packageworks' Wrench: 2.12.0.0 -# Functional tests for dependents found in the latest 6000.5 manifest (MacOS). -preview_apv_-_6000_5_-_macos13: - name: Preview APV - 6000.5 - macos13 +# Functional tests for dependents found in the latest 6000.6 manifest (MacOS). +preview_apv_-_6000_6_-_macos13arm: + name: Preview APV - 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: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip - command: 7z x -aoa wrench-localapv.zip @@ -569,10 +570,10 @@ preview_apv_-_6000_5_-_macos13: - 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 6000.5/staging -c editor --path .Editor --fast + - command: unity-downloader-cli -u 6000.6/staging -c editor --path .Editor --fast --arch arm64 timeout: 10 retries: 3 - - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.5 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ + - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.6 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ - command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows' after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh @@ -612,9 +613,9 @@ preview_apv_-_6000_5_-_macos13: Job Maintainers: '#rm-packageworks' Wrench: 2.12.0.0 -# Functional tests for dependents found in the latest 6000.5 manifest (Ubuntu). -preview_apv_-_6000_5_-_ubuntu2204: - name: Preview APV - 6000.5 - ubuntu2204 +# Functional tests for dependents found in the latest 6000.6 manifest (Ubuntu). +preview_apv_-_6000_6_-_ubuntu2204: + name: Preview APV - 6000.6 - ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM @@ -627,10 +628,10 @@ preview_apv_-_6000_5_-_ubuntu2204: - 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 6000.5/staging -c editor --path .Editor --fast + - command: unity-downloader-cli -u 6000.6/staging -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.5 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ + - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.6 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ - command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows' after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh @@ -670,9 +671,9 @@ preview_apv_-_6000_5_-_ubuntu2204: Job Maintainers: '#rm-packageworks' Wrench: 2.12.0.0 -# Functional tests for dependents found in the latest 6000.5 manifest (Windows). -preview_apv_-_6000_5_-_win10: - name: Preview APV - 6000.5 - win10 +# Functional tests for dependents found in the latest 6000.6 manifest (Windows). +preview_apv_-_6000_6_-_win10: + name: Preview APV - 6000.6 - win10 agent: image: package-ci/win10:v4 type: Unity::VM @@ -686,11 +687,11 @@ preview_apv_-_6000_5_-_win10: - 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 6000.5/staging -c editor --path .Editor --fast + - command: unity-downloader-cli -u 6000.6/staging -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.5 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ - - command: python PythonScripts/editor_manifest_validator.py --version=6000.5 --wrench-config=.yamato/wrench/wrench_config.json + - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.6 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ + - command: python PythonScripts/editor_manifest_validator.py --version=6000.6 --wrench-config=.yamato/wrench/wrench_config.json after: - command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd artifacts: @@ -729,9 +730,9 @@ preview_apv_-_6000_5_-_win10: Job Maintainers: '#rm-packageworks' Wrench: 2.12.0.0 -# Functional tests for dependents found in the latest 6000.6 manifest (MacOS). -preview_apv_-_6000_6_-_macos13arm: - name: Preview APV - 6000.6 - macos13arm +# Functional tests for dependents found in the latest 6000.7 manifest (MacOS). +preview_apv_-_6000_7_-_macos13arm: + name: Preview APV - 6000.7 - macos13arm agent: image: package-ci/macos-13-arm64:v4 type: Unity::VM::osx @@ -748,7 +749,7 @@ preview_apv_-_6000_6_-_macos13arm: - command: unity-downloader-cli -u trunk -c editor --path .Editor --fast --arch arm64 timeout: 10 retries: 3 - - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.6 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ + - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.7 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ - command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows' after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh @@ -788,9 +789,9 @@ preview_apv_-_6000_6_-_macos13arm: Job Maintainers: '#rm-packageworks' Wrench: 2.12.0.0 -# Functional tests for dependents found in the latest 6000.6 manifest (Ubuntu). -preview_apv_-_6000_6_-_ubuntu2204: - name: Preview APV - 6000.6 - ubuntu2204 +# Functional tests for dependents found in the latest 6000.7 manifest (Ubuntu). +preview_apv_-_6000_7_-_ubuntu2204: + name: Preview APV - 6000.7 - ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM @@ -806,7 +807,7 @@ preview_apv_-_6000_6_-_ubuntu2204: - command: unity-downloader-cli -u trunk -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.6 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ + - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.7 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ - command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows' after: - command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh @@ -846,9 +847,9 @@ preview_apv_-_6000_6_-_ubuntu2204: Job Maintainers: '#rm-packageworks' Wrench: 2.12.0.0 -# Functional tests for dependents found in the latest 6000.6 manifest (Windows). -preview_apv_-_6000_6_-_win10: - name: Preview APV - 6000.6 - win10 +# Functional tests for dependents found in the latest 6000.7 manifest (Windows). +preview_apv_-_6000_7_-_win10: + name: Preview APV - 6000.7 - win10 agent: image: package-ci/win10:v4 type: Unity::VM @@ -865,8 +866,8 @@ preview_apv_-_6000_6_-_win10: - command: unity-downloader-cli -u trunk -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.6 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ - - command: python PythonScripts/editor_manifest_validator.py --version=6000.6 --wrench-config=.yamato/wrench/wrench_config.json + - command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.7 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ + - command: python PythonScripts/editor_manifest_validator.py --version=6000.7 --wrench-config=.yamato/wrench/wrench_config.json after: - command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd artifacts: diff --git a/.yamato/wrench/promotion-jobs.yml b/.yamato/wrench/promotion-jobs.yml index aac7c5fcac..358cb9a1c6 100644 --- a/.yamato/wrench/promotion-jobs.yml +++ b/.yamato/wrench/promotion-jobs.yml @@ -91,95 +91,105 @@ publish_dry_run_inputsystem: UTR: location: results/UTR/validate-inputsystem-6000.3-win10 unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_4_-_macos13 + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_5_-_macos13 specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.4-macos13 + location: results/pvp/validate-inputsystem-6000.5-macos13 unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.4-macos13 + location: results/UTR/validate-inputsystem-6000.5-macos13 unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_4_-_ubuntu2204 + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_5_-_ubuntu2204 specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.4-ubuntu2204 + location: results/pvp/validate-inputsystem-6000.5-ubuntu2204 unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.4-ubuntu2204 + location: results/UTR/validate-inputsystem-6000.5-ubuntu2204 unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_4_-_win10 + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_5_-_win10 specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.4-win10 + location: results/pvp/validate-inputsystem-6000.5-win10 unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.4-win10 + location: results/UTR/validate-inputsystem-6000.5-win10 unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_5_-_macos13 + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_6_-_macos13arm specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.5-macos13 + location: results/pvp/validate-inputsystem-6000.6-macos13arm unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.5-macos13 + location: results/UTR/validate-inputsystem-6000.6-macos13arm unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_5_-_ubuntu2204 + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_6_-_ubuntu2204 specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.5-ubuntu2204 + location: results/pvp/validate-inputsystem-6000.6-ubuntu2204 unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.5-ubuntu2204 + location: results/UTR/validate-inputsystem-6000.6-ubuntu2204 unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_5_-_win10 + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_6_-_win10 specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.5-win10 + location: results/pvp/validate-inputsystem-6000.6-win10 unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.5-win10 + location: results/UTR/validate-inputsystem-6000.6-win10 unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_6_-_macos13arm + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_7_-_macos13 specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.6-macos13arm + location: results/pvp/validate-inputsystem-6000.7-macos13 unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.6-macos13arm + location: results/UTR/validate-inputsystem-6000.7-macos13 unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_6_-_ubuntu2204 + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_7_-_macos13arm specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.6-ubuntu2204 + location: results/pvp/validate-inputsystem-6000.7-macos13arm unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.6-ubuntu2204 + location: results/UTR/validate-inputsystem-6000.7-macos13arm unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_6_-_win10 + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_7_-_ubuntu2204 specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.6-win10 + location: results/pvp/validate-inputsystem-6000.7-ubuntu2204 unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.6-win10 + location: results/UTR/validate-inputsystem-6000.7-ubuntu2204 + unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_7_-_win10 + specific_options: + packages: + ignore_artifact: true + pvp-results: + location: results/pvp/validate-inputsystem-6000.7-win10 + unzip: true + UTR: + location: results/UTR/validate-inputsystem-6000.7-win10 unzip: true variables: UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1 @@ -273,95 +283,105 @@ publish_inputsystem: UTR: location: results/UTR/validate-inputsystem-6000.3-win10 unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_4_-_macos13 + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_5_-_macos13 specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.4-macos13 + location: results/pvp/validate-inputsystem-6000.5-macos13 unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.4-macos13 + location: results/UTR/validate-inputsystem-6000.5-macos13 unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_4_-_ubuntu2204 + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_5_-_ubuntu2204 specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.4-ubuntu2204 + location: results/pvp/validate-inputsystem-6000.5-ubuntu2204 unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.4-ubuntu2204 + location: results/UTR/validate-inputsystem-6000.5-ubuntu2204 unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_4_-_win10 + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_5_-_win10 specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.4-win10 + location: results/pvp/validate-inputsystem-6000.5-win10 unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.4-win10 + location: results/UTR/validate-inputsystem-6000.5-win10 unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_5_-_macos13 + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_6_-_macos13arm specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.5-macos13 + location: results/pvp/validate-inputsystem-6000.6-macos13arm unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.5-macos13 + location: results/UTR/validate-inputsystem-6000.6-macos13arm unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_5_-_ubuntu2204 + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_6_-_ubuntu2204 specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.5-ubuntu2204 + location: results/pvp/validate-inputsystem-6000.6-ubuntu2204 unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.5-ubuntu2204 + location: results/UTR/validate-inputsystem-6000.6-ubuntu2204 unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_5_-_win10 + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_6_-_win10 specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.5-win10 + location: results/pvp/validate-inputsystem-6000.6-win10 unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.5-win10 + location: results/UTR/validate-inputsystem-6000.6-win10 unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_6_-_macos13arm + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_7_-_macos13 specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.6-macos13arm + location: results/pvp/validate-inputsystem-6000.7-macos13 unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.6-macos13arm + location: results/UTR/validate-inputsystem-6000.7-macos13 unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_6_-_ubuntu2204 + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_7_-_macos13arm specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.6-ubuntu2204 + location: results/pvp/validate-inputsystem-6000.7-macos13arm unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.6-ubuntu2204 + location: results/UTR/validate-inputsystem-6000.7-macos13arm unzip: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_6_-_win10 + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_7_-_ubuntu2204 specific_options: packages: ignore_artifact: true pvp-results: - location: results/pvp/validate-inputsystem-6000.6-win10 + location: results/pvp/validate-inputsystem-6000.7-ubuntu2204 unzip: true UTR: - location: results/UTR/validate-inputsystem-6000.6-win10 + location: results/UTR/validate-inputsystem-6000.7-ubuntu2204 + unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_7_-_win10 + specific_options: + packages: + ignore_artifact: true + pvp-results: + location: results/pvp/validate-inputsystem-6000.7-win10 + unzip: true + UTR: + location: results/UTR/validate-inputsystem-6000.7-win10 unzip: true variables: UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1 diff --git a/.yamato/wrench/validation-jobs.yml b/.yamato/wrench/validation-jobs.yml index 3ab37d1487..214cfd37fa 100644 --- a/.yamato/wrench/validation-jobs.yml +++ b/.yamato/wrench/validation-jobs.yml @@ -444,9 +444,9 @@ validate_-_inputsystem_-_6000_3_-_win10: labels: - Packages:inputsystem -# PVP Editor and Playmode tests for Validate - inputsystem - 6000.4 - macos13 (6000.4 - MacOS). -validate_-_inputsystem_-_6000_4_-_macos13: - name: Validate - inputsystem - 6000.4 - macos13 +# PVP Editor and Playmode tests for Validate - inputsystem - 6000.5 - macos13 (6000.5 - MacOS). +validate_-_inputsystem_-_6000_5_-_macos13: + name: Validate - inputsystem - 6000.5 - macos13 agent: image: package-ci/macos-13:v4 type: Unity::VM::osx @@ -456,7 +456,7 @@ validate_-_inputsystem_-_6000_4_-_macos13: - command: 7z x -aoa wrench-localapv.zip - command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple - command: python PythonScripts/print_machine_info.py - - command: unity-downloader-cli -u 6000.4/staging -c editor --path .Editor --fast + - command: unity-downloader-cli -u 6000.5/staging -c editor --path .Editor --fast timeout: 20 retries: 3 - command: upm-pvp create-test-project test-inputsystem --packages "upm-ci~/packages/*.tgz" --filter "com.unity.inputsystem com.unity.inputsystem.tests" --unity .Editor @@ -472,7 +472,7 @@ validate_-_inputsystem_-_6000_4_-_macos13: - command: upm-pvp require "rme PVP-160-1 supported .yamato/wrench/pvp-exemptions.json" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json timeout: 10 retries: 0 - - command: UnifiedTestRunner --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_MacOS_6000.4;flags:inputsystem_MacOS_6000.4" --coverage-pkg-version=1.3.0 + - command: UnifiedTestRunner --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_MacOS_6000.5;flags:inputsystem_MacOS_6000.5" --coverage-pkg-version=1.3.0 timeout: 20 retries: 1 after: @@ -517,9 +517,9 @@ validate_-_inputsystem_-_6000_4_-_macos13: labels: - Packages:inputsystem -# PVP Editor and Playmode tests for Validate - inputsystem - 6000.4 - ubuntu2204 (6000.4 - Ubuntu). -validate_-_inputsystem_-_6000_4_-_ubuntu2204: - name: Validate - inputsystem - 6000.4 - ubuntu2204 +# PVP Editor and Playmode tests for Validate - inputsystem - 6000.5 - ubuntu2204 (6000.5 - Ubuntu). +validate_-_inputsystem_-_6000_5_-_ubuntu2204: + name: Validate - inputsystem - 6000.5 - ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM::GPU @@ -529,7 +529,7 @@ validate_-_inputsystem_-_6000_4_-_ubuntu2204: - command: 7z x -aoa wrench-localapv.zip - command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple - command: python PythonScripts/print_machine_info.py - - command: unity-downloader-cli -u 6000.4/staging -c editor --path .Editor --fast + - command: unity-downloader-cli -u 6000.5/staging -c editor --path .Editor --fast timeout: 20 retries: 3 - command: upm-pvp create-test-project test-inputsystem --packages "upm-ci~/packages/*.tgz" --filter "com.unity.inputsystem com.unity.inputsystem.tests" --unity .Editor @@ -545,7 +545,7 @@ validate_-_inputsystem_-_6000_4_-_ubuntu2204: - command: upm-pvp require "rme PVP-160-1 supported .yamato/wrench/pvp-exemptions.json" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json timeout: 10 retries: 0 - - command: UnifiedTestRunner --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_Ubuntu_6000.4;flags:inputsystem_Ubuntu_6000.4" --coverage-pkg-version=1.3.0 + - command: UnifiedTestRunner --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_Ubuntu_6000.5;flags:inputsystem_Ubuntu_6000.5" --coverage-pkg-version=1.3.0 timeout: 20 retries: 1 after: @@ -590,9 +590,9 @@ validate_-_inputsystem_-_6000_4_-_ubuntu2204: labels: - Packages:inputsystem -# PVP Editor and Playmode tests for Validate - inputsystem - 6000.4 - win10 (6000.4 - Windows). -validate_-_inputsystem_-_6000_4_-_win10: - name: Validate - inputsystem - 6000.4 - win10 +# PVP Editor and Playmode tests for Validate - inputsystem - 6000.5 - win10 (6000.5 - Windows). +validate_-_inputsystem_-_6000_5_-_win10: + name: Validate - inputsystem - 6000.5 - win10 agent: image: package-ci/win10:v4 type: Unity::VM @@ -602,7 +602,7 @@ validate_-_inputsystem_-_6000_4_-_win10: - command: 7z x -aoa wrench-localapv.zip - command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple - command: python PythonScripts/print_machine_info.py - - command: unity-downloader-cli -u 6000.4/staging -c editor --path .Editor --fast + - command: unity-downloader-cli -u 6000.5/staging -c editor --path .Editor --fast timeout: 20 retries: 3 - command: upm-pvp create-test-project test-inputsystem --packages "upm-ci~/packages/*.tgz" --filter "com.unity.inputsystem com.unity.inputsystem.tests" --unity .Editor @@ -618,7 +618,7 @@ validate_-_inputsystem_-_6000_4_-_win10: - command: upm-pvp require "rme PVP-160-1 supported .yamato/wrench/pvp-exemptions.json" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json timeout: 10 retries: 0 - - command: UnifiedTestRunner.exe --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_Windows_6000.4;flags:inputsystem_Windows_6000.4" --coverage-pkg-version=1.3.0 + - command: UnifiedTestRunner.exe --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_Windows_6000.5;flags:inputsystem_Windows_6000.5" --coverage-pkg-version=1.3.0 timeout: 20 retries: 1 after: @@ -663,19 +663,20 @@ validate_-_inputsystem_-_6000_4_-_win10: labels: - Packages:inputsystem -# PVP Editor and Playmode tests for Validate - inputsystem - 6000.5 - macos13 (6000.5 - MacOS). -validate_-_inputsystem_-_6000_5_-_macos13: - name: Validate - inputsystem - 6000.5 - macos13 +# PVP Editor and Playmode tests for Validate - inputsystem - 6000.6 - macos13arm (6000.6 - MacOS). +validate_-_inputsystem_-_6000_6_-_macos13arm: + name: Validate - inputsystem - 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: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip - command: 7z x -aoa wrench-localapv.zip - command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple - command: python PythonScripts/print_machine_info.py - - command: unity-downloader-cli -u 6000.5/staging -c editor --path .Editor --fast + - command: unity-downloader-cli -u 6000.6/staging -c editor --path .Editor --fast --arch arm64 timeout: 20 retries: 3 - command: upm-pvp create-test-project test-inputsystem --packages "upm-ci~/packages/*.tgz" --filter "com.unity.inputsystem com.unity.inputsystem.tests" --unity .Editor @@ -691,7 +692,7 @@ validate_-_inputsystem_-_6000_5_-_macos13: - command: upm-pvp require "rme PVP-160-1 supported .yamato/wrench/pvp-exemptions.json" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json timeout: 10 retries: 0 - - command: UnifiedTestRunner --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_MacOS_6000.5;flags:inputsystem_MacOS_6000.5" --coverage-pkg-version=1.3.0 + - command: UnifiedTestRunner --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_MacOS_6000.6;flags:inputsystem_MacOS_6000.6" --coverage-pkg-version=1.3.0 timeout: 20 retries: 1 after: @@ -736,9 +737,9 @@ validate_-_inputsystem_-_6000_5_-_macos13: labels: - Packages:inputsystem -# PVP Editor and Playmode tests for Validate - inputsystem - 6000.5 - ubuntu2204 (6000.5 - Ubuntu). -validate_-_inputsystem_-_6000_5_-_ubuntu2204: - name: Validate - inputsystem - 6000.5 - ubuntu2204 +# PVP Editor and Playmode tests for Validate - inputsystem - 6000.6 - ubuntu2204 (6000.6 - Ubuntu). +validate_-_inputsystem_-_6000_6_-_ubuntu2204: + name: Validate - inputsystem - 6000.6 - ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM::GPU @@ -748,7 +749,7 @@ validate_-_inputsystem_-_6000_5_-_ubuntu2204: - command: 7z x -aoa wrench-localapv.zip - command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple - command: python PythonScripts/print_machine_info.py - - command: unity-downloader-cli -u 6000.5/staging -c editor --path .Editor --fast + - command: unity-downloader-cli -u 6000.6/staging -c editor --path .Editor --fast timeout: 20 retries: 3 - command: upm-pvp create-test-project test-inputsystem --packages "upm-ci~/packages/*.tgz" --filter "com.unity.inputsystem com.unity.inputsystem.tests" --unity .Editor @@ -764,7 +765,7 @@ validate_-_inputsystem_-_6000_5_-_ubuntu2204: - command: upm-pvp require "rme PVP-160-1 supported .yamato/wrench/pvp-exemptions.json" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json timeout: 10 retries: 0 - - command: UnifiedTestRunner --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_Ubuntu_6000.5;flags:inputsystem_Ubuntu_6000.5" --coverage-pkg-version=1.3.0 + - command: UnifiedTestRunner --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_Ubuntu_6000.6;flags:inputsystem_Ubuntu_6000.6" --coverage-pkg-version=1.3.0 timeout: 20 retries: 1 after: @@ -809,9 +810,9 @@ validate_-_inputsystem_-_6000_5_-_ubuntu2204: labels: - Packages:inputsystem -# PVP Editor and Playmode tests for Validate - inputsystem - 6000.5 - win10 (6000.5 - Windows). -validate_-_inputsystem_-_6000_5_-_win10: - name: Validate - inputsystem - 6000.5 - win10 +# PVP Editor and Playmode tests for Validate - inputsystem - 6000.6 - win10 (6000.6 - Windows). +validate_-_inputsystem_-_6000_6_-_win10: + name: Validate - inputsystem - 6000.6 - win10 agent: image: package-ci/win10:v4 type: Unity::VM @@ -821,7 +822,7 @@ validate_-_inputsystem_-_6000_5_-_win10: - command: 7z x -aoa wrench-localapv.zip - command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple - command: python PythonScripts/print_machine_info.py - - command: unity-downloader-cli -u 6000.5/staging -c editor --path .Editor --fast + - command: unity-downloader-cli -u 6000.6/staging -c editor --path .Editor --fast timeout: 20 retries: 3 - command: upm-pvp create-test-project test-inputsystem --packages "upm-ci~/packages/*.tgz" --filter "com.unity.inputsystem com.unity.inputsystem.tests" --unity .Editor @@ -837,7 +838,7 @@ validate_-_inputsystem_-_6000_5_-_win10: - command: upm-pvp require "rme PVP-160-1 supported .yamato/wrench/pvp-exemptions.json" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json timeout: 10 retries: 0 - - command: UnifiedTestRunner.exe --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_Windows_6000.5;flags:inputsystem_Windows_6000.5" --coverage-pkg-version=1.3.0 + - command: UnifiedTestRunner.exe --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_Windows_6000.6;flags:inputsystem_Windows_6000.6" --coverage-pkg-version=1.3.0 timeout: 20 retries: 1 after: @@ -882,9 +883,82 @@ validate_-_inputsystem_-_6000_5_-_win10: labels: - Packages:inputsystem -# PVP Editor and Playmode tests for Validate - inputsystem - 6000.6 - macos13arm (6000.6 - MacOS). -validate_-_inputsystem_-_6000_6_-_macos13arm: - name: Validate - inputsystem - 6000.6 - macos13arm +# PVP Editor and Playmode tests for Validate - inputsystem - 6000.7 - macos13 (6000.7 - MacOS). +validate_-_inputsystem_-_6000_7_-_macos13: + name: Validate - inputsystem - 6000.7 - macos13 + agent: + image: package-ci/macos-13:v4 + type: Unity::VM::osx + flavor: b1.xlarge + commands: + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip + - command: 7z x -aoa wrench-localapv.zip + - command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple + - command: python PythonScripts/print_machine_info.py + - command: unity-downloader-cli -u trunk -c editor --path .Editor --fast + timeout: 20 + retries: 3 + - command: upm-pvp create-test-project test-inputsystem --packages "upm-ci~/packages/*.tgz" --filter "com.unity.inputsystem com.unity.inputsystem.tests" --unity .Editor + timeout: 10 + retries: 1 + - command: echo No internal packages to add. + - command: upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --results upm-ci~/pvp + timeout: 20 + retries: 0 + - command: upm-pvp require "pkgprom-promote -PVP-29-2 rme" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json + timeout: 5 + retries: 0 + - command: upm-pvp require "rme PVP-160-1 supported .yamato/wrench/pvp-exemptions.json" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json + timeout: 10 + retries: 0 + - command: UnifiedTestRunner --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_MacOS_6000.7;flags:inputsystem_MacOS_6000.7" --coverage-pkg-version=1.3.0 + timeout: 20 + retries: 1 + after: + - command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh + artifacts: + Coverage: + paths: + - upm-ci~/CodeCoverage/** + Crash Dumps: + paths: + - CrashDumps/** + packages: + paths: + - upm-ci~/packages/**/* + pvp-results: + paths: + - upm-ci~/pvp/**/* + browsable: onDemand + UTR: + paths: + - '*.log' + - '*.xml' + - artifacts/**/* + - test-inputsystem/Logs/** + - test-inputsystem/Library/*.log + - test-inputsystem/*.log + - test-inputsystem/Builds/*.log + - build/test-results/** + browsable: onDemand + dependencies: + - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem + variables: + UNITY_LICENSING_SERVER_BASE_URL: http://unity-ci-licenses.hq.unity3d.com:8080/ + UNITY_LICENSING_SERVER_DELETE_NUL: 0 + UNITY_LICENSING_SERVER_DELETE_ULF: 0 + UNITY_LICENSING_SERVER_TOOLSET: pro + UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1 + UPMPVP_CONTEXT_WRENCH: 2.12.0.0 + metadata: + Job Maintainers: '#rm-packageworks' + Wrench: 2.12.0.0 + labels: + - Packages:inputsystem + +# PVP Editor and Playmode tests for Validate - inputsystem - 6000.7 - macos13arm (6000.7 - MacOS). +validate_-_inputsystem_-_6000_7_-_macos13arm: + name: Validate - inputsystem - 6000.7 - macos13arm agent: image: package-ci/macos-13-arm64:v4 type: Unity::VM::osx @@ -911,7 +985,7 @@ validate_-_inputsystem_-_6000_6_-_macos13arm: - command: upm-pvp require "rme PVP-160-1 supported .yamato/wrench/pvp-exemptions.json" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json timeout: 10 retries: 0 - - command: UnifiedTestRunner --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_MacOS_6000.6;flags:inputsystem_MacOS_6000.6" --coverage-pkg-version=1.3.0 + - command: UnifiedTestRunner --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_MacOS_6000.7;flags:inputsystem_MacOS_6000.7" --coverage-pkg-version=1.3.0 timeout: 20 retries: 1 after: @@ -956,9 +1030,9 @@ validate_-_inputsystem_-_6000_6_-_macos13arm: labels: - Packages:inputsystem -# PVP Editor and Playmode tests for Validate - inputsystem - 6000.6 - ubuntu2204 (6000.6 - Ubuntu). -validate_-_inputsystem_-_6000_6_-_ubuntu2204: - name: Validate - inputsystem - 6000.6 - ubuntu2204 +# PVP Editor and Playmode tests for Validate - inputsystem - 6000.7 - ubuntu2204 (6000.7 - Ubuntu). +validate_-_inputsystem_-_6000_7_-_ubuntu2204: + name: Validate - inputsystem - 6000.7 - ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM::GPU @@ -984,7 +1058,7 @@ validate_-_inputsystem_-_6000_6_-_ubuntu2204: - command: upm-pvp require "rme PVP-160-1 supported .yamato/wrench/pvp-exemptions.json" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json timeout: 10 retries: 0 - - command: UnifiedTestRunner --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_Ubuntu_6000.6;flags:inputsystem_Ubuntu_6000.6" --coverage-pkg-version=1.3.0 + - command: UnifiedTestRunner --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_Ubuntu_6000.7;flags:inputsystem_Ubuntu_6000.7" --coverage-pkg-version=1.3.0 timeout: 20 retries: 1 after: @@ -1029,9 +1103,9 @@ validate_-_inputsystem_-_6000_6_-_ubuntu2204: labels: - Packages:inputsystem -# PVP Editor and Playmode tests for Validate - inputsystem - 6000.6 - win10 (6000.6 - Windows). -validate_-_inputsystem_-_6000_6_-_win10: - name: Validate - inputsystem - 6000.6 - win10 +# PVP Editor and Playmode tests for Validate - inputsystem - 6000.7 - win10 (6000.7 - Windows). +validate_-_inputsystem_-_6000_7_-_win10: + name: Validate - inputsystem - 6000.7 - win10 agent: image: package-ci/win10:v4 type: Unity::VM @@ -1057,7 +1131,7 @@ validate_-_inputsystem_-_6000_6_-_win10: - command: upm-pvp require "rme PVP-160-1 supported .yamato/wrench/pvp-exemptions.json" --results upm-ci~/pvp --exemptions upm-ci~/pvp/failures.json timeout: 10 retries: 0 - - command: UnifiedTestRunner.exe --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_Windows_6000.6;flags:inputsystem_Windows_6000.6" --coverage-pkg-version=1.3.0 + - command: UnifiedTestRunner.exe --testproject=test-inputsystem --editor-location=.Editor --clean-library --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=Editor --suite=Playmode "--ff={ops.upmpvpevidence.enable=true}" --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem,+Unity.InputSystem.DocCodeSamples,+Unity.InputSystem.ForUI,+Unity.InputSystem.ForUI.Editor,+Unity.InputSystem.IntegrationTests,+Unity.InputSystem.TestFramework;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:inputsystem_Windows_6000.7;flags:inputsystem_Windows_6000.7" --coverage-pkg-version=1.3.0 timeout: 20 retries: 1 after: