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
2 changes: 1 addition & 1 deletion .github/workflows/pr-description-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Check PR description
uses: actions/github-script@v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-supervisor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
timeout-minutes: 720
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Wait and Verify Yamato Job Status
env:
Expand Down
2 changes: 1 addition & 1 deletion .yamato/_run-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ run_quick_checks:
name: Run Quick Initial Checks
dependencies:
# Ensure the code is running to our current standards
- .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
- .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.default }}
# This is needed for most of the jobs to execute tests + it runs xray PVP checks (all fast checks)
- .yamato/package-pack.yml#package_pack_-_ngo_win

Expand Down
6 changes: 3 additions & 3 deletions .yamato/_triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
pr_minimal_required_checks:
name: Minimal PR checks
dependencies:
- .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
- .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.default }}
- .yamato/package-pack.yml#package_pack_-_ngo_win
triggers:
expression: |-
Expand Down Expand Up @@ -128,7 +128,7 @@ develop_nightly:
rerun: always
dependencies:
# Run project standards to verify package/default project
- .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
- .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.default }}
# Run APV jobs to make sure the change won't break any dependants
- .yamato/wrench/preview-a-p-v.yml#all_preview_apv_jobs
# Run package EditMode and Playmode tests on desktop platforms on trunk and 6000.0
Expand Down Expand Up @@ -188,4 +188,4 @@ develop_weekly_trunk:
# Run Runtime tests against CMB service
- .yamato/_run-all.yml#run_all_project_tests_cmb_service
# Run code coverage test
- .yamato/code-coverage.yml#code_coverage_ubuntu_trunk
- .yamato/code-coverage.yml#code_coverage_ubuntu_{{ validation_editors.default }}
2 changes: 2 additions & 0 deletions .yamato/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ code_coverage_{{ platform.name }}_{{ editor }}:
{% if platform.model %}
model: {{ platform.model }} # This is set only in platforms where we want non-default model to use (more information in project.metafile)
{% endif %}
variables:
UTR_VERSION: {{ utr_version }}
commands:
- unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if platform.name == "mac" %} --arch arm64 {% endif %} # For macOS we use ARM64 models
- upm-pvp create-test-project test-project --packages "upm-ci~/packages/*.tgz" --unity .Editor
Expand Down
2 changes: 2 additions & 0 deletions .yamato/project-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ test_{{ project.name }}_{{ platform.name }}_{{ editor }}:
{% if platform.model %}
model: {{ platform.model }} # This is set only in platforms where we want non-default model to use (more information in project.metafile)
{% endif %}
variables:
UTR_VERSION: {{ utr_version }}
commands:
- unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if platform.name == "mac" %} --arch arm64 {% endif %} # For macOS we use ARM64 models. Installing basic editor for tests execution
- UnifiedTestRunner --testproject={{ project.path }} --suite=editor --suite=playmode --artifacts-path=test-results --editor-location=.Editor --rerun-strategy=Test --retry={{ num_test_retries }} --clean-library-on-rerun --timeout={{ test_timeout }}
Expand Down
6 changes: 3 additions & 3 deletions .yamato/project.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# base --> Indicates the base operating system for build operations (e.g., win, mac)
# architecture --> Specifies the target CPU architecture (e.g., armv7, arm64)


# SMALL AGENT CONFIGURATION---------------------------------------------------------------------------------------------------
# The small agent was created to handle jobs that don't involve running Unity and are in general super light when it comes to resource usage (for example pack job).
# It uses ubuntu since Linux VMs are faster and cheaper to provision than Mac or Windows Virtual Machines (VMs).
Expand Down Expand Up @@ -84,6 +83,7 @@ test_platforms:
type: Unity::VM::osx
image: package-ci/macos-13:v4
flavor: m1.mac
larger_flavor: m1.mac
standalone: IOS
base: mac
architecture: arm64
Expand Down Expand Up @@ -175,10 +175,9 @@ test_platforms:

validation_editors:
default:
- trunk
- 6000.3
all:
- 6000.0
- 6000.2
- 6000.3
- 6000.4
- trunk
Expand Down Expand Up @@ -214,6 +213,7 @@ projects:

# UNIFIED TEST RUNNER CONFIGURATIONS--------------------------------------------------------------------
# Shared settings for the UnifiedTestRunner
utr_version: 1.46.0

# Configures the number of times a failed test is retried before it is considered failed.
# Helps handle flaky tests
Expand Down
8 changes: 6 additions & 2 deletions .yamato/wrench/api-validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,12 @@ api_validation_-_netcode_gameobjects_-_6000_0_-_windows:
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
variables:
UPMPVP_CONTEXT_WRENCH: 1.3.0.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: 1.4.5.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.5.0

2 changes: 1 addition & 1 deletion .yamato/wrench/package-pack-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ package_pack_-_netcode_gameobjects:
UPMCI_ACK_LARGE_PACKAGE: 1
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.5.0

98 changes: 73 additions & 25 deletions .yamato/wrench/preview-a-p-v.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all_preview_apv_jobs:
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_windows
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.5.0

# Functional tests for dependents found in the latest 6000.0 manifest (MacOS).
preview_apv_-_6000_0_-_macos:
Expand Down Expand Up @@ -70,10 +70,14 @@ preview_apv_-_6000_0_-_macos:
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
variables:
UPMPVP_CONTEXT_WRENCH: 1.3.0.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: 1.4.5.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.5.0

# Functional tests for dependents found in the latest 6000.0 manifest (Ubuntu).
preview_apv_-_6000_0_-_ubuntu:
Expand Down Expand Up @@ -124,10 +128,14 @@ preview_apv_-_6000_0_-_ubuntu:
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
variables:
UPMPVP_CONTEXT_WRENCH: 1.3.0.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: 1.4.5.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.5.0

# Functional tests for dependents found in the latest 6000.0 manifest (Windows).
preview_apv_-_6000_0_-_windows:
Expand Down Expand Up @@ -179,10 +187,14 @@ preview_apv_-_6000_0_-_windows:
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
variables:
UPMPVP_CONTEXT_WRENCH: 1.3.0.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: 1.4.5.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.5.0

# Functional tests for dependents found in the latest 6000.3 manifest (MacOS).
preview_apv_-_6000_3_-_macos:
Expand Down Expand Up @@ -233,10 +245,14 @@ preview_apv_-_6000_3_-_macos:
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
variables:
UPMPVP_CONTEXT_WRENCH: 1.3.0.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: 1.4.5.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.5.0

# Functional tests for dependents found in the latest 6000.3 manifest (Ubuntu).
preview_apv_-_6000_3_-_ubuntu:
Expand Down Expand Up @@ -287,10 +303,14 @@ preview_apv_-_6000_3_-_ubuntu:
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
variables:
UPMPVP_CONTEXT_WRENCH: 1.3.0.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: 1.4.5.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.5.0

# Functional tests for dependents found in the latest 6000.3 manifest (Windows).
preview_apv_-_6000_3_-_windows:
Expand Down Expand Up @@ -342,10 +362,14 @@ preview_apv_-_6000_3_-_windows:
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
variables:
UPMPVP_CONTEXT_WRENCH: 1.3.0.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: 1.4.5.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.5.0

# Functional tests for dependents found in the latest 6000.4 manifest (MacOS).
preview_apv_-_6000_4_-_macos:
Expand Down Expand Up @@ -396,10 +420,14 @@ preview_apv_-_6000_4_-_macos:
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
variables:
UPMPVP_CONTEXT_WRENCH: 1.3.0.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: 1.4.5.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.5.0

# Functional tests for dependents found in the latest 6000.4 manifest (Ubuntu).
preview_apv_-_6000_4_-_ubuntu:
Expand Down Expand Up @@ -450,10 +478,14 @@ preview_apv_-_6000_4_-_ubuntu:
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
variables:
UPMPVP_CONTEXT_WRENCH: 1.3.0.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: 1.4.5.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.5.0

# Functional tests for dependents found in the latest 6000.4 manifest (Windows).
preview_apv_-_6000_4_-_windows:
Expand Down Expand Up @@ -505,10 +537,14 @@ preview_apv_-_6000_4_-_windows:
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
variables:
UPMPVP_CONTEXT_WRENCH: 1.3.0.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: 1.4.5.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.5.0

# Functional tests for dependents found in the latest 6000.5 manifest (MacOS).
preview_apv_-_6000_5_-_macos:
Expand Down Expand Up @@ -559,10 +595,14 @@ preview_apv_-_6000_5_-_macos:
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
variables:
UPMPVP_CONTEXT_WRENCH: 1.3.0.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: 1.4.5.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.5.0

# Functional tests for dependents found in the latest 6000.5 manifest (Ubuntu).
preview_apv_-_6000_5_-_ubuntu:
Expand Down Expand Up @@ -613,10 +653,14 @@ preview_apv_-_6000_5_-_ubuntu:
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
variables:
UPMPVP_CONTEXT_WRENCH: 1.3.0.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: 1.4.5.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.5.0

# Functional tests for dependents found in the latest 6000.5 manifest (Windows).
preview_apv_-_6000_5_-_windows:
Expand Down Expand Up @@ -668,8 +712,12 @@ preview_apv_-_6000_5_-_windows:
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
variables:
UPMPVP_CONTEXT_WRENCH: 1.3.0.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: 1.4.5.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.5.0

8 changes: 4 additions & 4 deletions .yamato/wrench/promotion-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ publish_dry_run_netcode_gameobjects:
ignore_artifact: true
variables:
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.3.0.0
UPMPVP_CONTEXT_WRENCH: 1.4.5.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.5.0

# Publish for netcode.gameobjects to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
publish_netcode_gameobjects:
Expand Down Expand Up @@ -300,8 +300,8 @@ publish_netcode_gameobjects:
ignore_artifact: true
variables:
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.3.0.0
UPMPVP_CONTEXT_WRENCH: 1.4.5.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.5.0

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

Loading