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
16 changes: 8 additions & 8 deletions .yamato/wrench/api-validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
all_api_validation_jobs:
name: All API Validation Jobs
dependencies:
- path: .yamato/wrench/api-validation-jobs.yml#api_validation_-_netcode_gameobjects_-_6000_0_-_windows
- path: .yamato/wrench/api-validation-jobs.yml#api_validation_-_netcode_gameobjects_-_6000_0_-_win10

# upm-ci validation tests for API Validation - netcode.gameobjects - 6000.0 - windows (6000.0 - Windows).
api_validation_-_netcode_gameobjects_-_6000_0_-_windows:
name: API Validation - netcode.gameobjects - 6000.0 - windows
# upm-ci validation tests for API Validation - netcode.gameobjects - 6000.0 - win10 (6000.0 - Windows).
api_validation_-_netcode_gameobjects_-_6000_0_-_win10:
name: API Validation - netcode.gameobjects - 6000.0 - win10
agent:
image: package-ci/win10:default
image: package-ci/win10:v4
type: Unity::VM
flavor: b1.large
flavor: b1.xlarge
commands:
- 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
Expand Down Expand Up @@ -55,8 +55,8 @@ api_validation_-_netcode_gameobjects_-_6000_0_-_windows:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
UPMPVP_CONTEXT_WRENCH: 2.2.0.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.8.0
Wrench: 2.2.0.0

4 changes: 2 additions & 2 deletions .yamato/wrench/package-pack-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package_pack_-_netcode_gameobjects:
name: Package Pack - netcode.gameobjects
agent:
image: package-ci/ubuntu-20.04:default
image: package-ci/ubuntu-22.04:v4
type: Unity::VM
flavor: b1.large
commands:
Expand All @@ -24,5 +24,5 @@ package_pack_-_netcode_gameobjects:
UPMCI_ACK_LARGE_PACKAGE: 1
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.4.8.0
Wrench: 2.2.0.0

4 changes: 4 additions & 0 deletions .yamato/wrench/player-build.yml
Original file line number Diff line number Diff line change
@@ -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
{}

4 changes: 4 additions & 0 deletions .yamato/wrench/player-test.yml
Original file line number Diff line number Diff line change
@@ -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
{}

Loading