Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 0 additions & 60 deletions .yamato/clean-console-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,66 +185,6 @@ clean_console_tests_-_6000_3_-_windows:
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
Expand Down
324 changes: 0 additions & 324 deletions .yamato/project-tests.yml

Large diffs are not rendered by default.

52 changes: 0 additions & 52 deletions .yamato/triggers.yml

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions .yamato/wrench/api-validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ api_validation_-_cinemachine_-_2022_3_-_win10:
type: Unity::VM
flavor: b1.large
commands:
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
- command: curl "%WRENCH_LOCALAPV_URL%" -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
Expand Down Expand Up @@ -60,8 +60,9 @@ api_validation_-_cinemachine_-_2022_3_-_win10:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 2.13.0.0
UPMPVP_CONTEXT_WRENCH: 3.6.0.0
WRENCH_LOCALAPV_URL: https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-14_fa918595e8175590318588d531758ad555efde33ffceb46b03c094ee6a0e5d79.zip
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 2.13.0.0
Wrench: 3.6.0.0

3 changes: 2 additions & 1 deletion .yamato/wrench/package-pack-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ package_pack_-_cinemachine:
- upm-ci~/packages/**/*
variables:
UPMCI_ACK_LARGE_PACKAGE: 1
WRENCH_LOCALAPV_URL: https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-14_fa918595e8175590318588d531758ad555efde33ffceb46b03c094ee6a0e5d79.zip
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 2.13.0.0
Wrench: 3.6.0.0

261 changes: 46 additions & 215 deletions .yamato/wrench/preview-a-p-v.yml

Large diffs are not rendered by default.

74 changes: 8 additions & 66 deletions .yamato/wrench/promotion-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publish_cinemachine:
type: Unity::VM
flavor: b1.large
commands:
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
- command: curl "$WRENCH_LOCALAPV_URL" -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
Expand Down Expand Up @@ -121,36 +121,6 @@ publish_cinemachine:
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
pvp-results:
location: results/pvp/validate-cinemachine-6000.4-macos13
unzip: true
UTR:
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.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
pvp-results:
location: results/pvp/validate-cinemachine-6000.4-win10
unzip: true
UTR:
location: results/UTR/validate-cinemachine-6000.4-win10
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_macos13
specific_options:
packages:
Expand Down Expand Up @@ -183,11 +153,12 @@ publish_cinemachine:
unzip: true
variables:
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 2.13.0.0
UPMPVP_CONTEXT_WRENCH: 3.6.0.0
WRENCH_LOCALAPV_URL: https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-14_fa918595e8175590318588d531758ad555efde33ffceb46b03c094ee6a0e5d79.zip
allow_on: branch match "^release/.*"
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 2.13.0.0
Wrench: 3.6.0.0

# Publish Dry Run for cinemachine to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
publish_dry_run_cinemachine:
Expand All @@ -197,7 +168,7 @@ publish_dry_run_cinemachine:
type: Unity::VM
flavor: b1.large
commands:
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
- command: curl "$WRENCH_LOCALAPV_URL" -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
Expand Down Expand Up @@ -304,36 +275,6 @@ publish_dry_run_cinemachine:
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
pvp-results:
location: results/pvp/validate-cinemachine-6000.4-macos13
unzip: true
UTR:
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.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
pvp-results:
location: results/pvp/validate-cinemachine-6000.4-win10
unzip: true
UTR:
location: results/UTR/validate-cinemachine-6000.4-win10
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_cinemachine_-_6000_5_-_macos13
specific_options:
packages:
Expand Down Expand Up @@ -366,8 +307,9 @@ publish_dry_run_cinemachine:
unzip: true
variables:
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 2.13.0.0
UPMPVP_CONTEXT_WRENCH: 3.6.0.0
WRENCH_LOCALAPV_URL: https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-14_fa918595e8175590318588d531758ad555efde33ffceb46b03c094ee6a0e5d79.zip
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 2.13.0.0
Wrench: 3.6.0.0

2 changes: 1 addition & 1 deletion .yamato/wrench/recipe-regeneration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ test_-_wrench_jobs_up_to_date:
cancel_old_ci: true
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 2.13.0.0
Wrench: 3.6.0.0

Loading