From 1e72ec8b6d62e1ebd4eec4c6b1eae014dc2e95b8 Mon Sep 17 00:00:00 2001 From: "wind.xu" Date: Thu, 12 Mar 2026 14:10:58 -0400 Subject: [PATCH 1/4] Update Wrench to 2.3.1 and fix code coverage --- .github/codecov.yml | 27 +- .yamato/build-docs.yml | 10 +- .yamato/code-coverage.yml | 19 - ...rastructure-instability-detection-linux.sh | 4 +- ...nfrastructure-instability-detection-mac.sh | 4 +- ...frastructure-instability-detection-win.cmd | 2 +- .yamato/metadata.metafile | 63 -- .yamato/package-documentation.yml | 15 - .../{project-test.yml => project-tests.yml} | 216 +++---- .yamato/triggers.yml | 588 +++++++++--------- .yamato/wrench/api-validation-jobs.yml | 20 +- .yamato/wrench/package-pack-jobs.yml | 4 +- .yamato/wrench/player-build.yml | 4 + .yamato/wrench/player-test.yml | 4 + .yamato/wrench/preview-a-p-v.yml | 316 ++++++---- .yamato/wrench/promotion-jobs.yml | 452 +++++++------- .yamato/wrench/recipe-regeneration.yml | 4 +- .yamato/wrench/validation-jobs.yml | 458 ++++++++------ .yamato/wrench/wrench_config.json | 22 +- .../Cinemachine.Cookbook.csproj | 2 +- .../Cinemachine-Recipes/Recipes/BuildDocs.cs | 16 +- .../Recipes/CodeCoverage.cs | 48 -- .../{ProjectTest.cs => ProjectTests.cs} | 29 +- Tools/Cinemachine-Recipes/Recipes/Triggers.cs | 11 +- .../Settings/CinemachineSettings.cs | 9 +- 25 files changed, 1192 insertions(+), 1155 deletions(-) delete mode 100644 .yamato/code-coverage.yml delete mode 100644 .yamato/metadata.metafile delete mode 100644 .yamato/package-documentation.yml rename .yamato/{project-test.yml => project-tests.yml} (95%) create mode 100644 .yamato/wrench/player-build.yml create mode 100644 .yamato/wrench/player-test.yml delete mode 100644 Tools/Cinemachine-Recipes/Recipes/CodeCoverage.cs rename Tools/Cinemachine-Recipes/Recipes/{ProjectTest.cs => ProjectTests.cs} (80%) diff --git a/.github/codecov.yml b/.github/codecov.yml index d5a6723d4..89827310d 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,37 +1,36 @@ codecov: - require_ci_to_pass: no + require_ci_to_pass: false notify: - wait_for_ci: no + wait_for_ci: true coverage: precision: 2 round: down range: "50...70" status: - patch: off + patch: true default_rules: flag_coverage_not_uploaded_behavior: exclude project: default: target: auto - threshold: 0% + # Threshold used for the PR Check + threshold: 1% base: auto if_ci_failed: success informational: false only_pulls: true +# PR Comment configuration comment: layout: "reach,diff,flags,files" behavior: default - require_changes: no - require_base: no - require_head: no + require_changes: false + require_base: false + require_head: false + # Set this to the number of coverage jobs run in the PR after_n_builds: 1 -# Components configuration -component_management: - individual_components: - - component_id: "com.unity.cinemachine" - name: "com.unity.cinemachine" - paths: - - com.unity.cinemachine +flag_management: + default_rules: + carryforward: true diff --git a/.yamato/build-docs.yml b/.yamato/build-docs.yml index d956e7e25..ab3f8766a 100644 --- a/.yamato/build-docs.yml +++ b/.yamato/build-docs.yml @@ -1,14 +1,14 @@ # Auto-generated by Recipe Engine, do not modify manually. -# Generate codecov data for Cinemachine on MacOS -code_coverage_-_macos_-_trunk: - name: Code coverage - MacOS - trunk +# Build documentation for Cinemachine on MacOS +build_documentation_-_macos_-_trunk: + name: Build Documentation - MacOS - trunk agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: - - brick_source: git@github.cds.internal.unity3d.com:wind-xu/virtual_production_doc_generation.git@v0.3.0 + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/virtual_production_doc_generation.git@v0.5.3 variables: EDITOR_VERSION: trunk PACKAGE_NAME: com.unity.cinemachine diff --git a/.yamato/code-coverage.yml b/.yamato/code-coverage.yml deleted file mode 100644 index a5ff80b60..000000000 --- a/.yamato/code-coverage.yml +++ /dev/null @@ -1,19 +0,0 @@ -# Auto-generated by Recipe Engine, do not modify manually. - -# Generate codecov data for Cinemachine on Windows -code_coverage_-_windows_-_trunk: - name: Code coverage - Windows - trunk - agent: - image: package-ci/win10:default - type: Unity::VM - flavor: b1.large - commands: - - command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - - command: upm-ci package test -u trunk --package-path com.unity.cinemachine --type package-tests --enable-code-coverage --code-coverage-options "generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor" --extra-utr-arg="--coverage-results-path=${YAMATO_SOURCE_DIR}/upm-ci~/test-results/CoverageResults --coverage-upload-options=\"reportsDir:upm-ci~/test-results;name:Windows_trunk;flags:Windows_trunk\"" - artifacts: - packages: - paths: - - upm-ci~/**/* - dependencies: - - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine - diff --git a/.yamato/generated-scripts/infrastructure-instability-detection-linux.sh b/.yamato/generated-scripts/infrastructure-instability-detection-linux.sh index 238012123..d21a56de2 100644 --- a/.yamato/generated-scripts/infrastructure-instability-detection-linux.sh +++ b/.yamato/generated-scripts/infrastructure-instability-detection-linux.sh @@ -13,8 +13,8 @@ if [ -d "infrastructure_instability_detection_standalone" ]; then rm -rf "infrastructure_instability_detection_standalone" || true fi -echo "downloading and extracting infrastructure_instability_detection_standalone@1.0.0" -curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.0.0/ubuntu.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true +echo "downloading and extracting infrastructure_instability_detection_standalone@1.2.2" +curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.2.2/ubuntu.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true if [ -d "infrastructure_instability_detection" ]; then echo "removing infrastructure_instability_detection folder to avoid name clash" diff --git a/.yamato/generated-scripts/infrastructure-instability-detection-mac.sh b/.yamato/generated-scripts/infrastructure-instability-detection-mac.sh index e37062e97..aef156dad 100644 --- a/.yamato/generated-scripts/infrastructure-instability-detection-mac.sh +++ b/.yamato/generated-scripts/infrastructure-instability-detection-mac.sh @@ -13,8 +13,8 @@ if [ -d "infrastructure_instability_detection_standalone" ]; then rm -rf "infrastructure_instability_detection_standalone" || true fi -echo "downloading and extracting infrastructure_instability_detection_standalone@1.0.0" -curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.0.0/macos.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true +echo "downloading and extracting infrastructure_instability_detection_standalone@1.2.2" +curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.2.2/macos.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true if [ -d "infrastructure_instability_detection" ]; then echo "removing infrastructure_instability_detection folder to avoid name clash" diff --git a/.yamato/generated-scripts/infrastructure-instability-detection-win.cmd b/.yamato/generated-scripts/infrastructure-instability-detection-win.cmd index cae7b2667..40d3bc8b3 100644 --- a/.yamato/generated-scripts/infrastructure-instability-detection-win.cmd +++ b/.yamato/generated-scripts/infrastructure-instability-detection-win.cmd @@ -2,7 +2,7 @@ rem This is an auto-generated script. Do not edit manually! if exist "%TEMP%\BugReporterCrashReportJson" for /f "delims=" %%i in ('dir /b /a-d "%TEMP%\BugReporterCrashReportJson\*.json"') do curl -X POST -H "Content-Type: application/json" -T "%TEMP%\BugReporterCrashReportJson\%%i" "https://internal-crash-collector.prd.cds.internal.unity3d.com/api/crash" || echo Failed to upload %%i. Ignoring... -curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.0.0/windows.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 +curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.2.2/windows.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 IF EXIST "infrastructure_instability_detection" rmdir /s /q infrastructure_instability_detection powershell.exe -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::ExtractToDirectory('infrastructure_instability_detection_standalone.zip', '.'); }" && DEL "infrastructure_instability_detection_standalone.zip" curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/patterns.zip" --output patterns.zip --retry 5 diff --git a/.yamato/metadata.metafile b/.yamato/metadata.metafile deleted file mode 100644 index fbdc4d96c..000000000 --- a/.yamato/metadata.metafile +++ /dev/null @@ -1,63 +0,0 @@ -all_platforms: - - name: windows - type: Unity::VM - image: package-ci/win10:v4 - flavor: b1.large - - name: macOS - type: Unity::VM::osx - image: package-ci/macos-13:v4 - flavor: m1.mac - - name: ubuntu - type: Unity::VM - image: package-ci/ubuntu-22.04:v4 - flavor: b1.large - -all_tests: - - name: isolation_tests - editors: [2022.3, 2023.3, trunk] - args: --type isolation-tests --enable-load-and-test-isolation - variables: - - name: vetting_tests - editors: [2022.3, 2023.3, trunk] - args: --type vetting-tests --platform editmode - variables: - - "UPMCI_PROMOTION: 0" - - name: promotion_tests - editors: [2022.3, 2023.3, trunk] - args: --type promotion-audit --platform editmode - variables: - - "UPMCI_PROMOTION: 1" - -all_testprojects: - - name: URP - path: Projects/URP - editors: [2022.3, 2023.3, trunk] - - name: Standalone - path: Projects/Standalone - editors: [2022.3, 2023.3, trunk] - - name: HDRP - path: Projects/HDRP - editors: [2022.3, 2023.3, trunk] - - name: URPInputSystem - path: Projects/URPInputSystem - editors: [2022.3, 2023.3, trunk] - - name: StandaloneInputSystem - path: Projects/StandaloneInputSystem - editors: [2022.3, 2023.3, trunk] - - name: HDRPInputSystem - path: Projects/HDRPInputSystem - editors: [2022.3, 2023.3, trunk] - -all_configurations: - ci: - test_names: [isolation_tests] - platform_names: [ubuntu] - nightly: - test_names: [isolation_tests, promotion_tests] - platform_names: [windows, ubuntu, macos] - publish: - test_names: [vetting_tests] - platform_names: [windows] - promote: - test_names: [promotion_tests, vetting_tests] - platform_names: [windows] diff --git a/.yamato/package-documentation.yml b/.yamato/package-documentation.yml deleted file mode 100644 index d9548b876..000000000 --- a/.yamato/package-documentation.yml +++ /dev/null @@ -1,15 +0,0 @@ -{% metadata_file .yamato/metadata.metafile %} ---- - -generate_documentation: - name : Generate documentation - agent: - type: Unity::VM::osx - image: package-ci/macos-13:v4 - flavor: m1.mac - commands: - - brick_source: git@github.cds.internal.unity3d.com:wind-xu/virtual_production_doc_generation.git@v0.3.0 - variables: - EDITOR_VERSION: trunk - PACKAGE_NAME: com.unity.cinemachine - PACKAGE_PATH: com.unity.cinemachine \ No newline at end of file diff --git a/.yamato/project-test.yml b/.yamato/project-tests.yml similarity index 95% rename from .yamato/project-test.yml rename to .yamato/project-tests.yml index fa8525b47..36844fc47 100644 --- a/.yamato/project-test.yml +++ b/.yamato/project-tests.yml @@ -4,7 +4,7 @@ test_project_-_cinemachine_-_hdrp_-_2022_3_-_macos: name: Test Project - cinemachine - HDRP - 2022.3 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -22,7 +22,7 @@ test_project_-_cinemachine_-_hdrp_-_2022_3_-_macos: test_project_-_cinemachine_-_hdrp_-_2022_3_-_ubuntu: name: Test Project - cinemachine - HDRP - 2022.3 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-18.04:v4 type: Unity::VM flavor: b1.large commands: @@ -41,7 +41,7 @@ test_project_-_cinemachine_-_hdrp_-_2022_3_-_ubuntu: test_project_-_cinemachine_-_hdrp_-_2022_3_-_windows: name: Test Project - cinemachine - HDRP - 2022.3 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -59,7 +59,7 @@ test_project_-_cinemachine_-_hdrp_-_2022_3_-_windows: test_project_-_cinemachine_-_hdrp_-_6000_0_-_macos: name: Test Project - cinemachine - HDRP - 6000.0 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -77,7 +77,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_0_-_macos: test_project_-_cinemachine_-_hdrp_-_6000_0_-_ubuntu: name: Test Project - cinemachine - HDRP - 6000.0 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -96,7 +96,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_0_-_ubuntu: test_project_-_cinemachine_-_hdrp_-_6000_0_-_windows: name: Test Project - cinemachine - HDRP - 6000.0 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -114,7 +114,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_0_-_windows: test_project_-_cinemachine_-_hdrp_-_6000_3_-_macos: name: Test Project - cinemachine - HDRP - 6000.3 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -132,7 +132,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_3_-_macos: test_project_-_cinemachine_-_hdrp_-_6000_3_-_ubuntu: name: Test Project - cinemachine - HDRP - 6000.3 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -151,7 +151,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_3_-_ubuntu: test_project_-_cinemachine_-_hdrp_-_6000_3_-_windows: name: Test Project - cinemachine - HDRP - 6000.3 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -169,7 +169,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_3_-_windows: test_project_-_cinemachine_-_hdrp_-_6000_4_-_macos: name: Test Project - cinemachine - HDRP - 6000.4 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -187,7 +187,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_4_-_macos: test_project_-_cinemachine_-_hdrp_-_6000_4_-_ubuntu: name: Test Project - cinemachine - HDRP - 6000.4 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -206,7 +206,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_4_-_ubuntu: test_project_-_cinemachine_-_hdrp_-_6000_4_-_windows: name: Test Project - cinemachine - HDRP - 6000.4 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -224,7 +224,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_4_-_windows: test_project_-_cinemachine_-_hdrp_-_6000_5_-_macos: name: Test Project - cinemachine - HDRP - 6000.5 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -242,7 +242,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_5_-_macos: test_project_-_cinemachine_-_hdrp_-_6000_5_-_ubuntu: name: Test Project - cinemachine - HDRP - 6000.5 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -261,7 +261,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_5_-_ubuntu: test_project_-_cinemachine_-_hdrp_-_6000_5_-_windows: name: Test Project - cinemachine - HDRP - 6000.5 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -279,7 +279,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_5_-_windows: test_project_-_cinemachine_-_hdrp_-_6000_6_-_macos: name: Test Project - cinemachine - HDRP - 6000.6 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -297,7 +297,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_6_-_macos: test_project_-_cinemachine_-_hdrp_-_6000_6_-_ubuntu: name: Test Project - cinemachine - HDRP - 6000.6 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -316,7 +316,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_6_-_ubuntu: test_project_-_cinemachine_-_hdrp_-_6000_6_-_windows: name: Test Project - cinemachine - HDRP - 6000.6 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -334,7 +334,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_6_-_windows: test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_macos: name: Test Project - cinemachine - HDRPInputSystem - 2022.3 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -352,7 +352,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_macos: test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_ubuntu: name: Test Project - cinemachine - HDRPInputSystem - 2022.3 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-18.04:v4 type: Unity::VM flavor: b1.large commands: @@ -371,7 +371,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_ubuntu: test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_windows: name: Test Project - cinemachine - HDRPInputSystem - 2022.3 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -389,7 +389,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_windows: test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_macos: name: Test Project - cinemachine - HDRPInputSystem - 6000.0 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -407,7 +407,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_macos: test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_ubuntu: name: Test Project - cinemachine - HDRPInputSystem - 6000.0 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -426,7 +426,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_ubuntu: test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_windows: name: Test Project - cinemachine - HDRPInputSystem - 6000.0 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -444,7 +444,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_windows: test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_macos: name: Test Project - cinemachine - HDRPInputSystem - 6000.3 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -462,7 +462,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_macos: test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_ubuntu: name: Test Project - cinemachine - HDRPInputSystem - 6000.3 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -481,7 +481,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_ubuntu: test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_windows: name: Test Project - cinemachine - HDRPInputSystem - 6000.3 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -499,7 +499,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_windows: test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_macos: name: Test Project - cinemachine - HDRPInputSystem - 6000.4 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -517,7 +517,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_macos: test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_ubuntu: name: Test Project - cinemachine - HDRPInputSystem - 6000.4 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -536,7 +536,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_ubuntu: test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_windows: name: Test Project - cinemachine - HDRPInputSystem - 6000.4 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -554,7 +554,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_windows: test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_macos: name: Test Project - cinemachine - HDRPInputSystem - 6000.5 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -572,7 +572,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_macos: test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_ubuntu: name: Test Project - cinemachine - HDRPInputSystem - 6000.5 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -591,7 +591,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_ubuntu: test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_windows: name: Test Project - cinemachine - HDRPInputSystem - 6000.5 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -609,7 +609,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_windows: test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_macos: name: Test Project - cinemachine - HDRPInputSystem - 6000.6 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -627,7 +627,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_macos: test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_ubuntu: name: Test Project - cinemachine - HDRPInputSystem - 6000.6 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -646,7 +646,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_ubuntu: test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_windows: name: Test Project - cinemachine - HDRPInputSystem - 6000.6 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -664,7 +664,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_windows: test_project_-_cinemachine_-_standalone_-_2022_3_-_macos: name: Test Project - cinemachine - Standalone - 2022.3 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -682,7 +682,7 @@ test_project_-_cinemachine_-_standalone_-_2022_3_-_macos: test_project_-_cinemachine_-_standalone_-_2022_3_-_ubuntu: name: Test Project - cinemachine - Standalone - 2022.3 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-18.04:v4 type: Unity::VM flavor: b1.large commands: @@ -701,7 +701,7 @@ test_project_-_cinemachine_-_standalone_-_2022_3_-_ubuntu: test_project_-_cinemachine_-_standalone_-_2022_3_-_windows: name: Test Project - cinemachine - Standalone - 2022.3 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -719,7 +719,7 @@ test_project_-_cinemachine_-_standalone_-_2022_3_-_windows: test_project_-_cinemachine_-_standalone_-_6000_0_-_macos: name: Test Project - cinemachine - Standalone - 6000.0 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -737,7 +737,7 @@ test_project_-_cinemachine_-_standalone_-_6000_0_-_macos: test_project_-_cinemachine_-_standalone_-_6000_0_-_ubuntu: name: Test Project - cinemachine - Standalone - 6000.0 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -756,7 +756,7 @@ test_project_-_cinemachine_-_standalone_-_6000_0_-_ubuntu: test_project_-_cinemachine_-_standalone_-_6000_0_-_windows: name: Test Project - cinemachine - Standalone - 6000.0 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -774,7 +774,7 @@ test_project_-_cinemachine_-_standalone_-_6000_0_-_windows: test_project_-_cinemachine_-_standalone_-_6000_3_-_macos: name: Test Project - cinemachine - Standalone - 6000.3 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -792,7 +792,7 @@ test_project_-_cinemachine_-_standalone_-_6000_3_-_macos: test_project_-_cinemachine_-_standalone_-_6000_3_-_ubuntu: name: Test Project - cinemachine - Standalone - 6000.3 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -811,7 +811,7 @@ test_project_-_cinemachine_-_standalone_-_6000_3_-_ubuntu: test_project_-_cinemachine_-_standalone_-_6000_3_-_windows: name: Test Project - cinemachine - Standalone - 6000.3 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -829,7 +829,7 @@ test_project_-_cinemachine_-_standalone_-_6000_3_-_windows: test_project_-_cinemachine_-_standalone_-_6000_4_-_macos: name: Test Project - cinemachine - Standalone - 6000.4 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -847,7 +847,7 @@ test_project_-_cinemachine_-_standalone_-_6000_4_-_macos: test_project_-_cinemachine_-_standalone_-_6000_4_-_ubuntu: name: Test Project - cinemachine - Standalone - 6000.4 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -866,7 +866,7 @@ test_project_-_cinemachine_-_standalone_-_6000_4_-_ubuntu: test_project_-_cinemachine_-_standalone_-_6000_4_-_windows: name: Test Project - cinemachine - Standalone - 6000.4 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -884,7 +884,7 @@ test_project_-_cinemachine_-_standalone_-_6000_4_-_windows: test_project_-_cinemachine_-_standalone_-_6000_5_-_macos: name: Test Project - cinemachine - Standalone - 6000.5 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -902,7 +902,7 @@ test_project_-_cinemachine_-_standalone_-_6000_5_-_macos: test_project_-_cinemachine_-_standalone_-_6000_5_-_ubuntu: name: Test Project - cinemachine - Standalone - 6000.5 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -921,7 +921,7 @@ test_project_-_cinemachine_-_standalone_-_6000_5_-_ubuntu: test_project_-_cinemachine_-_standalone_-_6000_5_-_windows: name: Test Project - cinemachine - Standalone - 6000.5 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -939,7 +939,7 @@ test_project_-_cinemachine_-_standalone_-_6000_5_-_windows: test_project_-_cinemachine_-_standalone_-_6000_6_-_macos: name: Test Project - cinemachine - Standalone - 6000.6 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -957,7 +957,7 @@ test_project_-_cinemachine_-_standalone_-_6000_6_-_macos: test_project_-_cinemachine_-_standalone_-_6000_6_-_ubuntu: name: Test Project - cinemachine - Standalone - 6000.6 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -976,7 +976,7 @@ test_project_-_cinemachine_-_standalone_-_6000_6_-_ubuntu: test_project_-_cinemachine_-_standalone_-_6000_6_-_windows: name: Test Project - cinemachine - Standalone - 6000.6 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -994,7 +994,7 @@ test_project_-_cinemachine_-_standalone_-_6000_6_-_windows: test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_macos: name: Test Project - cinemachine - StandaloneInputSystem - 2022.3 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1012,7 +1012,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_macos: test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_ubuntu: name: Test Project - cinemachine - StandaloneInputSystem - 2022.3 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-18.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1031,7 +1031,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_ubuntu: test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_windows: name: Test Project - cinemachine - StandaloneInputSystem - 2022.3 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -1049,7 +1049,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_windows: test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_macos: name: Test Project - cinemachine - StandaloneInputSystem - 6000.0 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1067,7 +1067,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_macos: test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_ubuntu: name: Test Project - cinemachine - StandaloneInputSystem - 6000.0 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1086,7 +1086,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_ubuntu: test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_windows: name: Test Project - cinemachine - StandaloneInputSystem - 6000.0 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -1104,7 +1104,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_windows: test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_macos: name: Test Project - cinemachine - StandaloneInputSystem - 6000.3 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1122,7 +1122,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_macos: test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_ubuntu: name: Test Project - cinemachine - StandaloneInputSystem - 6000.3 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1141,7 +1141,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_ubuntu: test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_windows: name: Test Project - cinemachine - StandaloneInputSystem - 6000.3 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -1159,7 +1159,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_windows: test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_macos: name: Test Project - cinemachine - StandaloneInputSystem - 6000.4 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1177,7 +1177,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_macos: test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_ubuntu: name: Test Project - cinemachine - StandaloneInputSystem - 6000.4 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1196,7 +1196,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_ubuntu: test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_windows: name: Test Project - cinemachine - StandaloneInputSystem - 6000.4 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -1214,7 +1214,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_windows: test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_macos: name: Test Project - cinemachine - StandaloneInputSystem - 6000.5 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1232,7 +1232,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_macos: test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_ubuntu: name: Test Project - cinemachine - StandaloneInputSystem - 6000.5 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1251,7 +1251,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_ubuntu: test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_windows: name: Test Project - cinemachine - StandaloneInputSystem - 6000.5 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -1269,7 +1269,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_windows: test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_macos: name: Test Project - cinemachine - StandaloneInputSystem - 6000.6 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1287,7 +1287,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_macos: test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_ubuntu: name: Test Project - cinemachine - StandaloneInputSystem - 6000.6 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1306,7 +1306,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_ubuntu: test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_windows: name: Test Project - cinemachine - StandaloneInputSystem - 6000.6 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -1324,7 +1324,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_windows: test_project_-_cinemachine_-_urp_-_2022_3_-_macos: name: Test Project - cinemachine - URP - 2022.3 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1342,7 +1342,7 @@ test_project_-_cinemachine_-_urp_-_2022_3_-_macos: test_project_-_cinemachine_-_urp_-_2022_3_-_ubuntu: name: Test Project - cinemachine - URP - 2022.3 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-18.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1361,7 +1361,7 @@ test_project_-_cinemachine_-_urp_-_2022_3_-_ubuntu: test_project_-_cinemachine_-_urp_-_2022_3_-_windows: name: Test Project - cinemachine - URP - 2022.3 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -1379,7 +1379,7 @@ test_project_-_cinemachine_-_urp_-_2022_3_-_windows: test_project_-_cinemachine_-_urp_-_6000_0_-_macos: name: Test Project - cinemachine - URP - 6000.0 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1397,7 +1397,7 @@ test_project_-_cinemachine_-_urp_-_6000_0_-_macos: test_project_-_cinemachine_-_urp_-_6000_0_-_ubuntu: name: Test Project - cinemachine - URP - 6000.0 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1416,7 +1416,7 @@ test_project_-_cinemachine_-_urp_-_6000_0_-_ubuntu: test_project_-_cinemachine_-_urp_-_6000_0_-_windows: name: Test Project - cinemachine - URP - 6000.0 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -1434,7 +1434,7 @@ test_project_-_cinemachine_-_urp_-_6000_0_-_windows: test_project_-_cinemachine_-_urp_-_6000_3_-_macos: name: Test Project - cinemachine - URP - 6000.3 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1452,7 +1452,7 @@ test_project_-_cinemachine_-_urp_-_6000_3_-_macos: test_project_-_cinemachine_-_urp_-_6000_3_-_ubuntu: name: Test Project - cinemachine - URP - 6000.3 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1471,7 +1471,7 @@ test_project_-_cinemachine_-_urp_-_6000_3_-_ubuntu: test_project_-_cinemachine_-_urp_-_6000_3_-_windows: name: Test Project - cinemachine - URP - 6000.3 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -1489,7 +1489,7 @@ test_project_-_cinemachine_-_urp_-_6000_3_-_windows: test_project_-_cinemachine_-_urp_-_6000_4_-_macos: name: Test Project - cinemachine - URP - 6000.4 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1507,7 +1507,7 @@ test_project_-_cinemachine_-_urp_-_6000_4_-_macos: test_project_-_cinemachine_-_urp_-_6000_4_-_ubuntu: name: Test Project - cinemachine - URP - 6000.4 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1526,7 +1526,7 @@ test_project_-_cinemachine_-_urp_-_6000_4_-_ubuntu: test_project_-_cinemachine_-_urp_-_6000_4_-_windows: name: Test Project - cinemachine - URP - 6000.4 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -1544,7 +1544,7 @@ test_project_-_cinemachine_-_urp_-_6000_4_-_windows: test_project_-_cinemachine_-_urp_-_6000_5_-_macos: name: Test Project - cinemachine - URP - 6000.5 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1562,7 +1562,7 @@ test_project_-_cinemachine_-_urp_-_6000_5_-_macos: test_project_-_cinemachine_-_urp_-_6000_5_-_ubuntu: name: Test Project - cinemachine - URP - 6000.5 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1581,7 +1581,7 @@ test_project_-_cinemachine_-_urp_-_6000_5_-_ubuntu: test_project_-_cinemachine_-_urp_-_6000_5_-_windows: name: Test Project - cinemachine - URP - 6000.5 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -1599,7 +1599,7 @@ test_project_-_cinemachine_-_urp_-_6000_5_-_windows: test_project_-_cinemachine_-_urp_-_6000_6_-_macos: name: Test Project - cinemachine - URP - 6000.6 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1617,7 +1617,7 @@ test_project_-_cinemachine_-_urp_-_6000_6_-_macos: test_project_-_cinemachine_-_urp_-_6000_6_-_ubuntu: name: Test Project - cinemachine - URP - 6000.6 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1636,7 +1636,7 @@ test_project_-_cinemachine_-_urp_-_6000_6_-_ubuntu: test_project_-_cinemachine_-_urp_-_6000_6_-_windows: name: Test Project - cinemachine - URP - 6000.6 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -1654,7 +1654,7 @@ test_project_-_cinemachine_-_urp_-_6000_6_-_windows: test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_macos: name: Test Project - cinemachine - URPInputSystem - 2022.3 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1672,7 +1672,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_macos: test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_ubuntu: name: Test Project - cinemachine - URPInputSystem - 2022.3 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-18.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1691,7 +1691,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_ubuntu: test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_windows: name: Test Project - cinemachine - URPInputSystem - 2022.3 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -1709,7 +1709,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_windows: test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_macos: name: Test Project - cinemachine - URPInputSystem - 6000.0 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1727,7 +1727,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_macos: test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_ubuntu: name: Test Project - cinemachine - URPInputSystem - 6000.0 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1746,7 +1746,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_ubuntu: test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_windows: name: Test Project - cinemachine - URPInputSystem - 6000.0 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -1764,7 +1764,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_windows: test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_macos: name: Test Project - cinemachine - URPInputSystem - 6000.3 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1782,7 +1782,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_macos: test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_ubuntu: name: Test Project - cinemachine - URPInputSystem - 6000.3 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1801,7 +1801,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_ubuntu: test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_windows: name: Test Project - cinemachine - URPInputSystem - 6000.3 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -1819,7 +1819,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_windows: test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_macos: name: Test Project - cinemachine - URPInputSystem - 6000.4 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1837,7 +1837,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_macos: test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_ubuntu: name: Test Project - cinemachine - URPInputSystem - 6000.4 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1856,7 +1856,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_ubuntu: test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_windows: name: Test Project - cinemachine - URPInputSystem - 6000.4 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -1874,7 +1874,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_windows: test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_macos: name: Test Project - cinemachine - URPInputSystem - 6000.5 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1892,7 +1892,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_macos: test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_ubuntu: name: Test Project - cinemachine - URPInputSystem - 6000.5 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1911,7 +1911,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_ubuntu: test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_windows: name: Test Project - cinemachine - URPInputSystem - 6000.5 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: @@ -1929,7 +1929,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_windows: test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_macos: name: Test Project - cinemachine - URPInputSystem - 6000.6 - MacOS agent: - image: package-ci/macos-13:default + image: package-ci/macos-13:v4 type: Unity::VM::osx flavor: b1.xlarge commands: @@ -1947,7 +1947,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_macos: test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_ubuntu: name: Test Project - cinemachine - URPInputSystem - 6000.6 - Ubuntu agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -1966,7 +1966,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_ubuntu: test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_windows: name: Test Project - cinemachine - URPInputSystem - 6000.6 - Windows agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: diff --git a/.yamato/triggers.yml b/.yamato/triggers.yml index 5ee3888e4..a4ba91533 100644 --- a/.yamato/triggers.yml +++ b/.yamato/triggers.yml @@ -4,133 +4,132 @@ all_trigger: name: All Trigger dependencies: - - path: .yamato/code-coverage.yml#code_coverage_-_windows_-_trunk - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_2022_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_2022_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_0_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_0_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_4_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_4_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_5_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_5_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_6_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_6_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_6_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_2022_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_2022_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_0_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_0_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_4_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_4_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_5_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_5_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_6_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_6_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_6_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_2022_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_2022_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_0_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_0_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_4_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_4_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_5_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_5_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_6_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_6_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_6_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_macos - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_ubuntu - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_macos - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_ubuntu - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_macos - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_ubuntu - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_macos - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_ubuntu - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_macos - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_ubuntu - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_macos - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_ubuntu - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_2022_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_2022_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_0_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_0_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_4_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_4_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_5_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_5_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_6_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_6_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_2022_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_2022_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_0_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_0_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_4_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_4_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_5_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_5_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_6_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_6_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_2022_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_2022_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_0_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_0_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_4_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_4_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_5_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_5_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_6_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_6_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_windows + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_macos13 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_ubuntu1804 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_win10 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_macos13 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_ubuntu2204 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_win10 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_macos13 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_ubuntu2204 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_win10 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_macos13 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_ubuntu2204 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_win10 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_macos13 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_ubuntu2204 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_win10 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_macos13 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_ubuntu2204 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_win10 triggers: branches: only: @@ -141,180 +140,177 @@ all_trigger: nightly_trigger: name: Nightly Trigger dependencies: - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_2022_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_2022_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_0_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_0_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_4_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_4_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_5_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_5_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_6_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_6_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_6_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_2022_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_2022_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_0_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_0_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_4_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_4_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_5_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_5_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_6_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_6_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_6_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_2022_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_2022_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_0_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_0_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_4_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_4_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_5_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_5_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_6_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_6_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_6_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_macos - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_ubuntu - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_macos - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_ubuntu - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_macos - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_ubuntu - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_macos - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_ubuntu - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_macos - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_ubuntu - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_macos - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_ubuntu - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_macos - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_ubuntu - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_2022_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_2022_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_0_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_0_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_4_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_4_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_5_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_5_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_6_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_6_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_2022_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_2022_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_0_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_0_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_4_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_4_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_5_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_5_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_6_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_6_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_2022_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_2022_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_0_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_0_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_4_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_4_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_5_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_5_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_6_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_6_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_macos + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_ubuntu + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_windows + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_macos13 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_ubuntu1804 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_win10 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_macos13 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_ubuntu2204 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_win10 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_macos13 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_ubuntu2204 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_win10 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_macos13 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_ubuntu2204 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_win10 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_macos13 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_ubuntu2204 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_win10 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_macos13 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_ubuntu2204 + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_win10 + triggers: + recurring: + - branch: main + frequency: daily # Tests to run on PRs. pull_request_tests_trigger: name: Pull Request Tests Trigger dependencies: - - path: .yamato/code-coverage.yml#code_coverage_-_windows_-_trunk - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrp_-_6000_6_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standalone_-_6000_6_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urp_-_6000_6_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_windows - - path: .yamato/project-test.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_windows - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrp_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standalone_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urp_-_6000_6_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_windows + - path: .yamato/project-tests.yml#test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_windows triggers: expression: NOT pull_request.draft cancel_old_ci: true diff --git a/.yamato/wrench/api-validation-jobs.yml b/.yamato/wrench/api-validation-jobs.yml index 36e616081..148d246b8 100644 --- a/.yamato/wrench/api-validation-jobs.yml +++ b/.yamato/wrench/api-validation-jobs.yml @@ -3,17 +3,17 @@ all_api_validation_jobs: name: All API Validation Jobs dependencies: - - path: .yamato/wrench/api-validation-jobs.yml#api_validation_-_cinemachine_-_2022_3_-_windows + - path: .yamato/wrench/api-validation-jobs.yml#api_validation_-_cinemachine_-_2022_3_-_win10 -# upm-ci validation tests for API Validation - cinemachine - 2022.3 - windows (2022.3 - Windows). -api_validation_-_cinemachine_-_2022_3_-_windows: - name: API Validation - cinemachine - 2022.3 - windows +# upm-ci validation tests for API Validation - cinemachine - 2022.3 - win10 (2022.3 - Windows). +api_validation_-_cinemachine_-_2022_3_-_win10: + name: API Validation - cinemachine - 2022.3 - win10 agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -51,8 +51,12 @@ api_validation_-_cinemachine_-_2022_3_-_windows: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 diff --git a/.yamato/wrench/package-pack-jobs.yml b/.yamato/wrench/package-pack-jobs.yml index e578ceaf3..cbb1ab0b1 100644 --- a/.yamato/wrench/package-pack-jobs.yml +++ b/.yamato/wrench/package-pack-jobs.yml @@ -5,7 +5,7 @@ package_pack_-_cinemachine: name: Package Pack - cinemachine agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -24,5 +24,5 @@ package_pack_-_cinemachine: UPMCI_ACK_LARGE_PACKAGE: 1 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 diff --git a/.yamato/wrench/player-build.yml b/.yamato/wrench/player-build.yml new file mode 100644 index 000000000..c0fe38011 --- /dev/null +++ b/.yamato/wrench/player-build.yml @@ -0,0 +1,4 @@ +# Auto-generated by Recipe Engine, do not modify manually. +# This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb +{} + diff --git a/.yamato/wrench/player-test.yml b/.yamato/wrench/player-test.yml new file mode 100644 index 000000000..c0fe38011 --- /dev/null +++ b/.yamato/wrench/player-test.yml @@ -0,0 +1,4 @@ +# Auto-generated by Recipe Engine, do not modify manually. +# This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb +{} + diff --git a/.yamato/wrench/preview-a-p-v.yml b/.yamato/wrench/preview-a-p-v.yml index 343c0795d..68a4e7b13 100644 --- a/.yamato/wrench/preview-a-p-v.yml +++ b/.yamato/wrench/preview-a-p-v.yml @@ -5,37 +5,37 @@ all_preview_apv_jobs: name: All Preview APV Jobs dependencies: - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_macos - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_ubuntu - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_windows - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_macos - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_ubuntu - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_windows - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_macos - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_ubuntu - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_windows - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_macos - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_ubuntu - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_windows - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_macos - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_ubuntu - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_windows - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_6_-_macos - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_6_-_ubuntu - - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_6_-_windows + - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_macos13 + - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_ubuntu1804 + - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_win10 + - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_macos13 + - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_ubuntu2204 + - path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_win10 + - 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_-_macos13 + - 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 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 2022.3 manifest (MacOS). -preview_apv_-_2022_3_-_macos: - name: Preview APV - 2022.3 - macos +preview_apv_-_2022_3_-_macos13: + name: Preview APV - 2022.3 - macos13 agent: - image: package-ci/macos-13:default + 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-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -76,20 +76,24 @@ preview_apv_-_2022_3_-_macos: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 2022.3 manifest (Ubuntu). -preview_apv_-_2022_3_-_ubuntu: - name: Preview APV - 2022.3 - ubuntu +preview_apv_-_2022_3_-_ubuntu1804: + name: Preview APV - 2022.3 - ubuntu1804 agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-18.04:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -130,21 +134,25 @@ preview_apv_-_2022_3_-_ubuntu: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 2022.3 manifest (Windows). -preview_apv_-_2022_3_-_windows: - name: Preview APV - 2022.3 - windows +preview_apv_-_2022_3_-_win10: + name: Preview APV - 2022.3 - win10 agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: - command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -185,20 +193,24 @@ preview_apv_-_2022_3_-_windows: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 6000.0 manifest (MacOS). -preview_apv_-_6000_0_-_macos: - name: Preview APV - 6000.0 - macos +preview_apv_-_6000_0_-_macos13: + name: Preview APV - 6000.0 - macos13 agent: - image: package-ci/macos-13:default + 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-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -239,20 +251,24 @@ preview_apv_-_6000_0_-_macos: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 6000.0 manifest (Ubuntu). -preview_apv_-_6000_0_-_ubuntu: - name: Preview APV - 6000.0 - ubuntu +preview_apv_-_6000_0_-_ubuntu2204: + name: Preview APV - 6000.0 - ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -293,21 +309,25 @@ preview_apv_-_6000_0_-_ubuntu: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 6000.0 manifest (Windows). -preview_apv_-_6000_0_-_windows: - name: Preview APV - 6000.0 - windows +preview_apv_-_6000_0_-_win10: + name: Preview APV - 6000.0 - win10 agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: - command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -348,20 +368,24 @@ preview_apv_-_6000_0_-_windows: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 6000.3 manifest (MacOS). -preview_apv_-_6000_3_-_macos: - name: Preview APV - 6000.3 - macos +preview_apv_-_6000_3_-_macos13: + name: Preview APV - 6000.3 - macos13 agent: - image: package-ci/macos-13:default + 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-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -402,20 +426,24 @@ preview_apv_-_6000_3_-_macos: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 6000.3 manifest (Ubuntu). -preview_apv_-_6000_3_-_ubuntu: - name: Preview APV - 6000.3 - ubuntu +preview_apv_-_6000_3_-_ubuntu2204: + name: Preview APV - 6000.3 - ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -456,21 +484,25 @@ preview_apv_-_6000_3_-_ubuntu: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 6000.3 manifest (Windows). -preview_apv_-_6000_3_-_windows: - name: Preview APV - 6000.3 - windows +preview_apv_-_6000_3_-_win10: + name: Preview APV - 6000.3 - win10 agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: - command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -511,20 +543,24 @@ preview_apv_-_6000_3_-_windows: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 6000.4 manifest (MacOS). -preview_apv_-_6000_4_-_macos: - name: Preview APV - 6000.4 - macos +preview_apv_-_6000_4_-_macos13: + name: Preview APV - 6000.4 - macos13 agent: - image: package-ci/macos-13:default + 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-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -565,20 +601,24 @@ preview_apv_-_6000_4_-_macos: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 6000.4 manifest (Ubuntu). -preview_apv_-_6000_4_-_ubuntu: - name: Preview APV - 6000.4 - ubuntu +preview_apv_-_6000_4_-_ubuntu2204: + name: Preview APV - 6000.4 - ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -619,21 +659,25 @@ preview_apv_-_6000_4_-_ubuntu: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 6000.4 manifest (Windows). -preview_apv_-_6000_4_-_windows: - name: Preview APV - 6000.4 - windows +preview_apv_-_6000_4_-_win10: + name: Preview APV - 6000.4 - win10 agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: - command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -674,20 +718,24 @@ preview_apv_-_6000_4_-_windows: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 6000.5 manifest (MacOS). -preview_apv_-_6000_5_-_macos: - name: Preview APV - 6000.5 - macos +preview_apv_-_6000_5_-_macos13: + name: Preview APV - 6000.5 - macos13 agent: - image: package-ci/macos-13:default + 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-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -728,20 +776,24 @@ preview_apv_-_6000_5_-_macos: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 6000.5 manifest (Ubuntu). -preview_apv_-_6000_5_-_ubuntu: - name: Preview APV - 6000.5 - ubuntu +preview_apv_-_6000_5_-_ubuntu2204: + name: Preview APV - 6000.5 - ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -782,21 +834,25 @@ preview_apv_-_6000_5_-_ubuntu: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 6000.5 manifest (Windows). -preview_apv_-_6000_5_-_windows: - name: Preview APV - 6000.5 - windows +preview_apv_-_6000_5_-_win10: + name: Preview APV - 6000.5 - win10 agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: - command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -837,20 +893,24 @@ preview_apv_-_6000_5_-_windows: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 6000.6 manifest (MacOS). -preview_apv_-_6000_6_-_macos: - name: Preview APV - 6000.6 - macos +preview_apv_-_6000_6_-_macos13: + name: Preview APV - 6000.6 - macos13 agent: - image: package-ci/macos-13:default + 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-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -891,20 +951,24 @@ preview_apv_-_6000_6_-_macos: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 6000.6 manifest (Ubuntu). -preview_apv_-_6000_6_-_ubuntu: - name: Preview APV - 6000.6 - ubuntu +preview_apv_-_6000_6_-_ubuntu2204: + name: Preview APV - 6000.6 - ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -945,21 +1009,25 @@ preview_apv_-_6000_6_-_ubuntu: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Functional tests for dependents found in the latest 6000.6 manifest (Windows). -preview_apv_-_6000_6_-_windows: - name: Preview APV - 6000.6 - windows +preview_apv_-_6000_6_-_win10: + name: Preview APV - 6000.6 - win10 agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: - command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -1000,8 +1068,12 @@ preview_apv_-_6000_6_-_windows: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine variables: - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + 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_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 diff --git a/.yamato/wrench/promotion-jobs.yml b/.yamato/wrench/promotion-jobs.yml index 685d35b8a..9f5e604f4 100644 --- a/.yamato/wrench/promotion-jobs.yml +++ b/.yamato/wrench/promotion-jobs.yml @@ -5,11 +5,11 @@ publish_cinemachine: name: Publish cinemachine agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-20.04:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -26,202 +26,202 @@ publish_cinemachine: browsable: onNonSuccess dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_macos + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_macos13 specific_options: - UTR: - location: results/UTR/validate-cinemachine-2022.3-macos - unzip: true - pvp-results: - location: results/pvp/validate-cinemachine-2022.3-macos - unzip: true packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_ubuntu - specific_options: - UTR: - location: results/UTR/validate-cinemachine-2022.3-ubuntu - unzip: true pvp-results: - location: results/pvp/validate-cinemachine-2022.3-ubuntu + location: results/pvp/validate-cinemachine-2022.3-macos13 unzip: true - packages: - ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_windows - specific_options: UTR: - location: results/UTR/validate-cinemachine-2022.3-windows - unzip: true - pvp-results: - location: results/pvp/validate-cinemachine-2022.3-windows + location: results/UTR/validate-cinemachine-2022.3-macos13 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_ubuntu1804 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_macos - specific_options: - UTR: - location: results/UTR/validate-cinemachine-6000.0-macos - unzip: true pvp-results: - location: results/pvp/validate-cinemachine-6000.0-macos + location: results/pvp/validate-cinemachine-2022.3-ubuntu1804 unzip: true - packages: - ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_ubuntu - specific_options: UTR: - location: results/UTR/validate-cinemachine-6000.0-ubuntu - unzip: true - pvp-results: - location: results/pvp/validate-cinemachine-6000.0-ubuntu + location: results/UTR/validate-cinemachine-2022.3-ubuntu1804 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_win10 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_windows - specific_options: - UTR: - location: results/UTR/validate-cinemachine-6000.0-windows - unzip: true pvp-results: - location: results/pvp/validate-cinemachine-6000.0-windows + location: results/pvp/validate-cinemachine-2022.3-win10 unzip: true - packages: - ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_macos - specific_options: UTR: - location: results/UTR/validate-cinemachine-6000.3-macos - unzip: true - pvp-results: - location: results/pvp/validate-cinemachine-6000.3-macos + location: results/UTR/validate-cinemachine-2022.3-win10 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_macos13 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_ubuntu - specific_options: - UTR: - location: results/UTR/validate-cinemachine-6000.3-ubuntu - unzip: true pvp-results: - location: results/pvp/validate-cinemachine-6000.3-ubuntu + location: results/pvp/validate-cinemachine-6000.0-macos13 unzip: true - packages: - ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_windows - specific_options: UTR: - location: results/UTR/validate-cinemachine-6000.3-windows - unzip: true - pvp-results: - location: results/pvp/validate-cinemachine-6000.3-windows + location: results/UTR/validate-cinemachine-6000.0-macos13 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_ubuntu2204 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_macos - specific_options: - UTR: - location: results/UTR/validate-cinemachine-6000.4-macos - unzip: true pvp-results: - location: results/pvp/validate-cinemachine-6000.4-macos + location: results/pvp/validate-cinemachine-6000.0-ubuntu2204 unzip: true - packages: - ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_ubuntu - specific_options: UTR: - location: results/UTR/validate-cinemachine-6000.4-ubuntu - unzip: true - pvp-results: - location: results/pvp/validate-cinemachine-6000.4-ubuntu + location: results/UTR/validate-cinemachine-6000.0-ubuntu2204 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_win10 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_windows - specific_options: - UTR: - location: results/UTR/validate-cinemachine-6000.4-windows - unzip: true pvp-results: - location: results/pvp/validate-cinemachine-6000.4-windows + location: results/pvp/validate-cinemachine-6000.0-win10 unzip: true - packages: - ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_macos - specific_options: UTR: - location: results/UTR/validate-cinemachine-6000.5-macos + location: results/UTR/validate-cinemachine-6000.0-win10 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_macos13 + specific_options: + packages: + ignore_artifact: true pvp-results: - location: results/pvp/validate-cinemachine-6000.5-macos + location: results/pvp/validate-cinemachine-6000.3-macos13 unzip: true + UTR: + location: results/UTR/validate-cinemachine-6000.3-macos13 + unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_ubuntu2204 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_ubuntu - specific_options: + pvp-results: + location: results/pvp/validate-cinemachine-6000.3-ubuntu2204 + unzip: true UTR: - location: results/UTR/validate-cinemachine-6000.5-ubuntu + location: results/UTR/validate-cinemachine-6000.3-ubuntu2204 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_win10 + specific_options: + packages: + ignore_artifact: true pvp-results: - location: results/pvp/validate-cinemachine-6000.5-ubuntu + location: results/pvp/validate-cinemachine-6000.3-win10 + unzip: true + UTR: + location: results/UTR/validate-cinemachine-6000.3-win10 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_macos13 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_windows - specific_options: + pvp-results: + location: results/pvp/validate-cinemachine-6000.4-macos13 + unzip: true UTR: - location: results/UTR/validate-cinemachine-6000.5-windows + location: results/UTR/validate-cinemachine-6000.4-macos13 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_ubuntu2204 + specific_options: + packages: + ignore_artifact: true pvp-results: - location: results/pvp/validate-cinemachine-6000.5-windows + location: results/pvp/validate-cinemachine-6000.4-ubuntu2204 unzip: true + UTR: + location: results/UTR/validate-cinemachine-6000.4-ubuntu2204 + unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_win10 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_macos - specific_options: + pvp-results: + location: results/pvp/validate-cinemachine-6000.4-win10 + unzip: true UTR: - location: results/UTR/validate-cinemachine-6000.6-macos + location: results/UTR/validate-cinemachine-6000.4-win10 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_macos13 + specific_options: + packages: + ignore_artifact: true pvp-results: - location: results/pvp/validate-cinemachine-6000.6-macos + location: results/pvp/validate-cinemachine-6000.5-macos13 + unzip: true + UTR: + location: results/UTR/validate-cinemachine-6000.5-macos13 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_ubuntu2204 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_ubuntu - specific_options: + pvp-results: + location: results/pvp/validate-cinemachine-6000.5-ubuntu2204 + unzip: true UTR: - location: results/UTR/validate-cinemachine-6000.6-ubuntu + location: results/UTR/validate-cinemachine-6000.5-ubuntu2204 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_win10 + specific_options: + packages: + ignore_artifact: true pvp-results: - location: results/pvp/validate-cinemachine-6000.6-ubuntu + location: results/pvp/validate-cinemachine-6000.5-win10 unzip: true + UTR: + location: results/UTR/validate-cinemachine-6000.5-win10 + unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_macos13 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_windows - specific_options: + pvp-results: + location: results/pvp/validate-cinemachine-6000.6-macos13 + unzip: true UTR: - location: results/UTR/validate-cinemachine-6000.6-windows + location: results/UTR/validate-cinemachine-6000.6-macos13 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_ubuntu2204 + specific_options: + packages: + ignore_artifact: true pvp-results: - location: results/pvp/validate-cinemachine-6000.6-windows + location: results/pvp/validate-cinemachine-6000.6-ubuntu2204 unzip: true + UTR: + location: results/UTR/validate-cinemachine-6000.6-ubuntu2204 + unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_win10 + specific_options: packages: ignore_artifact: true + pvp-results: + location: results/pvp/validate-cinemachine-6000.6-win10 + unzip: true + UTR: + location: results/UTR/validate-cinemachine-6000.6-win10 + unzip: true variables: UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1 - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 # Publish Dry Run for cinemachine to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm publish_dry_run_cinemachine: name: Publish Dry Run cinemachine agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-20.04:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 @@ -238,190 +238,190 @@ publish_dry_run_cinemachine: browsable: onNonSuccess dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_macos + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_macos13 specific_options: - UTR: - location: results/UTR/validate-cinemachine-2022.3-macos - unzip: true - pvp-results: - location: results/pvp/validate-cinemachine-2022.3-macos - unzip: true packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_ubuntu - specific_options: - UTR: - location: results/UTR/validate-cinemachine-2022.3-ubuntu - unzip: true pvp-results: - location: results/pvp/validate-cinemachine-2022.3-ubuntu + location: results/pvp/validate-cinemachine-2022.3-macos13 unzip: true - packages: - ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_windows - specific_options: UTR: - location: results/UTR/validate-cinemachine-2022.3-windows - unzip: true - pvp-results: - location: results/pvp/validate-cinemachine-2022.3-windows + location: results/UTR/validate-cinemachine-2022.3-macos13 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_ubuntu1804 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_macos - specific_options: - UTR: - location: results/UTR/validate-cinemachine-6000.0-macos - unzip: true pvp-results: - location: results/pvp/validate-cinemachine-6000.0-macos + location: results/pvp/validate-cinemachine-2022.3-ubuntu1804 unzip: true - packages: - ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_ubuntu - specific_options: UTR: - location: results/UTR/validate-cinemachine-6000.0-ubuntu - unzip: true - pvp-results: - location: results/pvp/validate-cinemachine-6000.0-ubuntu + location: results/UTR/validate-cinemachine-2022.3-ubuntu1804 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_2022_3_-_win10 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_windows - specific_options: - UTR: - location: results/UTR/validate-cinemachine-6000.0-windows - unzip: true pvp-results: - location: results/pvp/validate-cinemachine-6000.0-windows + location: results/pvp/validate-cinemachine-2022.3-win10 unzip: true - packages: - ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_macos - specific_options: UTR: - location: results/UTR/validate-cinemachine-6000.3-macos - unzip: true - pvp-results: - location: results/pvp/validate-cinemachine-6000.3-macos + location: results/UTR/validate-cinemachine-2022.3-win10 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_macos13 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_ubuntu - specific_options: - UTR: - location: results/UTR/validate-cinemachine-6000.3-ubuntu - unzip: true pvp-results: - location: results/pvp/validate-cinemachine-6000.3-ubuntu + location: results/pvp/validate-cinemachine-6000.0-macos13 unzip: true - packages: - ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_windows - specific_options: UTR: - location: results/UTR/validate-cinemachine-6000.3-windows - unzip: true - pvp-results: - location: results/pvp/validate-cinemachine-6000.3-windows + location: results/UTR/validate-cinemachine-6000.0-macos13 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_ubuntu2204 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_macos - specific_options: - UTR: - location: results/UTR/validate-cinemachine-6000.4-macos - unzip: true pvp-results: - location: results/pvp/validate-cinemachine-6000.4-macos + location: results/pvp/validate-cinemachine-6000.0-ubuntu2204 unzip: true - packages: - ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_ubuntu - specific_options: UTR: - location: results/UTR/validate-cinemachine-6000.4-ubuntu - unzip: true - pvp-results: - location: results/pvp/validate-cinemachine-6000.4-ubuntu + location: results/UTR/validate-cinemachine-6000.0-ubuntu2204 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_0_-_win10 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_windows - specific_options: - UTR: - location: results/UTR/validate-cinemachine-6000.4-windows - unzip: true pvp-results: - location: results/pvp/validate-cinemachine-6000.4-windows + location: results/pvp/validate-cinemachine-6000.0-win10 unzip: true - packages: - ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_macos - specific_options: UTR: - location: results/UTR/validate-cinemachine-6000.5-macos + location: results/UTR/validate-cinemachine-6000.0-win10 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_macos13 + specific_options: + packages: + ignore_artifact: true pvp-results: - location: results/pvp/validate-cinemachine-6000.5-macos + location: results/pvp/validate-cinemachine-6000.3-macos13 unzip: true + UTR: + location: results/UTR/validate-cinemachine-6000.3-macos13 + unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_ubuntu2204 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_ubuntu - specific_options: + pvp-results: + location: results/pvp/validate-cinemachine-6000.3-ubuntu2204 + unzip: true UTR: - location: results/UTR/validate-cinemachine-6000.5-ubuntu + location: results/UTR/validate-cinemachine-6000.3-ubuntu2204 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_3_-_win10 + specific_options: + packages: + ignore_artifact: true pvp-results: - location: results/pvp/validate-cinemachine-6000.5-ubuntu + location: results/pvp/validate-cinemachine-6000.3-win10 + unzip: true + UTR: + location: results/UTR/validate-cinemachine-6000.3-win10 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_macos13 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_windows - specific_options: + pvp-results: + location: results/pvp/validate-cinemachine-6000.4-macos13 + unzip: true UTR: - location: results/UTR/validate-cinemachine-6000.5-windows + location: results/UTR/validate-cinemachine-6000.4-macos13 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_ubuntu2204 + specific_options: + packages: + ignore_artifact: true pvp-results: - location: results/pvp/validate-cinemachine-6000.5-windows + location: results/pvp/validate-cinemachine-6000.4-ubuntu2204 unzip: true + UTR: + location: results/UTR/validate-cinemachine-6000.4-ubuntu2204 + unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_4_-_win10 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_macos - specific_options: + pvp-results: + location: results/pvp/validate-cinemachine-6000.4-win10 + unzip: true UTR: - location: results/UTR/validate-cinemachine-6000.6-macos + location: results/UTR/validate-cinemachine-6000.4-win10 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_macos13 + specific_options: + packages: + ignore_artifact: true pvp-results: - location: results/pvp/validate-cinemachine-6000.6-macos + location: results/pvp/validate-cinemachine-6000.5-macos13 + unzip: true + UTR: + location: results/UTR/validate-cinemachine-6000.5-macos13 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_ubuntu2204 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_ubuntu - specific_options: + pvp-results: + location: results/pvp/validate-cinemachine-6000.5-ubuntu2204 + unzip: true UTR: - location: results/UTR/validate-cinemachine-6000.6-ubuntu + location: results/UTR/validate-cinemachine-6000.5-ubuntu2204 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_win10 + specific_options: + packages: + ignore_artifact: true pvp-results: - location: results/pvp/validate-cinemachine-6000.6-ubuntu + location: results/pvp/validate-cinemachine-6000.5-win10 unzip: true + UTR: + location: results/UTR/validate-cinemachine-6000.5-win10 + unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_macos13 + specific_options: packages: ignore_artifact: true - - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_windows - specific_options: + pvp-results: + location: results/pvp/validate-cinemachine-6000.6-macos13 + unzip: true UTR: - location: results/UTR/validate-cinemachine-6000.6-windows + location: results/UTR/validate-cinemachine-6000.6-macos13 unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_ubuntu2204 + specific_options: + packages: + ignore_artifact: true pvp-results: - location: results/pvp/validate-cinemachine-6000.6-windows + location: results/pvp/validate-cinemachine-6000.6-ubuntu2204 unzip: true + UTR: + location: results/UTR/validate-cinemachine-6000.6-ubuntu2204 + unzip: true + - path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_6_-_win10 + specific_options: packages: ignore_artifact: true + pvp-results: + location: results/pvp/validate-cinemachine-6000.6-win10 + unzip: true + UTR: + location: results/UTR/validate-cinemachine-6000.6-win10 + unzip: true variables: UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1 - UPMPVP_CONTEXT_WRENCH: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 diff --git a/.yamato/wrench/recipe-regeneration.yml b/.yamato/wrench/recipe-regeneration.yml index c72aa26ac..af2f34b5d 100644 --- a/.yamato/wrench/recipe-regeneration.yml +++ b/.yamato/wrench/recipe-regeneration.yml @@ -5,7 +5,7 @@ test_-_wrench_jobs_up_to_date: name: Test - Wrench Jobs up to date agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: @@ -26,5 +26,5 @@ test_-_wrench_jobs_up_to_date: cancel_old_ci: true metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 diff --git a/.yamato/wrench/validation-jobs.yml b/.yamato/wrench/validation-jobs.yml index a7f99262e..566ef9c0f 100644 --- a/.yamato/wrench/validation-jobs.yml +++ b/.yamato/wrench/validation-jobs.yml @@ -1,22 +1,22 @@ # Auto-generated by Recipe Engine, do not modify manually. # This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb -# PVP Editor and Playmode tests for Validate - cinemachine - 2022.3 - macos (2022.3 - MacOS). -validate_-_cinemachine_-_2022_3_-_macos: - name: Validate - cinemachine - 2022.3 - macos +# PVP Editor and Playmode tests for Validate - cinemachine - 2022.3 - macos13 (2022.3 - MacOS). +validate_-_cinemachine_-_2022_3_-_macos13: + name: Validate - cinemachine - 2022.3 - macos13 agent: - image: package-ci/macos-13:default + 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-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 2022.3/staging -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -26,8 +26,10 @@ validate_-_cinemachine_-_2022_3_-_macos: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:$YAMATO_SOURCE_DIR/Packages;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_MacOS_2022.3;flags:cinemachine_MacOS_2022.3" ' + - 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-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_MacOS_2022.3;flags:cinemachine_MacOS_2022.3" ' timeout: 20 retries: 1 after: @@ -60,30 +62,34 @@ validate_-_cinemachine_-_2022_3_-_macos: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine -# PVP Editor and Playmode tests for Validate - cinemachine - 2022.3 - ubuntu (2022.3 - Ubuntu). -validate_-_cinemachine_-_2022_3_-_ubuntu: - name: Validate - cinemachine - 2022.3 - ubuntu +# PVP Editor and Playmode tests for Validate - cinemachine - 2022.3 - ubuntu1804 (2022.3 - Ubuntu). +validate_-_cinemachine_-_2022_3_-_ubuntu1804: + name: Validate - cinemachine - 2022.3 - ubuntu1804 agent: - image: package-ci/ubuntu-22.04:default + image: package-ci/ubuntu-18.04:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 2022.3/staging -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -93,8 +99,10 @@ validate_-_cinemachine_-_2022_3_-_ubuntu: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:$YAMATO_SOURCE_DIR/Packages;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Ubuntu_2022.3;flags:cinemachine_Ubuntu_2022.3" ' + - 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-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Ubuntu_2022.3;flags:cinemachine_Ubuntu_2022.3" ' timeout: 20 retries: 1 after: @@ -127,30 +135,34 @@ validate_-_cinemachine_-_2022_3_-_ubuntu: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine -# PVP Editor and Playmode tests for Validate - cinemachine - 2022.3 - windows (2022.3 - Windows). -validate_-_cinemachine_-_2022_3_-_windows: - name: Validate - cinemachine - 2022.3 - windows +# PVP Editor and Playmode tests for Validate - cinemachine - 2022.3 - win10 (2022.3 - Windows). +validate_-_cinemachine_-_2022_3_-_win10: + name: Validate - cinemachine - 2022.3 - win10 agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 2022.3/staging -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -160,8 +172,10 @@ validate_-_cinemachine_-_2022_3_-_windows: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner.exe --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:%YAMATO_SOURCE_DIR%/Packages;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Windows_2022.3;flags:cinemachine_Windows_2022.3" ' + - 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-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Windows_2022.3;flags:cinemachine_Windows_2022.3" ' timeout: 20 retries: 1 after: @@ -194,30 +208,34 @@ validate_-_cinemachine_-_2022_3_-_windows: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine -# PVP Editor and Playmode tests for Validate - cinemachine - 6000.0 - macos (6000.0 - MacOS). -validate_-_cinemachine_-_6000_0_-_macos: - name: Validate - cinemachine - 6000.0 - macos +# PVP Editor and Playmode tests for Validate - cinemachine - 6000.0 - macos13 (6000.0 - MacOS). +validate_-_cinemachine_-_6000_0_-_macos13: + name: Validate - cinemachine - 6000.0 - macos13 agent: - image: package-ci/macos-13:default + 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-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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.0/staging -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -227,8 +245,10 @@ validate_-_cinemachine_-_6000_0_-_macos: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:$YAMATO_SOURCE_DIR/Packages;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_MacOS_6000.0;flags:cinemachine_MacOS_6000.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-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_MacOS_6000.0;flags:cinemachine_MacOS_6000.0" ' timeout: 20 retries: 1 after: @@ -261,30 +281,34 @@ validate_-_cinemachine_-_6000_0_-_macos: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine -# PVP Editor and Playmode tests for Validate - cinemachine - 6000.0 - ubuntu (6000.0 - Ubuntu). -validate_-_cinemachine_-_6000_0_-_ubuntu: - name: Validate - cinemachine - 6000.0 - ubuntu +# PVP Editor and Playmode tests for Validate - cinemachine - 6000.0 - ubuntu2204 (6000.0 - Ubuntu). +validate_-_cinemachine_-_6000_0_-_ubuntu2204: + name: Validate - cinemachine - 6000.0 - ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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.0/staging -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -294,8 +318,10 @@ validate_-_cinemachine_-_6000_0_-_ubuntu: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:$YAMATO_SOURCE_DIR/Packages;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Ubuntu_6000.0;flags:cinemachine_Ubuntu_6000.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-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Ubuntu_6000.0;flags:cinemachine_Ubuntu_6000.0" ' timeout: 20 retries: 1 after: @@ -328,30 +354,34 @@ validate_-_cinemachine_-_6000_0_-_ubuntu: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine -# PVP Editor and Playmode tests for Validate - cinemachine - 6000.0 - windows (6000.0 - Windows). -validate_-_cinemachine_-_6000_0_-_windows: - name: Validate - cinemachine - 6000.0 - windows +# PVP Editor and Playmode tests for Validate - cinemachine - 6000.0 - win10 (6000.0 - Windows). +validate_-_cinemachine_-_6000_0_-_win10: + name: Validate - cinemachine - 6000.0 - win10 agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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.0/staging -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -361,8 +391,10 @@ validate_-_cinemachine_-_6000_0_-_windows: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner.exe --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:%YAMATO_SOURCE_DIR%/Packages;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Windows_6000.0;flags:cinemachine_Windows_6000.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.exe --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Windows_6000.0;flags:cinemachine_Windows_6000.0" ' timeout: 20 retries: 1 after: @@ -395,30 +427,34 @@ validate_-_cinemachine_-_6000_0_-_windows: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine -# PVP Editor and Playmode tests for Validate - cinemachine - 6000.3 - macos (6000.3 - MacOS). -validate_-_cinemachine_-_6000_3_-_macos: - name: Validate - cinemachine - 6000.3 - macos +# PVP Editor and Playmode tests for Validate - cinemachine - 6000.3 - macos13 (6000.3 - MacOS). +validate_-_cinemachine_-_6000_3_-_macos13: + name: Validate - cinemachine - 6000.3 - macos13 agent: - image: package-ci/macos-13:default + 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-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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.3/staging -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -428,8 +464,10 @@ validate_-_cinemachine_-_6000_3_-_macos: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:$YAMATO_SOURCE_DIR/Packages;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_MacOS_6000.3;flags:cinemachine_MacOS_6000.3" ' + - 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-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_MacOS_6000.3;flags:cinemachine_MacOS_6000.3" ' timeout: 20 retries: 1 after: @@ -462,30 +500,34 @@ validate_-_cinemachine_-_6000_3_-_macos: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine -# PVP Editor and Playmode tests for Validate - cinemachine - 6000.3 - ubuntu (6000.3 - Ubuntu). -validate_-_cinemachine_-_6000_3_-_ubuntu: - name: Validate - cinemachine - 6000.3 - ubuntu +# PVP Editor and Playmode tests for Validate - cinemachine - 6000.3 - ubuntu2204 (6000.3 - Ubuntu). +validate_-_cinemachine_-_6000_3_-_ubuntu2204: + name: Validate - cinemachine - 6000.3 - ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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.3/staging -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -495,8 +537,10 @@ validate_-_cinemachine_-_6000_3_-_ubuntu: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:$YAMATO_SOURCE_DIR/Packages;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Ubuntu_6000.3;flags:cinemachine_Ubuntu_6000.3" ' + - 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-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Ubuntu_6000.3;flags:cinemachine_Ubuntu_6000.3" ' timeout: 20 retries: 1 after: @@ -529,30 +573,34 @@ validate_-_cinemachine_-_6000_3_-_ubuntu: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine -# PVP Editor and Playmode tests for Validate - cinemachine - 6000.3 - windows (6000.3 - Windows). -validate_-_cinemachine_-_6000_3_-_windows: - name: Validate - cinemachine - 6000.3 - windows +# PVP Editor and Playmode tests for Validate - cinemachine - 6000.3 - win10 (6000.3 - Windows). +validate_-_cinemachine_-_6000_3_-_win10: + name: Validate - cinemachine - 6000.3 - win10 agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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.3/staging -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -562,8 +610,10 @@ validate_-_cinemachine_-_6000_3_-_windows: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner.exe --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:%YAMATO_SOURCE_DIR%/Packages;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Windows_6000.3;flags:cinemachine_Windows_6000.3" ' + - 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-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Windows_6000.3;flags:cinemachine_Windows_6000.3" ' timeout: 20 retries: 1 after: @@ -596,30 +646,34 @@ validate_-_cinemachine_-_6000_3_-_windows: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine -# PVP Editor and Playmode tests for Validate - cinemachine - 6000.4 - macos (6000.4 - MacOS). -validate_-_cinemachine_-_6000_4_-_macos: - name: Validate - cinemachine - 6000.4 - macos +# PVP Editor and Playmode tests for Validate - cinemachine - 6000.4 - macos13 (6000.4 - MacOS). +validate_-_cinemachine_-_6000_4_-_macos13: + name: Validate - cinemachine - 6000.4 - macos13 agent: - image: package-ci/macos-13:default + 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-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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.4/staging -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -629,8 +683,10 @@ validate_-_cinemachine_-_6000_4_-_macos: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:$YAMATO_SOURCE_DIR/Packages;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_MacOS_6000.4;flags:cinemachine_MacOS_6000.4" ' + - 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-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_MacOS_6000.4;flags:cinemachine_MacOS_6000.4" ' timeout: 20 retries: 1 after: @@ -663,30 +719,34 @@ validate_-_cinemachine_-_6000_4_-_macos: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine -# PVP Editor and Playmode tests for Validate - cinemachine - 6000.4 - ubuntu (6000.4 - Ubuntu). -validate_-_cinemachine_-_6000_4_-_ubuntu: - name: Validate - cinemachine - 6000.4 - ubuntu +# PVP Editor and Playmode tests for Validate - cinemachine - 6000.4 - ubuntu2204 (6000.4 - Ubuntu). +validate_-_cinemachine_-_6000_4_-_ubuntu2204: + name: Validate - cinemachine - 6000.4 - ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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.4/staging -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -696,8 +756,10 @@ validate_-_cinemachine_-_6000_4_-_ubuntu: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:$YAMATO_SOURCE_DIR/Packages;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Ubuntu_6000.4;flags:cinemachine_Ubuntu_6000.4" ' + - 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-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Ubuntu_6000.4;flags:cinemachine_Ubuntu_6000.4" ' timeout: 20 retries: 1 after: @@ -730,30 +792,34 @@ validate_-_cinemachine_-_6000_4_-_ubuntu: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine -# PVP Editor and Playmode tests for Validate - cinemachine - 6000.4 - windows (6000.4 - Windows). -validate_-_cinemachine_-_6000_4_-_windows: - name: Validate - cinemachine - 6000.4 - windows +# PVP Editor and Playmode tests for Validate - cinemachine - 6000.4 - win10 (6000.4 - Windows). +validate_-_cinemachine_-_6000_4_-_win10: + name: Validate - cinemachine - 6000.4 - win10 agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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.4/staging -c editor --path .Editor --fast timeout: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -763,8 +829,10 @@ validate_-_cinemachine_-_6000_4_-_windows: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner.exe --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:%YAMATO_SOURCE_DIR%/Packages;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Windows_6000.4;flags:cinemachine_Windows_6000.4" ' + - 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-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Windows_6000.4;flags:cinemachine_Windows_6000.4" ' timeout: 20 retries: 1 after: @@ -797,30 +865,34 @@ validate_-_cinemachine_-_6000_4_-_windows: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine -# PVP Editor and Playmode tests for Validate - cinemachine - 6000.5 - macos (6000.5 - MacOS). -validate_-_cinemachine_-_6000_5_-_macos: - name: Validate - cinemachine - 6000.5 - macos +# PVP Editor and Playmode tests for Validate - cinemachine - 6000.5 - macos13 (6000.5 - MacOS). +validate_-_cinemachine_-_6000_5_-_macos13: + name: Validate - cinemachine - 6000.5 - macos13 agent: - image: package-ci/macos-13:default + 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-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 timeout: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -830,8 +902,10 @@ validate_-_cinemachine_-_6000_5_-_macos: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:$YAMATO_SOURCE_DIR/Packages;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_MacOS_6000.5;flags:cinemachine_MacOS_6000.5" ' + - 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-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_MacOS_6000.5;flags:cinemachine_MacOS_6000.5" ' timeout: 20 retries: 1 after: @@ -864,30 +938,34 @@ validate_-_cinemachine_-_6000_5_-_macos: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine -# PVP Editor and Playmode tests for Validate - cinemachine - 6000.5 - ubuntu (6000.5 - Ubuntu). -validate_-_cinemachine_-_6000_5_-_ubuntu: - name: Validate - cinemachine - 6000.5 - ubuntu +# PVP Editor and Playmode tests for Validate - cinemachine - 6000.5 - ubuntu2204 (6000.5 - Ubuntu). +validate_-_cinemachine_-_6000_5_-_ubuntu2204: + name: Validate - cinemachine - 6000.5 - ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 timeout: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -897,8 +975,10 @@ validate_-_cinemachine_-_6000_5_-_ubuntu: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:$YAMATO_SOURCE_DIR/Packages;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Ubuntu_6000.5;flags:cinemachine_Ubuntu_6000.5" ' + - 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-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Ubuntu_6000.5;flags:cinemachine_Ubuntu_6000.5" ' timeout: 20 retries: 1 after: @@ -931,30 +1011,34 @@ validate_-_cinemachine_-_6000_5_-_ubuntu: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine -# PVP Editor and Playmode tests for Validate - cinemachine - 6000.5 - windows (6000.5 - Windows). -validate_-_cinemachine_-_6000_5_-_windows: - name: Validate - cinemachine - 6000.5 - windows +# PVP Editor and Playmode tests for Validate - cinemachine - 6000.5 - win10 (6000.5 - Windows). +validate_-_cinemachine_-_6000_5_-_win10: + name: Validate - cinemachine - 6000.5 - win10 agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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 timeout: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -964,8 +1048,10 @@ validate_-_cinemachine_-_6000_5_-_windows: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner.exe --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:%YAMATO_SOURCE_DIR%/Packages;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Windows_6000.5;flags:cinemachine_Windows_6000.5" ' + - 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-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Windows_6000.5;flags:cinemachine_Windows_6000.5" ' timeout: 20 retries: 1 after: @@ -998,30 +1084,34 @@ validate_-_cinemachine_-_6000_5_-_windows: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine -# PVP Editor and Playmode tests for Validate - cinemachine - 6000.6 - macos (6000.6 - MacOS). -validate_-_cinemachine_-_6000_6_-_macos: - name: Validate - cinemachine - 6000.6 - macos +# PVP Editor and Playmode tests for Validate - cinemachine - 6000.6 - macos13 (6000.6 - MacOS). +validate_-_cinemachine_-_6000_6_-_macos13: + name: Validate - cinemachine - 6000.6 - macos13 agent: - image: package-ci/macos-13:default + 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-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -1031,8 +1121,10 @@ validate_-_cinemachine_-_6000_6_-_macos: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:$YAMATO_SOURCE_DIR/Packages;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_MacOS_6000.6;flags:cinemachine_MacOS_6000.6" ' + - 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-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_MacOS_6000.6;flags:cinemachine_MacOS_6000.6" ' timeout: 20 retries: 1 after: @@ -1065,30 +1157,34 @@ validate_-_cinemachine_-_6000_6_-_macos: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine -# PVP Editor and Playmode tests for Validate - cinemachine - 6000.6 - ubuntu (6000.6 - Ubuntu). -validate_-_cinemachine_-_6000_6_-_ubuntu: - name: Validate - cinemachine - 6000.6 - ubuntu +# PVP Editor and Playmode tests for Validate - cinemachine - 6000.6 - ubuntu2204 (6000.6 - Ubuntu). +validate_-_cinemachine_-_6000_6_-_ubuntu2204: + name: Validate - cinemachine - 6000.6 - ubuntu2204 agent: image: package-ci/ubuntu-22.04:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -1098,8 +1194,10 @@ validate_-_cinemachine_-_6000_6_-_ubuntu: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:$YAMATO_SOURCE_DIR/Packages;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Ubuntu_6000.6;flags:cinemachine_Ubuntu_6000.6" ' + - 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-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=$YAMATO_SOURCE_DIR/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Ubuntu_6000.6;flags:cinemachine_Ubuntu_6000.6" ' timeout: 20 retries: 1 after: @@ -1132,30 +1230,34 @@ validate_-_cinemachine_-_6000_6_-_ubuntu: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine -# PVP Editor and Playmode tests for Validate - cinemachine - 6000.6 - windows (6000.6 - Windows). -validate_-_cinemachine_-_6000_6_-_windows: - name: Validate - cinemachine - 6000.6 - windows +# PVP Editor and Playmode tests for Validate - cinemachine - 6000.6 - win10 (6000.6 - Windows). +validate_-_cinemachine_-_6000_6_-_win10: + name: Validate - cinemachine - 6000.6 - win10 agent: - image: package-ci/win10:default + image: package-ci/win10:v4 type: Unity::VM flavor: b1.large commands: - - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip + - command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.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: 10 retries: 3 - - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --unity .Editor + - command: upm-pvp create-test-project test-cinemachine --packages "upm-ci~/packages/*.tgz" --filter "com.unity.cinemachine com.unity.cinemachine.tests" --unity .Editor timeout: 10 retries: 1 - command: echo No internal packages to add. @@ -1165,8 +1267,10 @@ validate_-_cinemachine_-_6000_6_-_windows: - 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: echo No additional PVP profiles to declared to check. - - command: 'UnifiedTestRunner.exe --testproject=test-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:%YAMATO_SOURCE_DIR%/Packages;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Windows_6000.6;flags:cinemachine_Windows_6000.6" ' + - 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-cinemachine --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.Cinemachine,+Unity.Cinemachine.Editor;" --coverage-results-path=%YAMATO_SOURCE_DIR%/upm-ci~/CodeCoverage --coverage-upload-options="reportsDir:upm-ci~/CodeCoverage;name:cinemachine_Windows_6000.6;flags:cinemachine_Windows_6000.6" ' timeout: 20 retries: 1 after: @@ -1199,11 +1303,15 @@ validate_-_cinemachine_-_6000_6_-_windows: dependencies: - path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine 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: 1.1.2.0 + UPMPVP_CONTEXT_WRENCH: 2.3.1.0 metadata: Job Maintainers: '#rm-packageworks' - Wrench: 1.1.2.0 + Wrench: 2.3.1.0 labels: - Packages:cinemachine diff --git a/.yamato/wrench/wrench_config.json b/.yamato/wrench/wrench_config.json index 840cd16d2..f4f8557f1 100644 --- a/.yamato/wrench/wrench_config.json +++ b/.yamato/wrench/wrench_config.json @@ -5,18 +5,26 @@ "directory": "com.unity.cinemachine/", "prePackCommands": [], "preTestCommands": { - "MacOS": [], - "Ubuntu": [], - "Windows": [] + "MacOs13": [], + "MacOs13Arm": [], + "Ubuntu1804": [], + "Ubuntu2004": [], + "Ubuntu2204": [], + "Win10": [], + "Win10GPU": [], + "Win11": [], + "Win11Arm": [], + "Win11GPU": [] }, "InternalOnly": false, "NeverPublish": false, "MaxEditorVersion": "", "coverageEnabled": true, "coverageCommands": [ - "generateAdditionalMetrics;generateHtmlReport;assemblyFilters:ASSEMBLY_NAME;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:YAMATO_SOURCE_DIR/Packages;" + "generateAdditionalMetrics;generateHtmlReport;assemblyFilters:ASSEMBLY_NAME;" ], - "dependantsToIgnoreInPreviewApv": {} + "dependantsToIgnoreInPreviewApv": {}, + "postPackCommands": [] } }, "releasing_packages": [ @@ -24,14 +32,14 @@ ], "jobs_to_monitor": { "com.unity.cinemachine": [ - ".yamato/wrench/api-validation-jobs.yml#api_validation_-_cinemachine_-_2022_3_-_windows", + ".yamato/wrench/api-validation-jobs.yml#api_validation_-_cinemachine_-_2022_3_-_win10", ".yamato/wrench/preview-a-p-v.yml#all_preview_apv_jobs", ".yamato/wrench/promotion-jobs.yml#publish_dry_run_cinemachine" ] }, "publishing_job": ".yamato/wrench/promotion-jobs.yml#publish_cinemachine", "branch_pattern": "ReleaseSlash", - "wrench_version": "1.1.2.0", + "wrench_version": "2.3.1.0", "pvp_exemption_path": ".yamato/wrench/pvp-exemptions.json", "cs_project_path": "Tools/Cinemachine-Recipes/Cinemachine.Cookbook.csproj" } \ No newline at end of file diff --git a/Tools/Cinemachine-Recipes/Cinemachine.Cookbook.csproj b/Tools/Cinemachine-Recipes/Cinemachine.Cookbook.csproj index 6b651b531..74162edbc 100644 --- a/Tools/Cinemachine-Recipes/Cinemachine.Cookbook.csproj +++ b/Tools/Cinemachine-Recipes/Cinemachine.Cookbook.csproj @@ -8,7 +8,7 @@ - + diff --git a/Tools/Cinemachine-Recipes/Recipes/BuildDocs.cs b/Tools/Cinemachine-Recipes/Recipes/BuildDocs.cs index 99d559f28..0113c123a 100644 --- a/Tools/Cinemachine-Recipes/Recipes/BuildDocs.cs +++ b/Tools/Cinemachine-Recipes/Recipes/BuildDocs.cs @@ -2,9 +2,8 @@ using RecipeEngine.Api.Dependencies; using RecipeEngine.Api.Extensions; using RecipeEngine.Api.Jobs; -using RecipeEngine.Api.Platforms; using RecipeEngine.Api.Recipes; -using RecipeEngine.Modules.UpmCi; +using RecipeEngine.Modules.Wrench.Platforms; using RecipeEngine.Platforms; namespace Cinemachine.Cookbook.Recipes; @@ -18,7 +17,7 @@ protected override ISet LoadJobs() private const string PackageName = "com.unity.cinemachine"; private static readonly Platform - Platform = Settings.Wrench.Packages[PackageName].EditorPlatforms[SystemType.MacOS]; + Platform = Settings.Wrench.Packages[PackageName].UnityEditors.First().AllEditorPlatforms[EditorPlatformType.MacOs13]; private const string EditorVersion = "trunk"; @@ -30,15 +29,16 @@ public IEnumerable AsDependencies() private List GetJobs() { List builders = new(); - IJobBuilder job = JobBuilder.Create($"Code coverage - {Platform.System} - {EditorVersion}") + IJobBuilder job = JobBuilder.Create($"Build Documentation - {Platform.System} - {EditorVersion}") .WithPlatform(Platform) .WithCommands(c => c - .AddBrick("git@github.cds.internal.unity3d.com:wind-xu/virtual_production_doc_generation.git@v0.3.0", - ("EDITOR_VERSION", "trunk"), ("PACKAGE_NAME", PackageName), ("PACKAGE_PATH", PackageName)) + .AddBrick("git@github.cds.internal.unity3d.com:wind-xu/virtual_production_doc_generation.git@v0.5.3", + ("EDITOR_VERSION", "trunk"), + ("PACKAGE_NAME", PackageName), + ("PACKAGE_PATH", PackageName)) ) .WithDescription( - $"Generate codecov data for {Settings.Wrench.Packages[PackageName].DisplayName} on {Platform.System}"); - + $"Build documentation for {Settings.Wrench.Packages[PackageName].DisplayName} on {Platform.System}"); builders.Add(job); return builders; diff --git a/Tools/Cinemachine-Recipes/Recipes/CodeCoverage.cs b/Tools/Cinemachine-Recipes/Recipes/CodeCoverage.cs deleted file mode 100644 index f27fe768a..000000000 --- a/Tools/Cinemachine-Recipes/Recipes/CodeCoverage.cs +++ /dev/null @@ -1,48 +0,0 @@ -using Cinemachine.Cookbook.Settings; -using RecipeEngine.Api.Dependencies; -using RecipeEngine.Api.Extensions; -using RecipeEngine.Api.Jobs; -using RecipeEngine.Api.Platforms; -using RecipeEngine.Api.Recipes; -using RecipeEngine.Modules.UnifiedTestRunner; -using RecipeEngine.Modules.UpmCi; -using RecipeEngine.Modules.UpmPvp; -using RecipeEngine.Modules.Wrench.Models; -using RecipeEngine.Platforms; - -namespace Cinemachine.Cookbook.Recipes; - -public class CodeCoverage :RecipeBase -{ - protected override ISet LoadJobs() - => Combine.Collections(GetJobs()).SelectJobs(); - - private static readonly CinemachineSettings settings = new(); - private const string PackageName = "com.unity.cinemachine"; - private static readonly Platform Platform = settings.Wrench.Packages[PackageName].EditorPlatforms[SystemType.Windows]; - private const string EditorVersion = "trunk"; - private const string YamatoSourceDir = "${YAMATO_SOURCE_DIR}"; - - - public IEnumerable AsDependencies() - { - return this.Jobs.ToDependencies(this); - } - - private List GetJobs() - { - List builders = new(); - IJobBuilder job = JobBuilder.Create($"Code coverage - {Platform.System} - {EditorVersion}") - .WithPlatform(Platform) - .WithCommands( c => c - .Add("npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm") - .Add($"upm-ci package test -u trunk --package-path com.unity.cinemachine --type package-tests --enable-code-coverage --code-coverage-options \"generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor\" --extra-utr-arg=\"--coverage-results-path={YamatoSourceDir}/upm-ci~/test-results/CoverageResults --coverage-upload-options=\\\"reportsDir:upm-ci~/test-results;name:{Platform.System}_{EditorVersion};flags:{Platform.System}_{EditorVersion}\\\"\"") - ) - .WithUpmCiArtifacts() - .WithDescription($"Generate codecov data for {settings.Wrench.Packages[PackageName].DisplayName} on {Platform.System}") - .WithDependencies(settings.Wrench.WrenchJobs[PackageName][JobTypes.Pack]); - - builders.Add(job); - return builders; - } -} \ No newline at end of file diff --git a/Tools/Cinemachine-Recipes/Recipes/ProjectTest.cs b/Tools/Cinemachine-Recipes/Recipes/ProjectTests.cs similarity index 80% rename from Tools/Cinemachine-Recipes/Recipes/ProjectTest.cs rename to Tools/Cinemachine-Recipes/Recipes/ProjectTests.cs index 6c851dc65..15364181e 100644 --- a/Tools/Cinemachine-Recipes/Recipes/ProjectTest.cs +++ b/Tools/Cinemachine-Recipes/Recipes/ProjectTests.cs @@ -10,20 +10,16 @@ using RecipeEngine.Platforms; using RecipeEngine.Api.Dependencies; - namespace Cinemachine.Cookbook.Recipes; -public class ProjectTest : RecipeBase +public class ProjectTests : RecipeBase { - - protected override ISet LoadJobs() => Combine.Collections(GetJobs()).SelectJobs(); public string GetJobName(string packageShortName, string project, string editorVersion, SystemType systemType) => $"Test Project - {packageShortName} - {project} - {editorVersion} - {systemType}"; - public IEnumerable AsDependencies() { return this.Jobs.ToDependencies(this); @@ -35,42 +31,39 @@ public IEnumerable GetJobs() CinemachineSettings settings = new(); foreach (var packageName in settings.Wrench.PackagesToRelease) { - var platforms = settings.Wrench.Packages[packageName].EditorPlatforms; - foreach (var platform in platforms) + var supportedEditors = settings.Wrench.Packages[packageName].UnityEditors; + foreach (var unityEditor in supportedEditors) { - var supportedVersions = settings.Wrench.Packages[packageName].SupportedEditorVersions; - foreach (var editorVersion in supportedVersions) + var version = unityEditor.Version.ToString(); + foreach (var platform in unityEditor.EditorPlatforms) { - var branch = settings.Wrench.EditorVersionToBranches[editorVersion]; + var branch = settings.Wrench.EditorVersionToBranches[version]; foreach (var project in settings.ProjectNames) { - IJobBuilder job = JobBuilder.Create(GetJobName(settings.Wrench.Packages[packageName].ShortName, project, editorVersion, platform.Key)) - .WithPlatform(platform.Value) + IJobBuilder job = JobBuilder.Create(GetJobName(settings.Wrench.Packages[packageName].ShortName, project, version, platform.System)) + .WithPlatform(platform) .WithOptionalCommands( - platform.Value.RunsOnLinux(), c => c + platform.RunsOnLinux(), c => c .Add("rm com.unity.cinemachine/Tests/.tests.json ")) .WithCommands(c => c .Add($"unity-downloader-cli -u {branch} -c Editor --fast") // Use the package tarball for testing. .Add($"upm-pvp create-test-project {settings.ProjectsDir}/{project} --packages \"{UpmPvpCommand.kDefaultPackagesGlob}\" --unity .Editor") - .Add(UtrCommand.Run(platform.Value.System, b => b + .Add(UtrCommand.Run(platform.System, b => b .WithTestProject($"{settings.ProjectsDir}/{project}") .WithEditor(".Editor") .WithRerun(1, true) .WithArtifacts("artifacts") .WithSuite(UtrTestSuiteType.Editor) .WithExtraArgs("--suite=PlayMode")))) - .WithDescription($"Run {project} project tests for {settings.Wrench.Packages[packageName].DisplayName} on {platform.Key}") + .WithDescription($"Run {project} project tests for {settings.Wrench.Packages[packageName].DisplayName} on {platform.System}") .WithDependencies(settings.Wrench.WrenchJobs[packageName][JobTypes.Pack]) .WithArtifact(new Artifact("artifacts", "artifacts/*")); - ; - builders.Add(job); } } } } - return builders; } } \ No newline at end of file diff --git a/Tools/Cinemachine-Recipes/Recipes/Triggers.cs b/Tools/Cinemachine-Recipes/Recipes/Triggers.cs index 8ef7ddbb9..95fa476ff 100644 --- a/Tools/Cinemachine-Recipes/Recipes/Triggers.cs +++ b/Tools/Cinemachine-Recipes/Recipes/Triggers.cs @@ -6,6 +6,7 @@ using Unity.Yamato.JobDefinition; using CancelLeftoverJobs = RecipeEngine.Api.Triggers.CancelLeftoverJobs; using Dependency = RecipeEngine.Api.Dependencies.Dependency; +using Schedule = RecipeEngine.Api.Triggers.Recurring.Schedule; namespace Cinemachine.Cookbook.Recipes; @@ -22,19 +23,18 @@ private ISet GetTriggers() { HashSet builders = new(); var validationTests = config.Wrench.WrenchJobs[packageName][JobTypes.Validation]; - var projectTests = new ProjectTest().AsDependencies(); - var codeCoverage = new CodeCoverage().AsDependencies(); + var projectTests = new ProjectTests().AsDependencies(); builders.Add(JobBuilder.Create($"Nightly Trigger") + .WithDescription("Nightly check on main") .WithDependencies(projectTests) .WithDependencies(validationTests) - .WithDescription("Nightly check on main") + .WithScheduleTrigger(Schedule.RunDaily(branchName)) ); builders.Add(JobBuilder.Create($"All Trigger") .WithDependencies(projectTests) .WithDependencies(validationTests) - .WithDependencies(codeCoverage) .WithBranchesTrigger(b => b.Only(branchName, "release[/]\\\\d+[.]\\\\d+)")) .WithDescription("All tests defined in recipes. Run in changes to mainline and release branches.") ); @@ -45,12 +45,11 @@ private ISet GetTriggers() builders.Add(JobBuilder.Create("Pull Request Tests Trigger") .WithDependencies(prProjectTests) .WithDependencies(prValidationTests) - .WithDependencies(codeCoverage) .WithPullRequestTrigger(pr => pr.ExcludeDraft(), true, CancelLeftoverJobs.Always) .WithDescription("Tests to run on PRs.") ); - + return builders; } } \ No newline at end of file diff --git a/Tools/Cinemachine-Recipes/Settings/CinemachineSettings.cs b/Tools/Cinemachine-Recipes/Settings/CinemachineSettings.cs index 7e4c05eab..5e0f9122d 100644 --- a/Tools/Cinemachine-Recipes/Settings/CinemachineSettings.cs +++ b/Tools/Cinemachine-Recipes/Settings/CinemachineSettings.cs @@ -31,7 +31,7 @@ public class CinemachineSettings public readonly string[] ProjectNames = new[] { "HDRP", "HDRPInputSystem", "Standalone", "StandaloneInputSystem", "URP", "URPInputSystem" }; - //ISet PvPprofilesToCheck = new HashSet() { "PVP-20-1" }; + ISet PvPprofilesToCheck = new HashSet() { "supported" }; public CinemachineSettings() { @@ -47,12 +47,7 @@ public CinemachineSettings() Wrench.Packages[packageName].CoverageCommands.AssemblyAllowList.Add("^Unity.Cinemachine$"); Wrench.Packages[packageName].CoverageCommands.AssemblyAllowList.Add("^Unity.Cinemachine.Editor$"); - var defaultUbuntuPlatform = WrenchPackage.DefaultEditorPlatforms[SystemType.Ubuntu]; - // Use Ubuntu image package-ci/ubuntu-22.04 which is required by 6000.0+ versions. - Wrench.Packages[packageName].EditorPlatforms[SystemType.Ubuntu] = new Platform(new Agent("package-ci/ubuntu-22.04:default", - defaultUbuntuPlatform.Agent.Flavor, defaultUbuntuPlatform.Agent.Resource), defaultUbuntuPlatform.System); - - //Wrench.PvpProfilesToCheck = PvPprofilesToCheck; + Wrench.PvpProfilesToCheck = PvPprofilesToCheck; } public WrenchSettings Wrench { get; set; } From 120689337d26913af22e66867d437b2eb15e4b2c Mon Sep 17 00:00:00 2001 From: "wind.xu" Date: Thu, 12 Mar 2026 15:31:53 -0400 Subject: [PATCH 2/4] enable code coverage for project tests --- .yamato/project-tests.yml | 216 +++++++++--------- .../Recipes/ProjectTests.cs | 8 +- Tools/Cinemachine-Recipes/Recipes/Triggers.cs | 2 +- 3 files changed, 116 insertions(+), 110 deletions(-) diff --git a/.yamato/project-tests.yml b/.yamato/project-tests.yml index 36844fc47..11fceb3fa 100644 --- a/.yamato/project-tests.yml +++ b/.yamato/project-tests.yml @@ -10,7 +10,7 @@ test_project_-_cinemachine_-_hdrp_-_2022_3_-_macos: commands: - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_MacOS_2022.3_project" artifacts: artifacts: paths: @@ -29,7 +29,7 @@ test_project_-_cinemachine_-_hdrp_-_2022_3_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Ubuntu_2022.3_project" artifacts: artifacts: paths: @@ -47,7 +47,7 @@ test_project_-_cinemachine_-_hdrp_-_2022_3_-_windows: commands: - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Windows_2022.3_project" artifacts: artifacts: paths: @@ -65,7 +65,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_0_-_macos: commands: - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_MacOS_6000.0_project" artifacts: artifacts: paths: @@ -84,7 +84,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_0_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Ubuntu_6000.0_project" artifacts: artifacts: paths: @@ -102,7 +102,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_0_-_windows: commands: - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Windows_6000.0_project" artifacts: artifacts: paths: @@ -120,7 +120,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_3_-_macos: commands: - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_MacOS_6000.3_project" artifacts: artifacts: paths: @@ -139,7 +139,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_3_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Ubuntu_6000.3_project" artifacts: artifacts: paths: @@ -157,7 +157,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_3_-_windows: commands: - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Windows_6000.3_project" artifacts: artifacts: paths: @@ -175,7 +175,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_4_-_macos: commands: - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -194,7 +194,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_4_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -212,7 +212,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_4_-_windows: commands: - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -230,7 +230,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_5_-_macos: commands: - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -249,7 +249,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_5_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -267,7 +267,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_5_-_windows: commands: - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -285,7 +285,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_6_-_macos: commands: - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -304,7 +304,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_6_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -322,7 +322,7 @@ test_project_-_cinemachine_-_hdrp_-_6000_6_-_windows: commands: - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -340,7 +340,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_macos: commands: - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_MacOS_2022.3_project" artifacts: artifacts: paths: @@ -359,7 +359,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Ubuntu_2022.3_project" artifacts: artifacts: paths: @@ -377,7 +377,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_windows: commands: - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Windows_2022.3_project" artifacts: artifacts: paths: @@ -395,7 +395,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_macos: commands: - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_MacOS_6000.0_project" artifacts: artifacts: paths: @@ -414,7 +414,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Ubuntu_6000.0_project" artifacts: artifacts: paths: @@ -432,7 +432,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_windows: commands: - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Windows_6000.0_project" artifacts: artifacts: paths: @@ -450,7 +450,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_macos: commands: - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_MacOS_6000.3_project" artifacts: artifacts: paths: @@ -469,7 +469,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Ubuntu_6000.3_project" artifacts: artifacts: paths: @@ -487,7 +487,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_windows: commands: - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Windows_6000.3_project" artifacts: artifacts: paths: @@ -505,7 +505,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_macos: commands: - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -524,7 +524,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -542,7 +542,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_windows: commands: - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -560,7 +560,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_macos: commands: - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -579,7 +579,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -597,7 +597,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_windows: commands: - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -615,7 +615,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_macos: commands: - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -634,7 +634,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -652,7 +652,7 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_windows: commands: - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -670,7 +670,7 @@ test_project_-_cinemachine_-_standalone_-_2022_3_-_macos: commands: - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_MacOS_2022.3_project" artifacts: artifacts: paths: @@ -689,7 +689,7 @@ test_project_-_cinemachine_-_standalone_-_2022_3_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Ubuntu_2022.3_project" artifacts: artifacts: paths: @@ -707,7 +707,7 @@ test_project_-_cinemachine_-_standalone_-_2022_3_-_windows: commands: - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Windows_2022.3_project" artifacts: artifacts: paths: @@ -725,7 +725,7 @@ test_project_-_cinemachine_-_standalone_-_6000_0_-_macos: commands: - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_MacOS_6000.0_project" artifacts: artifacts: paths: @@ -744,7 +744,7 @@ test_project_-_cinemachine_-_standalone_-_6000_0_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Ubuntu_6000.0_project" artifacts: artifacts: paths: @@ -762,7 +762,7 @@ test_project_-_cinemachine_-_standalone_-_6000_0_-_windows: commands: - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Windows_6000.0_project" artifacts: artifacts: paths: @@ -780,7 +780,7 @@ test_project_-_cinemachine_-_standalone_-_6000_3_-_macos: commands: - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_MacOS_6000.3_project" artifacts: artifacts: paths: @@ -799,7 +799,7 @@ test_project_-_cinemachine_-_standalone_-_6000_3_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Ubuntu_6000.3_project" artifacts: artifacts: paths: @@ -817,7 +817,7 @@ test_project_-_cinemachine_-_standalone_-_6000_3_-_windows: commands: - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Windows_6000.3_project" artifacts: artifacts: paths: @@ -835,7 +835,7 @@ test_project_-_cinemachine_-_standalone_-_6000_4_-_macos: commands: - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -854,7 +854,7 @@ test_project_-_cinemachine_-_standalone_-_6000_4_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -872,7 +872,7 @@ test_project_-_cinemachine_-_standalone_-_6000_4_-_windows: commands: - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -890,7 +890,7 @@ test_project_-_cinemachine_-_standalone_-_6000_5_-_macos: commands: - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -909,7 +909,7 @@ test_project_-_cinemachine_-_standalone_-_6000_5_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -927,7 +927,7 @@ test_project_-_cinemachine_-_standalone_-_6000_5_-_windows: commands: - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -945,7 +945,7 @@ test_project_-_cinemachine_-_standalone_-_6000_6_-_macos: commands: - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -964,7 +964,7 @@ test_project_-_cinemachine_-_standalone_-_6000_6_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -982,7 +982,7 @@ test_project_-_cinemachine_-_standalone_-_6000_6_-_windows: commands: - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1000,7 +1000,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_macos: commands: - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_MacOS_2022.3_project" artifacts: artifacts: paths: @@ -1019,7 +1019,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Ubuntu_2022.3_project" artifacts: artifacts: paths: @@ -1037,7 +1037,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_windows: commands: - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Windows_2022.3_project" artifacts: artifacts: paths: @@ -1055,7 +1055,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_macos: commands: - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_MacOS_6000.0_project" artifacts: artifacts: paths: @@ -1074,7 +1074,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Ubuntu_6000.0_project" artifacts: artifacts: paths: @@ -1092,7 +1092,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_windows: commands: - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Windows_6000.0_project" artifacts: artifacts: paths: @@ -1110,7 +1110,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_macos: commands: - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_MacOS_6000.3_project" artifacts: artifacts: paths: @@ -1129,7 +1129,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Ubuntu_6000.3_project" artifacts: artifacts: paths: @@ -1147,7 +1147,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_windows: commands: - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Windows_6000.3_project" artifacts: artifacts: paths: @@ -1165,7 +1165,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_macos: commands: - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1184,7 +1184,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1202,7 +1202,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_windows: commands: - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1220,7 +1220,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_macos: commands: - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1239,7 +1239,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1257,7 +1257,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_windows: commands: - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1275,7 +1275,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_macos: commands: - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1294,7 +1294,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1312,7 +1312,7 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_windows: commands: - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1330,7 +1330,7 @@ test_project_-_cinemachine_-_urp_-_2022_3_-_macos: commands: - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_MacOS_2022.3_project" artifacts: artifacts: paths: @@ -1349,7 +1349,7 @@ test_project_-_cinemachine_-_urp_-_2022_3_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Ubuntu_2022.3_project" artifacts: artifacts: paths: @@ -1367,7 +1367,7 @@ test_project_-_cinemachine_-_urp_-_2022_3_-_windows: commands: - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Windows_2022.3_project" artifacts: artifacts: paths: @@ -1385,7 +1385,7 @@ test_project_-_cinemachine_-_urp_-_6000_0_-_macos: commands: - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_MacOS_6000.0_project" artifacts: artifacts: paths: @@ -1404,7 +1404,7 @@ test_project_-_cinemachine_-_urp_-_6000_0_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Ubuntu_6000.0_project" artifacts: artifacts: paths: @@ -1422,7 +1422,7 @@ test_project_-_cinemachine_-_urp_-_6000_0_-_windows: commands: - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Windows_6000.0_project" artifacts: artifacts: paths: @@ -1440,7 +1440,7 @@ test_project_-_cinemachine_-_urp_-_6000_3_-_macos: commands: - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_MacOS_6000.3_project" artifacts: artifacts: paths: @@ -1459,7 +1459,7 @@ test_project_-_cinemachine_-_urp_-_6000_3_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Ubuntu_6000.3_project" artifacts: artifacts: paths: @@ -1477,7 +1477,7 @@ test_project_-_cinemachine_-_urp_-_6000_3_-_windows: commands: - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Windows_6000.3_project" artifacts: artifacts: paths: @@ -1495,7 +1495,7 @@ test_project_-_cinemachine_-_urp_-_6000_4_-_macos: commands: - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1514,7 +1514,7 @@ test_project_-_cinemachine_-_urp_-_6000_4_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1532,7 +1532,7 @@ test_project_-_cinemachine_-_urp_-_6000_4_-_windows: commands: - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1550,7 +1550,7 @@ test_project_-_cinemachine_-_urp_-_6000_5_-_macos: commands: - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1569,7 +1569,7 @@ test_project_-_cinemachine_-_urp_-_6000_5_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1587,7 +1587,7 @@ test_project_-_cinemachine_-_urp_-_6000_5_-_windows: commands: - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1605,7 +1605,7 @@ test_project_-_cinemachine_-_urp_-_6000_6_-_macos: commands: - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1624,7 +1624,7 @@ test_project_-_cinemachine_-_urp_-_6000_6_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1642,7 +1642,7 @@ test_project_-_cinemachine_-_urp_-_6000_6_-_windows: commands: - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1660,7 +1660,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_macos: commands: - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_MacOS_2022.3_project" artifacts: artifacts: paths: @@ -1679,7 +1679,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Ubuntu_2022.3_project" artifacts: artifacts: paths: @@ -1697,7 +1697,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_windows: commands: - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Windows_2022.3_project" artifacts: artifacts: paths: @@ -1715,7 +1715,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_macos: commands: - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_MacOS_6000.0_project" artifacts: artifacts: paths: @@ -1734,7 +1734,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Ubuntu_6000.0_project" artifacts: artifacts: paths: @@ -1752,7 +1752,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_windows: commands: - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Windows_6000.0_project" artifacts: artifacts: paths: @@ -1770,7 +1770,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_macos: commands: - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_MacOS_6000.3_project" artifacts: artifacts: paths: @@ -1789,7 +1789,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Ubuntu_6000.3_project" artifacts: artifacts: paths: @@ -1807,7 +1807,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_windows: commands: - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Windows_6000.3_project" artifacts: artifacts: paths: @@ -1825,7 +1825,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_macos: commands: - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1844,7 +1844,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1862,7 +1862,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_windows: commands: - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1880,7 +1880,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_macos: commands: - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1899,7 +1899,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1917,7 +1917,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_windows: commands: - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1935,7 +1935,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_macos: commands: - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1954,7 +1954,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_ubuntu: - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: @@ -1972,7 +1972,7 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_windows: commands: - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - - command: UnifiedTestRunner.exe --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode + - command: UnifiedTestRunner.exe --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" artifacts: artifacts: paths: diff --git a/Tools/Cinemachine-Recipes/Recipes/ProjectTests.cs b/Tools/Cinemachine-Recipes/Recipes/ProjectTests.cs index 15364181e..41e079bcd 100644 --- a/Tools/Cinemachine-Recipes/Recipes/ProjectTests.cs +++ b/Tools/Cinemachine-Recipes/Recipes/ProjectTests.cs @@ -37,6 +37,7 @@ public IEnumerable GetJobs() var version = unityEditor.Version.ToString(); foreach (var platform in unityEditor.EditorPlatforms) { + var yamatoSourceDir = platform.System == SystemType.Windows ? "%YAMATO_SOURCE_DIR%" : "$YAMATO_SOURCE_DIR"; var branch = settings.Wrench.EditorVersionToBranches[version]; foreach (var project in settings.ProjectNames) { @@ -55,7 +56,12 @@ public IEnumerable GetJobs() .WithRerun(1, true) .WithArtifacts("artifacts") .WithSuite(UtrTestSuiteType.Editor) - .WithExtraArgs("--suite=PlayMode")))) + .WithExtraArgs("--suite=PlayMode") + .WithExtraArgs("--enable-code-coverage", + "--coverage-options=\"generateAdditionalMetrics;generateHtmlReport;" + + $"assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:{yamatoSourceDir}/Packages;\"", + $"--coverage-results-path={yamatoSourceDir}/upm-ci~/CodeCoverage", + $"--coverage-upload-options=\"reportsDir:upm-ci~/CodeCoverage;name:inputsystem_{platform.System.ToString()}_{version}_project;flags:inputsystem_{platform.System.ToString()}_{version}_project\"")))) .WithDescription($"Run {project} project tests for {settings.Wrench.Packages[packageName].DisplayName} on {platform.System}") .WithDependencies(settings.Wrench.WrenchJobs[packageName][JobTypes.Pack]) .WithArtifact(new Artifact("artifacts", "artifacts/*")); diff --git a/Tools/Cinemachine-Recipes/Recipes/Triggers.cs b/Tools/Cinemachine-Recipes/Recipes/Triggers.cs index 95fa476ff..8b238669b 100644 --- a/Tools/Cinemachine-Recipes/Recipes/Triggers.cs +++ b/Tools/Cinemachine-Recipes/Recipes/Triggers.cs @@ -12,7 +12,7 @@ namespace Cinemachine.Cookbook.Recipes; public class Triggers : RecipeBase { - private readonly CinemachineSettings config = new (); + private readonly CinemachineSettings config = new(); private const string packageName = "com.unity.cinemachine"; private const string branchName = "main"; From 11d872a52fdc3e107ed1ae13d8e5732da1eb2945 Mon Sep 17 00:00:00 2001 From: "wind.xu" Date: Thu, 12 Mar 2026 15:46:53 -0400 Subject: [PATCH 3/4] Remove useless command in Linux jobs --- .yamato/project-tests.yml | 36 ------------------- .../Recipes/ProjectTests.cs | 3 -- 2 files changed, 39 deletions(-) diff --git a/.yamato/project-tests.yml b/.yamato/project-tests.yml index 11fceb3fa..c6804dd40 100644 --- a/.yamato/project-tests.yml +++ b/.yamato/project-tests.yml @@ -26,7 +26,6 @@ test_project_-_cinemachine_-_hdrp_-_2022_3_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Ubuntu_2022.3_project" @@ -81,7 +80,6 @@ test_project_-_cinemachine_-_hdrp_-_6000_0_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Ubuntu_6000.0_project" @@ -136,7 +134,6 @@ test_project_-_cinemachine_-_hdrp_-_6000_3_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Ubuntu_6000.3_project" @@ -191,7 +188,6 @@ test_project_-_cinemachine_-_hdrp_-_6000_4_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" @@ -246,7 +242,6 @@ test_project_-_cinemachine_-_hdrp_-_6000_5_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" @@ -301,7 +296,6 @@ test_project_-_cinemachine_-_hdrp_-_6000_6_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/HDRP --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/HDRP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" @@ -356,7 +350,6 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_2022_3_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Ubuntu_2022.3_project" @@ -411,7 +404,6 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_0_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Ubuntu_6000.0_project" @@ -466,7 +458,6 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_3_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Ubuntu_6000.3_project" @@ -521,7 +512,6 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_4_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" @@ -576,7 +566,6 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_5_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" @@ -631,7 +620,6 @@ test_project_-_cinemachine_-_hdrpinputsystem_-_6000_6_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/HDRPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/HDRPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" @@ -686,7 +674,6 @@ test_project_-_cinemachine_-_standalone_-_2022_3_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Ubuntu_2022.3_project" @@ -741,7 +728,6 @@ test_project_-_cinemachine_-_standalone_-_6000_0_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Ubuntu_6000.0_project" @@ -796,7 +782,6 @@ test_project_-_cinemachine_-_standalone_-_6000_3_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Ubuntu_6000.3_project" @@ -851,7 +836,6 @@ test_project_-_cinemachine_-_standalone_-_6000_4_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" @@ -906,7 +890,6 @@ test_project_-_cinemachine_-_standalone_-_6000_5_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" @@ -961,7 +944,6 @@ test_project_-_cinemachine_-_standalone_-_6000_6_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/Standalone --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/Standalone --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" @@ -1016,7 +998,6 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_2022_3_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Ubuntu_2022.3_project" @@ -1071,7 +1052,6 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_0_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Ubuntu_6000.0_project" @@ -1126,7 +1106,6 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_3_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Ubuntu_6000.3_project" @@ -1181,7 +1160,6 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_4_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" @@ -1236,7 +1214,6 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_5_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" @@ -1291,7 +1268,6 @@ test_project_-_cinemachine_-_standaloneinputsystem_-_6000_6_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/StandaloneInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/StandaloneInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" @@ -1346,7 +1322,6 @@ test_project_-_cinemachine_-_urp_-_2022_3_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Ubuntu_2022.3_project" @@ -1401,7 +1376,6 @@ test_project_-_cinemachine_-_urp_-_6000_0_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Ubuntu_6000.0_project" @@ -1456,7 +1430,6 @@ test_project_-_cinemachine_-_urp_-_6000_3_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Ubuntu_6000.3_project" @@ -1511,7 +1484,6 @@ test_project_-_cinemachine_-_urp_-_6000_4_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" @@ -1566,7 +1538,6 @@ test_project_-_cinemachine_-_urp_-_6000_5_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" @@ -1621,7 +1592,6 @@ test_project_-_cinemachine_-_urp_-_6000_6_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/URP --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/URP --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" @@ -1676,7 +1646,6 @@ test_project_-_cinemachine_-_urpinputsystem_-_2022_3_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 2022.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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_2022.3_project;flags:inputsystem_Ubuntu_2022.3_project" @@ -1731,7 +1700,6 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_0_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.0/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.0_project;flags:inputsystem_Ubuntu_6000.0_project" @@ -1786,7 +1754,6 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_3_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.3/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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.3_project;flags:inputsystem_Ubuntu_6000.3_project" @@ -1841,7 +1808,6 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_4_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.4/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" @@ -1896,7 +1862,6 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_5_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u 6000.5/staging -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" @@ -1951,7 +1916,6 @@ test_project_-_cinemachine_-_urpinputsystem_-_6000_6_-_ubuntu: type: Unity::VM flavor: b1.large commands: - - command: 'rm com.unity.cinemachine/Tests/.tests.json ' - command: unity-downloader-cli -u trunk -c Editor --fast - command: upm-pvp create-test-project Projects/URPInputSystem --packages "upm-ci~/packages/*.tgz" --unity .Editor - command: UnifiedTestRunner --testproject=Projects/URPInputSystem --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --artifacts-path=artifacts --suite=editor --suite=PlayMode --enable-code-coverage --coverage-options="generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine,+Unity.Cinemachine.Editor;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" diff --git a/Tools/Cinemachine-Recipes/Recipes/ProjectTests.cs b/Tools/Cinemachine-Recipes/Recipes/ProjectTests.cs index cedd9d982..c2fd8c914 100644 --- a/Tools/Cinemachine-Recipes/Recipes/ProjectTests.cs +++ b/Tools/Cinemachine-Recipes/Recipes/ProjectTests.cs @@ -43,9 +43,6 @@ public IEnumerable GetJobs() { IJobBuilder job = JobBuilder.Create(GetJobName(settings.Wrench.Packages[packageName].ShortName, project, version, platform.System)) .WithPlatform(platform) - .WithOptionalCommands( - platform.RunsOnLinux(), c => c - .Add("rm com.unity.cinemachine/Tests/.tests.json ")) .WithCommands(c => c .Add($"unity-downloader-cli -u {branch} -c Editor --fast") // Use the package tarball for testing. From fac40737c25ccd135a4aa7b8bbf48c04fdb14a81 Mon Sep 17 00:00:00 2001 From: "wind.xu" Date: Thu, 12 Mar 2026 16:37:49 -0400 Subject: [PATCH 4/4] Add clean console test recipe --- .yamato/clean-console-tests.yml | 362 ++++++++++++++++++ .../Recipes/CleanConsoleTests.cs | 57 +++ .../Settings/CinemachineSettings.cs | 2 +- 3 files changed, 420 insertions(+), 1 deletion(-) create mode 100644 .yamato/clean-console-tests.yml create mode 100644 Tools/Cinemachine-Recipes/Recipes/CleanConsoleTests.cs diff --git a/.yamato/clean-console-tests.yml b/.yamato/clean-console-tests.yml new file mode 100644 index 000000000..7599b0129 --- /dev/null +++ b/.yamato/clean-console-tests.yml @@ -0,0 +1,362 @@ +# Auto-generated by Recipe Engine, do not modify manually. + +# Clean console tests for Cinemachine on MacOS +clean_console_tests_-_2022_3_-_macos: + name: Clean console tests - 2022.3 - MacOS + agent: + image: package-ci/macos-13:v4 + type: Unity::VM::osx + flavor: b1.xlarge + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: 2022.3/staging + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + +# Clean console tests for Cinemachine on Ubuntu +clean_console_tests_-_2022_3_-_ubuntu: + name: Clean console tests - 2022.3 - Ubuntu + agent: + image: package-ci/ubuntu-18.04:v4 + type: Unity::VM + flavor: b1.large + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: 2022.3/staging + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + +# Clean console tests for Cinemachine on Windows +clean_console_tests_-_2022_3_-_windows: + name: Clean console tests - 2022.3 - Windows + agent: + image: package-ci/win10:v4 + type: Unity::VM + flavor: b1.large + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: 2022.3/staging + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + +# Clean console tests for Cinemachine on MacOS +clean_console_tests_-_6000_0_-_macos: + name: Clean console tests - 6000.0 - MacOS + agent: + image: package-ci/macos-13:v4 + type: Unity::VM::osx + flavor: b1.xlarge + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: 6000.0/staging + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + +# Clean console tests for Cinemachine on Ubuntu +clean_console_tests_-_6000_0_-_ubuntu: + name: Clean console tests - 6000.0 - Ubuntu + agent: + image: package-ci/ubuntu-22.04:v4 + type: Unity::VM + flavor: b1.large + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: 6000.0/staging + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + +# Clean console tests for Cinemachine on Windows +clean_console_tests_-_6000_0_-_windows: + name: Clean console tests - 6000.0 - Windows + agent: + image: package-ci/win10:v4 + type: Unity::VM + flavor: b1.large + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: 6000.0/staging + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + +# Clean console tests for Cinemachine on MacOS +clean_console_tests_-_6000_3_-_macos: + name: Clean console tests - 6000.3 - MacOS + agent: + image: package-ci/macos-13:v4 + type: Unity::VM::osx + flavor: b1.xlarge + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: 6000.3/staging + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + +# Clean console tests for Cinemachine on Ubuntu +clean_console_tests_-_6000_3_-_ubuntu: + name: Clean console tests - 6000.3 - Ubuntu + agent: + image: package-ci/ubuntu-22.04:v4 + type: Unity::VM + flavor: b1.large + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: 6000.3/staging + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + +# Clean console tests for Cinemachine on Windows +clean_console_tests_-_6000_3_-_windows: + name: Clean console tests - 6000.3 - Windows + agent: + image: package-ci/win10:v4 + type: Unity::VM + flavor: b1.large + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: 6000.3/staging + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + +# Clean console tests for Cinemachine on MacOS +clean_console_tests_-_6000_4_-_macos: + name: Clean console tests - 6000.4 - MacOS + agent: + image: package-ci/macos-13:v4 + type: Unity::VM::osx + flavor: b1.xlarge + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: 6000.4/staging + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + +# Clean console tests for Cinemachine on Ubuntu +clean_console_tests_-_6000_4_-_ubuntu: + name: Clean console tests - 6000.4 - Ubuntu + agent: + image: package-ci/ubuntu-22.04:v4 + type: Unity::VM + flavor: b1.large + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: 6000.4/staging + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + +# Clean console tests for Cinemachine on Windows +clean_console_tests_-_6000_4_-_windows: + name: Clean console tests - 6000.4 - Windows + agent: + image: package-ci/win10:v4 + type: Unity::VM + flavor: b1.large + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: 6000.4/staging + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + +# Clean console tests for Cinemachine on MacOS +clean_console_tests_-_6000_5_-_macos: + name: Clean console tests - 6000.5 - MacOS + agent: + image: package-ci/macos-13:v4 + type: Unity::VM::osx + flavor: b1.xlarge + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: 6000.5/staging + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + +# Clean console tests for Cinemachine on Ubuntu +clean_console_tests_-_6000_5_-_ubuntu: + name: Clean console tests - 6000.5 - Ubuntu + agent: + image: package-ci/ubuntu-22.04:v4 + type: Unity::VM + flavor: b1.large + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: 6000.5/staging + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + +# Clean console tests for Cinemachine on Windows +clean_console_tests_-_6000_5_-_windows: + name: Clean console tests - 6000.5 - Windows + agent: + image: package-ci/win10:v4 + type: Unity::VM + flavor: b1.large + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: 6000.5/staging + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + +# Clean console tests for Cinemachine on MacOS +clean_console_tests_-_6000_6_-_macos: + name: Clean console tests - 6000.6 - MacOS + agent: + image: package-ci/macos-13:v4 + type: Unity::VM::osx + flavor: b1.xlarge + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: trunk + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + +# Clean console tests for Cinemachine on Ubuntu +clean_console_tests_-_6000_6_-_ubuntu: + name: Clean console tests - 6000.6 - Ubuntu + agent: + image: package-ci/ubuntu-22.04:v4 + type: Unity::VM + flavor: b1.large + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: trunk + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + +# Clean console tests for Cinemachine on Windows +clean_console_tests_-_6000_6_-_windows: + name: Clean console tests - 6000.6 - Windows + agent: + image: package-ci/win10:v4 + type: Unity::VM + flavor: b1.large + commands: + - brick_source: git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7 + variables: + EDITOR_VERSION: trunk + CLEAN_CONSOLE_TEST_FOR: package + PACKAGE_PATH: com.unity.cinemachine + EXEMPTION_FILE_DIR: .yamato + WARNINGS_AS_ERRORS: false + artifacts: + logs: + paths: + - TestResults/**/* + diff --git a/Tools/Cinemachine-Recipes/Recipes/CleanConsoleTests.cs b/Tools/Cinemachine-Recipes/Recipes/CleanConsoleTests.cs new file mode 100644 index 000000000..50b7f684c --- /dev/null +++ b/Tools/Cinemachine-Recipes/Recipes/CleanConsoleTests.cs @@ -0,0 +1,57 @@ +using Cinemachine.Cookbook.Settings; +using RecipeEngine.Api.Recipes; +using RecipeEngine.Api.Dependencies; +using RecipeEngine.Api.Extensions; +using RecipeEngine.Api.Jobs; +using RecipeEngine.Api.Platforms; +using RecipeEngine.Modules.Wrench.Platforms; +using RecipeEngine.Platforms; + +namespace Timeline.Cookbook.Recipes; + +public class CleanConsoleTests: RecipeBase +{ + CinemachineSettings settings = new(); + + protected override ISet LoadJobs() + => Combine.Collections(GetJobs()).SelectJobs(); + + public string GetJobName(UnityEditor editor, SystemType systemType) + => $"Clean console tests - {editor.Version} - {systemType}"; + + public IEnumerable AsDependencies() + { + return this.Jobs.ToDependencies(this); + } + + private List GetJobs() + { + var allSupportedEditors = + settings.Wrench.Packages[CinemachineSettings.packageName].UnityEditors; + + List builders = new(); + foreach (var unityEditor in allSupportedEditors) + { + foreach (var platform in unityEditor.EditorPlatforms) + { + var jobName = GetJobName(unityEditor, platform.System); + IJobBuilder job = JobBuilder.Create(jobName) + .WithDescription( + $"Clean console tests for {settings.Wrench.Packages[CinemachineSettings.packageName].DisplayName} on {platform.System}") + .WithPlatform(platform) + .WithCommands(c => c + .AddBrick("git@github.cds.internal.unity3d.com:wind-xu/clean_console_test_brick.git@v0.3.7", + ("EDITOR_VERSION", settings.Wrench.EditorVersionToBranches[unityEditor.Version.ToString()]), + ("CLEAN_CONSOLE_TEST_FOR", "package"), + ("PACKAGE_PATH", CinemachineSettings.packageName), + ("EXEMPTION_FILE_DIR", ".yamato"), + ("WARNINGS_AS_ERRORS", false)) + ) + .WithArtifact("logs", "TestResults/**/*"); + builders.Add(job); + } + } + + return builders; + } +} diff --git a/Tools/Cinemachine-Recipes/Settings/CinemachineSettings.cs b/Tools/Cinemachine-Recipes/Settings/CinemachineSettings.cs index 5e0f9122d..7b92146d1 100644 --- a/Tools/Cinemachine-Recipes/Settings/CinemachineSettings.cs +++ b/Tools/Cinemachine-Recipes/Settings/CinemachineSettings.cs @@ -11,7 +11,7 @@ public class CinemachineSettings string[] PackagesRootPaths = { "." }; // Environment variables - private const string packageName = "com.unity.cinemachine"; + public const string packageName = "com.unity.cinemachine"; // update this to list all packages in this repo that you want to release.