Skip to content
Merged
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
38 changes: 0 additions & 38 deletions .github/renovate.json5

This file was deleted.

18 changes: 3 additions & 15 deletions .yamato/project.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
small_agent_platform:
- name: ubuntu
type: Unity::VM
image: package-ci/ubuntu-22.04:v4.86.0
image: package-ci/ubuntu-22.04:v4.87.0
flavor: b1.small


Expand All @@ -38,13 +38,13 @@ test_platforms:
default:
- name: ubuntu
type: Unity::VM
image: package-ci/ubuntu-22.04:v4.86.0
image: package-ci/ubuntu-22.04:v4.87.0
flavor: b1.large
standalone: StandaloneLinux64
desktop:
- name: ubuntu
type: Unity::VM
image: package-ci/ubuntu-22.04:v4.86.0
image: package-ci/ubuntu-22.04:v4.87.0
flavor: b1.large
smaller_flavor: b1.medium
standalone: StandaloneLinux64
Expand All @@ -62,7 +62,6 @@ test_platforms:
standalone: StandaloneOSX
model: M1 # The default model (an x64 Intel Mac VM) quite often caused a known issue of doing all the bitflips in packages resulting in failures
# For mobile devices there is a split between the build and run phase so there is a need of splitting specification for both
# TODO: For android we could consider adding ARM64 configuration
mobile_build:
- name: android
type: Unity::VM
Expand Down Expand Up @@ -102,11 +101,6 @@ test_platforms:
image: package-ci/win10-ps4:v4
flavor: b1.large
standalone: PS4
# - name: ps5 --> SEE MTT-12118
# type: Unity::VM
# image: package-ci/win10-ps5:v4
# flavor: b1.large
# standalone: PS5
- name: switch
type: Unity::VM
image: package-ci/win10-switch:v4
Expand All @@ -128,11 +122,6 @@ test_platforms:
image: package-ci/win10-ps4:v4
flavor: b1.large
standalone: PS4
#- name: ps5 --> SEE MTT-12118
# type: Unity::console::ps5
# image: package-ci/win10-ps5:v4
# flavor: b1.large
# standalone: PS5
- name: switch
type: Unity::console::switch
image: package-ci/win10-switch:v4
Expand All @@ -152,7 +141,6 @@ test_platforms:

# EDITOR CONFIGURATIONS-------------------------------------------------------------------------------
# Editors to be used for testing. NGOv1.X official support started from 2021.3 editor
# TODO: When a new editor will be released it should be added to this list. Correct also if we will stop supporting one of the editors present here

validation_editor:
- 6000.0
Expand Down
4 changes: 2 additions & 2 deletions .yamato/wrench/api-validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ api_validation_-_netcode_gameobjects_-_6000_0_-_win10:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
UPMPVP_CONTEXT_WRENCH: 3.2.1.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 3.2.0.0
Wrench: 3.2.1.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 @@ -29,5 +29,5 @@ package_pack_-_netcode_gameobjects:
UPMCI_ACK_LARGE_PACKAGE: 1
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 3.2.0.0
Wrench: 3.2.1.0

14 changes: 7 additions & 7 deletions .yamato/wrench/preview-a-p-v.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ all_preview_apv_jobs:
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_win10
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 3.2.0.0
Wrench: 3.2.1.0

# Functional tests for dependents found in the latest 6000.0 manifest (MacOS).
preview_apv_-_6000_0_-_macos13:
Expand Down Expand Up @@ -70,10 +70,10 @@ preview_apv_-_6000_0_-_macos13:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
UPMPVP_CONTEXT_WRENCH: 3.2.1.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 3.2.0.0
Wrench: 3.2.1.0

# Functional tests for dependents found in the latest 6000.0 manifest (Ubuntu).
preview_apv_-_6000_0_-_ubuntu2204:
Expand Down Expand Up @@ -128,10 +128,10 @@ preview_apv_-_6000_0_-_ubuntu2204:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
UPMPVP_CONTEXT_WRENCH: 3.2.1.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 3.2.0.0
Wrench: 3.2.1.0

# Functional tests for dependents found in the latest 6000.0 manifest (Windows).
preview_apv_-_6000_0_-_win10:
Expand Down Expand Up @@ -187,8 +187,8 @@ preview_apv_-_6000_0_-_win10:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
UPMPVP_CONTEXT_WRENCH: 3.2.1.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 3.2.0.0
Wrench: 3.2.1.0

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

# Publish for netcode.gameobjects to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
publish_netcode_gameobjects:
Expand Down Expand Up @@ -125,9 +125,9 @@ publish_netcode_gameobjects:
unzip: true
variables:
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
UPMPVP_CONTEXT_WRENCH: 3.2.1.0
allow_on: branch match "^release/.*"
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 3.2.0.0
Wrench: 3.2.1.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: 3.2.0.0
Wrench: 3.2.1.0

12 changes: 6 additions & 6 deletions .yamato/wrench/validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ validate_-_netcode_gameobjects_-_6000_0_-_macos13:
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
UPMPVP_CONTEXT_WRENCH: 3.2.1.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 3.2.0.0
Wrench: 3.2.1.0
labels:
- Packages:netcode.gameobjects

Expand Down Expand Up @@ -139,10 +139,10 @@ validate_-_netcode_gameobjects_-_6000_0_-_ubuntu2204:
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
UPMPVP_CONTEXT_WRENCH: 3.2.1.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 3.2.0.0
Wrench: 3.2.1.0
labels:
- Packages:netcode.gameobjects

Expand Down Expand Up @@ -209,10 +209,10 @@ validate_-_netcode_gameobjects_-_6000_0_-_win10:
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
UPMPVP_CONTEXT_WRENCH: 3.2.1.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 3.2.0.0
Wrench: 3.2.1.0
labels:
- Packages:netcode.gameobjects

2 changes: 1 addition & 1 deletion .yamato/wrench/wrench_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"publishing_job": ".yamato/wrench/promotion-jobs.yml#publish_netcode_gameobjects",
"branch_pattern": "ReleaseSlash",
"wrench_version": "3.2.0.0",
"wrench_version": "3.2.1.0",
"pvp_exemption_path": ".yamato/wrench/pvp-exemptions.json",
"cs_project_path": "Tools/CI/NGO.Cookbook.csproj"
}
10 changes: 5 additions & 5 deletions Tools/CI/NGO.Cookbook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="RecipeEngine" Version="9.1.0" />
<PackageReference Include="RecipeEngine.Api" Version="14.1.0" />
<PackageReference Include="RecipeEngine.Api.Extensions" Version="8.1.1" />
<PackageReference Include="RecipeEngine.Modules.Api" Version="6.1.0" />
<PackageReference Include="RecipeEngine.Modules.Wrench" Version="3.2.0" />
<PackageReference Include="RecipeEngine" Version="9.2.0" />
<PackageReference Include="RecipeEngine.Api" Version="15.0.0" />
<PackageReference Include="RecipeEngine.Api.Extensions" Version="8.2.0" />
<PackageReference Include="RecipeEngine.Modules.Api" Version="6.2.0" />
<PackageReference Include="RecipeEngine.Modules.Wrench" Version="3.2.1" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions testproject-tools-integration/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"dependencies": {
"com.unity.ide.rider": "3.0.40",
"com.unity.multiplayer.center": "1.0.0",
"com.unity.multiplayer.tools": "2.2.8",
"com.unity.multiplayer.tools": "2.2.9",
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects",
"com.unity.test-framework": "1.6.0",
"com.unity.test-framework.performance": "3.4.2",
"com.unity.test-framework.performance": "3.5.0",
"com.unity.transport": "2.7.3",
"com.unity.modules.accessibility": "1.0.0",
"com.unity.modules.ai": "1.0.0",
Expand Down