Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
672282c
Updated CI dependencies and regenerated wrench jobs
michalChrobot Dec 18, 2025
b19ba9e
missing ci config
michalChrobot Dec 18, 2025
5c6f26c
HelpUrl nitpick
michalChrobot Dec 18, 2025
b2dcd7d
Updated default builds for the release to be 6000.3 editor based
michalChrobot Dec 18, 2025
058c0e6
Updated editors config
michalChrobot Dec 18, 2025
e70235c
updated definition for when we only want default editor
michalChrobot Dec 18, 2025
a582d52
reverted image bump
michalChrobot Dec 18, 2025
f8ec227
Updated ubuntu image to 79
michalChrobot Dec 18, 2025
39c0fc4
Revert "Updated ubuntu image to 79"
michalChrobot Dec 18, 2025
b4660c8
Updated Ubuntu image to 80
michalChrobot Dec 19, 2025
b6b93a8
Revert "Updated Ubuntu image to 80"
michalChrobot Dec 19, 2025
30cfcdf
Fix for "Using directive is unnecessary." standards check
michalChrobot Dec 19, 2025
4827853
correction
michalChrobot Dec 19, 2025
051af8f
Added pragma disable
michalChrobot Dec 19, 2025
e5c4836
Updated Wrench
michalChrobot Dec 19, 2025
005994e
Disabled test for iOS
michalChrobot Dec 19, 2025
3a528c6
Testing specifying exact UTR version
michalChrobot Dec 19, 2025
5f2e174
Merge branch 'develop-2.0.0' into ci-update
michalChrobot Jan 8, 2026
20f7321
Merge branch 'develop-2.0.0' into ci-update
michalChrobot Jan 13, 2026
918549e
Corrected Changelog
michalChrobot Jan 14, 2026
6d6277b
Updated Wrench to 1.4.7
michalChrobot Jan 14, 2026
df26008
Added pinned editor installer files and execution for greater control…
michalChrobot Jan 14, 2026
1afb694
removed GSUDO
michalChrobot Jan 14, 2026
d873b26
corrected ppi usage
michalChrobot Jan 14, 2026
1a7b466
Revert "corrected ppi usage"
michalChrobot Jan 14, 2026
8171b61
Revert "removed GSUDO"
michalChrobot Jan 14, 2026
50bf3f7
Revert "Added pinned editor installer files and execution for greater…
michalChrobot Jan 14, 2026
4044903
Revert "Testing specifying exact UTR version"
michalChrobot Jan 14, 2026
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 }}
3 changes: 1 addition & 2 deletions .yamato/project.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,9 @@ test_platforms:

validation_editors:
default:
- trunk
- 6000.3
all:
- 6000.0
- 6000.2
- 6000.3
- 6000.4
- trunk
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.7.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.7.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.7.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.7.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.7.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.7.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.7.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.7.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.7.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.7.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.7.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.7.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.7.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.7.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.7.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.7.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.7.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.7.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.7.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.7.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.7.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.7.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.7.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.7.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.7.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.7.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.7.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.3.0.0
Wrench: 1.4.7.0

Loading
Loading