Skip to content

Commit 6e41e05

Browse files
ci: [NGOv1.X] CI deps update and changelog correction (#4035)
* Wrench and CI deps update + recipes regeneration * project deps update * corrected supported editors for build automation * Reformat code to fix Standards check * updated standards
1 parent da3d470 commit 6e41e05

27 files changed

Lines changed: 169 additions & 196 deletions

.github/workflows/pr-description-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: Check PR description
2727
uses: actions/github-script@v9

.github/workflows/pr-supervisor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
timeout-minutes: 720
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
- name: Wait and Verify Yamato Job Status
3131
env:

.yamato/project.metafile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
small_agent_platform:
2424
- name: ubuntu
2525
type: Unity::VM
26-
image: package-ci/ubuntu-22.04:v4.85.0
26+
image: package-ci/ubuntu-22.04:v4.86.0
2727
flavor: b1.small
2828

2929

@@ -38,13 +38,13 @@ test_platforms:
3838
default:
3939
- name: ubuntu
4040
type: Unity::VM
41-
image: package-ci/ubuntu-22.04:v4.85.0
41+
image: package-ci/ubuntu-22.04:v4.86.0
4242
flavor: b1.large
4343
standalone: StandaloneLinux64
4444
desktop:
4545
- name: ubuntu
4646
type: Unity::VM
47-
image: package-ci/ubuntu-22.04:v4.85.0
47+
image: package-ci/ubuntu-22.04:v4.86.0
4848
flavor: b1.large
4949
smaller_flavor: b1.medium
5050
standalone: StandaloneLinux64

.yamato/wrench/api-validation-jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ api_validation_-_netcode_gameobjects_-_6000_0_-_win10:
6060
UNITY_LICENSING_SERVER_DELETE_NUL: 0
6161
UNITY_LICENSING_SERVER_DELETE_ULF: 0
6262
UNITY_LICENSING_SERVER_TOOLSET: pro
63-
UPMPVP_CONTEXT_WRENCH: 2.9.0.0
63+
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
6464
metadata:
6565
Job Maintainers: '#rm-packageworks'
66-
Wrench: 2.9.0.0
66+
Wrench: 3.2.0.0
6767

.yamato/wrench/package-pack-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ package_pack_-_netcode_gameobjects:
2929
UPMCI_ACK_LARGE_PACKAGE: 1
3030
metadata:
3131
Job Maintainers: '#rm-packageworks'
32-
Wrench: 2.9.0.0
32+
Wrench: 3.2.0.0
3333

.yamato/wrench/preview-a-p-v.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ all_preview_apv_jobs:
1515
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_win10
1616
metadata:
1717
Job Maintainers: '#rm-packageworks'
18-
Wrench: 2.9.0.0
18+
Wrench: 3.2.0.0
1919

2020
# Functional tests for dependents found in the latest 6000.0 manifest (MacOS).
2121
preview_apv_-_6000_0_-_macos13:
@@ -70,10 +70,10 @@ preview_apv_-_6000_0_-_macos13:
7070
UNITY_LICENSING_SERVER_DELETE_NUL: 0
7171
UNITY_LICENSING_SERVER_DELETE_ULF: 0
7272
UNITY_LICENSING_SERVER_TOOLSET: pro
73-
UPMPVP_CONTEXT_WRENCH: 2.9.0.0
73+
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
7474
metadata:
7575
Job Maintainers: '#rm-packageworks'
76-
Wrench: 2.9.0.0
76+
Wrench: 3.2.0.0
7777

7878
# Functional tests for dependents found in the latest 6000.0 manifest (Ubuntu).
7979
preview_apv_-_6000_0_-_ubuntu2204:
@@ -128,10 +128,10 @@ preview_apv_-_6000_0_-_ubuntu2204:
128128
UNITY_LICENSING_SERVER_DELETE_NUL: 0
129129
UNITY_LICENSING_SERVER_DELETE_ULF: 0
130130
UNITY_LICENSING_SERVER_TOOLSET: pro
131-
UPMPVP_CONTEXT_WRENCH: 2.9.0.0
131+
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
132132
metadata:
133133
Job Maintainers: '#rm-packageworks'
134-
Wrench: 2.9.0.0
134+
Wrench: 3.2.0.0
135135

136136
# Functional tests for dependents found in the latest 6000.0 manifest (Windows).
137137
preview_apv_-_6000_0_-_win10:
@@ -187,8 +187,8 @@ preview_apv_-_6000_0_-_win10:
187187
UNITY_LICENSING_SERVER_DELETE_NUL: 0
188188
UNITY_LICENSING_SERVER_DELETE_ULF: 0
189189
UNITY_LICENSING_SERVER_TOOLSET: pro
190-
UPMPVP_CONTEXT_WRENCH: 2.9.0.0
190+
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
191191
metadata:
192192
Job Maintainers: '#rm-packageworks'
193-
Wrench: 2.9.0.0
193+
Wrench: 3.2.0.0
194194

.yamato/wrench/promotion-jobs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ publish_dry_run_netcode_gameobjects:
6363
unzip: true
6464
variables:
6565
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
66-
UPMPVP_CONTEXT_WRENCH: 2.9.0.0
66+
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
6767
metadata:
6868
Job Maintainers: '#rm-packageworks'
69-
Wrench: 2.9.0.0
69+
Wrench: 3.2.0.0
7070

7171
# Publish for netcode.gameobjects to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
7272
publish_netcode_gameobjects:
@@ -125,9 +125,9 @@ publish_netcode_gameobjects:
125125
unzip: true
126126
variables:
127127
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
128-
UPMPVP_CONTEXT_WRENCH: 2.9.0.0
128+
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
129129
allow_on: branch match "^release/.*"
130130
metadata:
131131
Job Maintainers: '#rm-packageworks'
132-
Wrench: 2.9.0.0
132+
Wrench: 3.2.0.0
133133

.yamato/wrench/recipe-regeneration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ test_-_wrench_jobs_up_to_date:
3131
cancel_old_ci: true
3232
metadata:
3333
Job Maintainers: '#rm-packageworks'
34-
Wrench: 2.9.0.0
34+
Wrench: 3.2.0.0
3535

.yamato/wrench/validation-jobs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ validate_-_netcode_gameobjects_-_6000_0_-_macos13:
6969
UNITY_LICENSING_SERVER_DELETE_ULF: 0
7070
UNITY_LICENSING_SERVER_TOOLSET: pro
7171
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
72-
UPMPVP_CONTEXT_WRENCH: 2.9.0.0
72+
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
7373
metadata:
7474
Job Maintainers: '#rm-packageworks'
75-
Wrench: 2.9.0.0
75+
Wrench: 3.2.0.0
7676
labels:
7777
- Packages:netcode.gameobjects
7878

@@ -139,10 +139,10 @@ validate_-_netcode_gameobjects_-_6000_0_-_ubuntu2204:
139139
UNITY_LICENSING_SERVER_DELETE_ULF: 0
140140
UNITY_LICENSING_SERVER_TOOLSET: pro
141141
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
142-
UPMPVP_CONTEXT_WRENCH: 2.9.0.0
142+
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
143143
metadata:
144144
Job Maintainers: '#rm-packageworks'
145-
Wrench: 2.9.0.0
145+
Wrench: 3.2.0.0
146146
labels:
147147
- Packages:netcode.gameobjects
148148

@@ -209,10 +209,10 @@ validate_-_netcode_gameobjects_-_6000_0_-_win10:
209209
UNITY_LICENSING_SERVER_DELETE_ULF: 0
210210
UNITY_LICENSING_SERVER_TOOLSET: pro
211211
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
212-
UPMPVP_CONTEXT_WRENCH: 2.9.0.0
212+
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
213213
metadata:
214214
Job Maintainers: '#rm-packageworks'
215-
Wrench: 2.9.0.0
215+
Wrench: 3.2.0.0
216216
labels:
217217
- Packages:netcode.gameobjects
218218

.yamato/wrench/wrench_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"publishing_job": ".yamato/wrench/promotion-jobs.yml#publish_netcode_gameobjects",
4141
"branch_pattern": "ReleaseSlash",
42-
"wrench_version": "2.9.0.0",
42+
"wrench_version": "3.2.0.0",
4343
"pvp_exemption_path": ".yamato/wrench/pvp-exemptions.json",
4444
"cs_project_path": "Tools/CI/NGO.Cookbook.csproj"
4545
}

0 commit comments

Comments
 (0)