Skip to content

Commit 459d5d5

Browse files
chore(deps): update ci deps updates
1 parent 0f87cad commit 459d5d5

9 files changed

Lines changed: 262 additions & 138 deletions

.yamato/project.metafile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
small_agent_platform:
2525
- name: ubuntu
2626
type: Unity::VM
27-
image: package-ci/ubuntu-22.04:v4.87.0
27+
image: package-ci/ubuntu-22.04:v4.89.0
2828
flavor: b1.small
2929

3030

@@ -39,13 +39,13 @@ test_platforms:
3939
default:
4040
- name: ubuntu
4141
type: Unity::VM
42-
image: package-ci/ubuntu-22.04:v4.87.0
42+
image: package-ci/ubuntu-22.04:v4.89.0
4343
flavor: b1.large
4444
standalone: StandaloneLinux64
4545
desktop:
4646
- name: ubuntu
4747
type: Unity::VM
48-
image: package-ci/ubuntu-22.04:v4.87.0
48+
image: package-ci/ubuntu-22.04:v4.89.0
4949
flavor: b1.large
5050
smaller_flavor: b1.large
5151
larger_flavor: b1.xlarge

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ api_validation_-_netcode_gameobjects_-_6000_0_-_win10:
1818
type: Unity::VM
1919
flavor: b1.large
2020
commands:
21-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
21+
- command: curl "%WRENCH_LOCALAPV_URL%" -o wrench-localapv.zip
2222
- command: 7z x -aoa wrench-localapv.zip
2323
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
2424
- command: python PythonScripts/print_machine_info.py
@@ -60,8 +60,9 @@ 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: 3.3.1.0
63+
UPMPVP_CONTEXT_WRENCH: 3.7.0.0
64+
WRENCH_LOCALAPV_URL: https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-15_84f461813aada1be64b3885e7b9464e7f92445674e81d708813ac0bdf2c90408.zip
6465
metadata:
6566
Job Maintainers: '#rm-packageworks'
66-
Wrench: 3.3.1.0
67+
Wrench: 3.7.0.0
6768

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ package_pack_-_netcode_gameobjects:
2727
- upm-ci~/packages/**/*
2828
variables:
2929
UPMCI_ACK_LARGE_PACKAGE: 1
30+
WRENCH_LOCALAPV_URL: https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-15_84f461813aada1be64b3885e7b9464e7f92445674e81d708813ac0bdf2c90408.zip
3031
metadata:
3132
Job Maintainers: '#rm-packageworks'
32-
Wrench: 3.3.1.0
33+
Wrench: 3.7.0.0
3334

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

Lines changed: 76 additions & 61 deletions
Large diffs are not rendered by default.

.yamato/wrench/promotion-jobs.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ publish_dry_run_netcode_gameobjects:
1414
type: Unity::VM
1515
flavor: b1.large
1616
commands:
17-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
17+
- command: curl "$WRENCH_LOCALAPV_URL" -o wrench-localapv.zip
1818
- command: 7z x -aoa wrench-localapv.zip
1919
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
2020
- command: python PythonScripts/print_machine_info.py
@@ -183,10 +183,11 @@ publish_dry_run_netcode_gameobjects:
183183
unzip: true
184184
variables:
185185
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
186-
UPMPVP_CONTEXT_WRENCH: 3.3.1.0
186+
UPMPVP_CONTEXT_WRENCH: 3.7.0.0
187+
WRENCH_LOCALAPV_URL: https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-15_84f461813aada1be64b3885e7b9464e7f92445674e81d708813ac0bdf2c90408.zip
187188
metadata:
188189
Job Maintainers: '#rm-packageworks'
189-
Wrench: 3.3.1.0
190+
Wrench: 3.7.0.0
190191

191192
# Publish for netcode.gameobjects to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
192193
publish_netcode_gameobjects:
@@ -196,7 +197,7 @@ publish_netcode_gameobjects:
196197
type: Unity::VM
197198
flavor: b1.large
198199
commands:
199-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
200+
- command: curl "$WRENCH_LOCALAPV_URL" -o wrench-localapv.zip
200201
- command: 7z x -aoa wrench-localapv.zip
201202
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
202203
- command: python PythonScripts/print_machine_info.py
@@ -365,9 +366,10 @@ publish_netcode_gameobjects:
365366
unzip: true
366367
variables:
367368
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
368-
UPMPVP_CONTEXT_WRENCH: 3.3.1.0
369+
UPMPVP_CONTEXT_WRENCH: 3.7.0.0
370+
WRENCH_LOCALAPV_URL: https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-15_84f461813aada1be64b3885e7b9464e7f92445674e81d708813ac0bdf2c90408.zip
369371
allow_on: branch match "^release/.*"
370372
metadata:
371373
Job Maintainers: '#rm-packageworks'
372-
Wrench: 3.3.1.0
374+
Wrench: 3.7.0.0
373375

.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: 3.3.1.0
34+
Wrench: 3.7.0.0
3535

0 commit comments

Comments
 (0)