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/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/.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 59% rename from .yamato/project-test.yml rename to .yamato/project-tests.yml index 079563860..c6804dd40 100644 --- a/.yamato/project-test.yml +++ b/.yamato/project-tests.yml @@ -4,13 +4,13 @@ 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: - 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: @@ -22,13 +22,13 @@ 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: - 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: @@ -40,13 +40,13 @@ 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: - 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: @@ -58,13 +58,13 @@ 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: - 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: @@ -76,13 +76,13 @@ 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: - 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: @@ -94,13 +94,13 @@ 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: - 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: @@ -112,13 +112,13 @@ 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: - 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: @@ -130,13 +130,13 @@ 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: - 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: @@ -148,13 +148,13 @@ 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: - 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: @@ -166,13 +166,13 @@ 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: - 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: @@ -184,13 +184,13 @@ 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: - 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: @@ -202,13 +202,13 @@ 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: - 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: @@ -220,13 +220,13 @@ 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: - 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: @@ -238,13 +238,13 @@ 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: - 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: @@ -256,13 +256,13 @@ 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: - 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: @@ -274,13 +274,13 @@ 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: - 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: @@ -292,13 +292,13 @@ 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: - 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: @@ -310,13 +310,13 @@ 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: - 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: @@ -328,13 +328,13 @@ 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: - 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: @@ -346,13 +346,13 @@ 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: - 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: @@ -364,13 +364,13 @@ 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: - 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: @@ -382,13 +382,13 @@ 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: - 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: @@ -400,13 +400,13 @@ 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: - 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: @@ -418,13 +418,13 @@ 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: - 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: @@ -436,13 +436,13 @@ 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: - 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: @@ -454,13 +454,13 @@ 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: - 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: @@ -472,13 +472,13 @@ 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: - 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: @@ -490,13 +490,13 @@ 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: - 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: @@ -508,13 +508,13 @@ 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: - 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: @@ -526,13 +526,13 @@ 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: - 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: @@ -544,13 +544,13 @@ 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: - 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: @@ -562,13 +562,13 @@ 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: - 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: @@ -580,13 +580,13 @@ 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: - 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: @@ -598,13 +598,13 @@ 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: - 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: @@ -616,13 +616,13 @@ 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: - 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: @@ -634,13 +634,13 @@ 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: - 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: @@ -652,13 +652,13 @@ 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: - 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: @@ -670,13 +670,13 @@ 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: - 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: @@ -688,13 +688,13 @@ 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: - 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: @@ -706,13 +706,13 @@ 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: - 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: @@ -724,13 +724,13 @@ 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: - 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: @@ -742,13 +742,13 @@ 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: - 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: @@ -760,13 +760,13 @@ 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: - 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: @@ -778,13 +778,13 @@ 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: - 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: @@ -796,13 +796,13 @@ 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: - 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: @@ -814,13 +814,13 @@ 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: - 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: @@ -832,13 +832,13 @@ 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: - 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: @@ -850,13 +850,13 @@ 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: - 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: @@ -868,13 +868,13 @@ 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: - 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: @@ -886,13 +886,13 @@ 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: - 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: @@ -904,13 +904,13 @@ 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: - 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: @@ -922,13 +922,13 @@ 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: - 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: @@ -940,13 +940,13 @@ 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: - 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: @@ -958,13 +958,13 @@ 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: - 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: @@ -976,13 +976,13 @@ 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: - 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: @@ -994,13 +994,13 @@ 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: - 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: @@ -1012,13 +1012,13 @@ 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: - 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: @@ -1030,13 +1030,13 @@ 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: - 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: @@ -1048,13 +1048,13 @@ 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: - 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: @@ -1066,13 +1066,13 @@ 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: - 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: @@ -1084,13 +1084,13 @@ 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: - 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: @@ -1102,13 +1102,13 @@ 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: - 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: @@ -1120,13 +1120,13 @@ 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: - 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: @@ -1138,13 +1138,13 @@ 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: - 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: @@ -1156,13 +1156,13 @@ 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: - 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: @@ -1174,13 +1174,13 @@ 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: - 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: @@ -1192,13 +1192,13 @@ 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: - 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: @@ -1210,13 +1210,13 @@ 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: - 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: @@ -1228,13 +1228,13 @@ 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: - 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: @@ -1246,13 +1246,13 @@ 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: - 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: @@ -1264,13 +1264,13 @@ 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: - 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: @@ -1282,13 +1282,13 @@ 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: - 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: @@ -1300,13 +1300,13 @@ 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: - 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: @@ -1318,13 +1318,13 @@ 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: - 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: @@ -1336,13 +1336,13 @@ 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: - 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: @@ -1354,13 +1354,13 @@ 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: - 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: @@ -1372,13 +1372,13 @@ 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: - 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: @@ -1390,13 +1390,13 @@ 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: - 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: @@ -1408,13 +1408,13 @@ 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: - 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: @@ -1426,13 +1426,13 @@ 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: - 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: @@ -1444,13 +1444,13 @@ 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: - 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: @@ -1462,13 +1462,13 @@ 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: - 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: @@ -1480,13 +1480,13 @@ 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: - 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: @@ -1498,13 +1498,13 @@ 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: - 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: @@ -1516,13 +1516,13 @@ 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: - 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: @@ -1534,13 +1534,13 @@ 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: - 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: @@ -1552,13 +1552,13 @@ 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: - 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: @@ -1570,13 +1570,13 @@ 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: - 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: @@ -1588,13 +1588,13 @@ 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: - 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: @@ -1606,13 +1606,13 @@ 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: - 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: @@ -1624,13 +1624,13 @@ 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: - 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: @@ -1642,13 +1642,13 @@ 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: - 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: @@ -1660,13 +1660,13 @@ 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: - 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: @@ -1678,13 +1678,13 @@ 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: - 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: @@ -1696,13 +1696,13 @@ 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: - 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: @@ -1714,13 +1714,13 @@ 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: - 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: @@ -1732,13 +1732,13 @@ 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: - 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: @@ -1750,13 +1750,13 @@ 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: - 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: @@ -1768,13 +1768,13 @@ 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: - 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: @@ -1786,13 +1786,13 @@ 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: - 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: @@ -1804,13 +1804,13 @@ 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: - 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: @@ -1822,13 +1822,13 @@ 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: - 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: @@ -1840,13 +1840,13 @@ 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: - 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: @@ -1858,13 +1858,13 @@ 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: - 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: @@ -1876,13 +1876,13 @@ 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: - 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: @@ -1894,13 +1894,13 @@ 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: - 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: @@ -1912,13 +1912,13 @@ 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: - 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: @@ -1930,13 +1930,13 @@ 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: - 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/.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/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/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 65% rename from Tools/Cinemachine-Recipes/Recipes/ProjectTest.cs rename to Tools/Cinemachine-Recipes/Recipes/ProjectTests.cs index 83487bdc5..c2fd8c914 100644 --- a/Tools/Cinemachine-Recipes/Recipes/ProjectTest.cs +++ b/Tools/Cinemachine-Recipes/Recipes/ProjectTests.cs @@ -10,13 +10,10 @@ 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(); @@ -34,38 +31,42 @@ 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 yamatoSourceDir = platform.System == SystemType.Windows ? "%YAMATO_SOURCE_DIR%" : "$YAMATO_SOURCE_DIR"; + 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) .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}") + .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/*")); - 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..8b238669b 100644 --- a/Tools/Cinemachine-Recipes/Recipes/Triggers.cs +++ b/Tools/Cinemachine-Recipes/Recipes/Triggers.cs @@ -6,12 +6,13 @@ 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; 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"; @@ -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..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. @@ -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; }