Skip to content

Commit 3de8a25

Browse files
chore(deps): update dependency recipeengine.modules.wrench to 1.4.8
1 parent 8d88f19 commit 3de8a25

11 files changed

+64
-64
lines changed

.yamato/generated-scripts/infrastructure-instability-detection-linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ if [ -d "infrastructure_instability_detection_standalone" ]; then
1313
rm -rf "infrastructure_instability_detection_standalone" || true
1414
fi
1515

16-
echo "downloading and extracting infrastructure_instability_detection_standalone@1.0.0"
17-
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.0.0/ubuntu.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true
16+
echo "downloading and extracting infrastructure_instability_detection_standalone@1.2.2"
17+
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.2.2/ubuntu.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true
1818

1919
if [ -d "infrastructure_instability_detection" ]; then
2020
echo "removing infrastructure_instability_detection folder to avoid name clash"

.yamato/generated-scripts/infrastructure-instability-detection-mac.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ if [ -d "infrastructure_instability_detection_standalone" ]; then
1313
rm -rf "infrastructure_instability_detection_standalone" || true
1414
fi
1515

16-
echo "downloading and extracting infrastructure_instability_detection_standalone@1.0.0"
17-
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.0.0/macos.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true
16+
echo "downloading and extracting infrastructure_instability_detection_standalone@1.2.2"
17+
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.2.2/macos.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true
1818

1919
if [ -d "infrastructure_instability_detection" ]; then
2020
echo "removing infrastructure_instability_detection folder to avoid name clash"

.yamato/generated-scripts/infrastructure-instability-detection-win.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
rem This is an auto-generated script. Do not edit manually!
33

44
if exist "%TEMP%\BugReporterCrashReportJson" for /f "delims=" %%i in ('dir /b /a-d "%TEMP%\BugReporterCrashReportJson\*.json"') do curl -X POST -H "Content-Type: application/json" -T "%TEMP%\BugReporterCrashReportJson\%%i" "https://internal-crash-collector.prd.cds.internal.unity3d.com/api/crash" || echo Failed to upload %%i. Ignoring...
5-
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.0.0/windows.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5
5+
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.2.2/windows.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5
66
IF EXIST "infrastructure_instability_detection" rmdir /s /q infrastructure_instability_detection
77
powershell.exe -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::ExtractToDirectory('infrastructure_instability_detection_standalone.zip', '.'); }" && DEL "infrastructure_instability_detection_standalone.zip"
88
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/patterns.zip" --output patterns.zip --retry 5

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ api_validation_-_netcode_gameobjects_-_6000_0_-_windows:
5555
UNITY_LICENSING_SERVER_DELETE_NUL: 0
5656
UNITY_LICENSING_SERVER_DELETE_ULF: 0
5757
UNITY_LICENSING_SERVER_TOOLSET: pro
58-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
58+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
5959
metadata:
6060
Job Maintainers: '#rm-packageworks'
61-
Wrench: 1.4.7.0
61+
Wrench: 1.4.8.0
6262

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ package_pack_-_netcode_gameobjects:
2424
UPMCI_ACK_LARGE_PACKAGE: 1
2525
metadata:
2626
Job Maintainers: '#rm-packageworks'
27-
Wrench: 1.4.7.0
27+
Wrench: 1.4.8.0
2828

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

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ all_preview_apv_jobs:
1919
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_windows
2020
metadata:
2121
Job Maintainers: '#rm-packageworks'
22-
Wrench: 1.4.7.0
22+
Wrench: 1.4.8.0
2323

2424
# Functional tests for dependents found in the latest 6000.0 manifest (MacOS).
2525
preview_apv_-_6000_0_-_macos:
@@ -74,10 +74,10 @@ preview_apv_-_6000_0_-_macos:
7474
UNITY_LICENSING_SERVER_DELETE_NUL: 0
7575
UNITY_LICENSING_SERVER_DELETE_ULF: 0
7676
UNITY_LICENSING_SERVER_TOOLSET: pro
77-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
77+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
7878
metadata:
7979
Job Maintainers: '#rm-packageworks'
80-
Wrench: 1.4.7.0
80+
Wrench: 1.4.8.0
8181

8282
# Functional tests for dependents found in the latest 6000.0 manifest (Ubuntu).
8383
preview_apv_-_6000_0_-_ubuntu:
@@ -132,10 +132,10 @@ preview_apv_-_6000_0_-_ubuntu:
132132
UNITY_LICENSING_SERVER_DELETE_NUL: 0
133133
UNITY_LICENSING_SERVER_DELETE_ULF: 0
134134
UNITY_LICENSING_SERVER_TOOLSET: pro
135-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
135+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
136136
metadata:
137137
Job Maintainers: '#rm-packageworks'
138-
Wrench: 1.4.7.0
138+
Wrench: 1.4.8.0
139139

140140
# Functional tests for dependents found in the latest 6000.0 manifest (Windows).
141141
preview_apv_-_6000_0_-_windows:
@@ -191,10 +191,10 @@ preview_apv_-_6000_0_-_windows:
191191
UNITY_LICENSING_SERVER_DELETE_NUL: 0
192192
UNITY_LICENSING_SERVER_DELETE_ULF: 0
193193
UNITY_LICENSING_SERVER_TOOLSET: pro
194-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
194+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
195195
metadata:
196196
Job Maintainers: '#rm-packageworks'
197-
Wrench: 1.4.7.0
197+
Wrench: 1.4.8.0
198198

199199
# Functional tests for dependents found in the latest 6000.3 manifest (MacOS).
200200
preview_apv_-_6000_3_-_macos:
@@ -249,10 +249,10 @@ preview_apv_-_6000_3_-_macos:
249249
UNITY_LICENSING_SERVER_DELETE_NUL: 0
250250
UNITY_LICENSING_SERVER_DELETE_ULF: 0
251251
UNITY_LICENSING_SERVER_TOOLSET: pro
252-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
252+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
253253
metadata:
254254
Job Maintainers: '#rm-packageworks'
255-
Wrench: 1.4.7.0
255+
Wrench: 1.4.8.0
256256

257257
# Functional tests for dependents found in the latest 6000.3 manifest (Ubuntu).
258258
preview_apv_-_6000_3_-_ubuntu:
@@ -307,10 +307,10 @@ preview_apv_-_6000_3_-_ubuntu:
307307
UNITY_LICENSING_SERVER_DELETE_NUL: 0
308308
UNITY_LICENSING_SERVER_DELETE_ULF: 0
309309
UNITY_LICENSING_SERVER_TOOLSET: pro
310-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
310+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
311311
metadata:
312312
Job Maintainers: '#rm-packageworks'
313-
Wrench: 1.4.7.0
313+
Wrench: 1.4.8.0
314314

315315
# Functional tests for dependents found in the latest 6000.3 manifest (Windows).
316316
preview_apv_-_6000_3_-_windows:
@@ -366,10 +366,10 @@ preview_apv_-_6000_3_-_windows:
366366
UNITY_LICENSING_SERVER_DELETE_NUL: 0
367367
UNITY_LICENSING_SERVER_DELETE_ULF: 0
368368
UNITY_LICENSING_SERVER_TOOLSET: pro
369-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
369+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
370370
metadata:
371371
Job Maintainers: '#rm-packageworks'
372-
Wrench: 1.4.7.0
372+
Wrench: 1.4.8.0
373373

374374
# Functional tests for dependents found in the latest 6000.4 manifest (MacOS).
375375
preview_apv_-_6000_4_-_macos:
@@ -424,10 +424,10 @@ preview_apv_-_6000_4_-_macos:
424424
UNITY_LICENSING_SERVER_DELETE_NUL: 0
425425
UNITY_LICENSING_SERVER_DELETE_ULF: 0
426426
UNITY_LICENSING_SERVER_TOOLSET: pro
427-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
427+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
428428
metadata:
429429
Job Maintainers: '#rm-packageworks'
430-
Wrench: 1.4.7.0
430+
Wrench: 1.4.8.0
431431

432432
# Functional tests for dependents found in the latest 6000.4 manifest (Ubuntu).
433433
preview_apv_-_6000_4_-_ubuntu:
@@ -482,10 +482,10 @@ preview_apv_-_6000_4_-_ubuntu:
482482
UNITY_LICENSING_SERVER_DELETE_NUL: 0
483483
UNITY_LICENSING_SERVER_DELETE_ULF: 0
484484
UNITY_LICENSING_SERVER_TOOLSET: pro
485-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
485+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
486486
metadata:
487487
Job Maintainers: '#rm-packageworks'
488-
Wrench: 1.4.7.0
488+
Wrench: 1.4.8.0
489489

490490
# Functional tests for dependents found in the latest 6000.4 manifest (Windows).
491491
preview_apv_-_6000_4_-_windows:
@@ -541,10 +541,10 @@ preview_apv_-_6000_4_-_windows:
541541
UNITY_LICENSING_SERVER_DELETE_NUL: 0
542542
UNITY_LICENSING_SERVER_DELETE_ULF: 0
543543
UNITY_LICENSING_SERVER_TOOLSET: pro
544-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
544+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
545545
metadata:
546546
Job Maintainers: '#rm-packageworks'
547-
Wrench: 1.4.7.0
547+
Wrench: 1.4.8.0
548548

549549
# Functional tests for dependents found in the latest 6000.5 manifest (MacOS).
550550
preview_apv_-_6000_5_-_macos:
@@ -599,10 +599,10 @@ preview_apv_-_6000_5_-_macos:
599599
UNITY_LICENSING_SERVER_DELETE_NUL: 0
600600
UNITY_LICENSING_SERVER_DELETE_ULF: 0
601601
UNITY_LICENSING_SERVER_TOOLSET: pro
602-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
602+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
603603
metadata:
604604
Job Maintainers: '#rm-packageworks'
605-
Wrench: 1.4.7.0
605+
Wrench: 1.4.8.0
606606

607607
# Functional tests for dependents found in the latest 6000.5 manifest (Ubuntu).
608608
preview_apv_-_6000_5_-_ubuntu:
@@ -657,10 +657,10 @@ preview_apv_-_6000_5_-_ubuntu:
657657
UNITY_LICENSING_SERVER_DELETE_NUL: 0
658658
UNITY_LICENSING_SERVER_DELETE_ULF: 0
659659
UNITY_LICENSING_SERVER_TOOLSET: pro
660-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
660+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
661661
metadata:
662662
Job Maintainers: '#rm-packageworks'
663-
Wrench: 1.4.7.0
663+
Wrench: 1.4.8.0
664664

665665
# Functional tests for dependents found in the latest 6000.5 manifest (Windows).
666666
preview_apv_-_6000_5_-_windows:
@@ -716,8 +716,8 @@ preview_apv_-_6000_5_-_windows:
716716
UNITY_LICENSING_SERVER_DELETE_NUL: 0
717717
UNITY_LICENSING_SERVER_DELETE_ULF: 0
718718
UNITY_LICENSING_SERVER_TOOLSET: pro
719-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
719+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
720720
metadata:
721721
Job Maintainers: '#rm-packageworks'
722-
Wrench: 1.4.7.0
722+
Wrench: 1.4.8.0
723723

.yamato/wrench/promotion-jobs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ publish_dry_run_netcode_gameobjects:
148148
unzip: true
149149
variables:
150150
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
151-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
151+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
152152
metadata:
153153
Job Maintainers: '#rm-packageworks'
154-
Wrench: 1.4.7.0
154+
Wrench: 1.4.8.0
155155

156156
# Publish for netcode.gameobjects to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
157157
publish_netcode_gameobjects:
@@ -300,8 +300,8 @@ publish_netcode_gameobjects:
300300
unzip: true
301301
variables:
302302
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
303-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
303+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
304304
metadata:
305305
Job Maintainers: '#rm-packageworks'
306-
Wrench: 1.4.7.0
306+
Wrench: 1.4.8.0
307307

.yamato/wrench/recipe-regeneration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ test_-_wrench_jobs_up_to_date:
2626
cancel_old_ci: true
2727
metadata:
2828
Job Maintainers: '#rm-packageworks'
29-
Wrench: 1.4.7.0
29+
Wrench: 1.4.8.0
3030

.yamato/wrench/validation-jobs.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ validate_-_netcode_gameobjects_-_6000_0_-_macos:
6464
UNITY_LICENSING_SERVER_DELETE_ULF: 0
6565
UNITY_LICENSING_SERVER_TOOLSET: pro
6666
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
67-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
67+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
6868
metadata:
6969
Job Maintainers: '#rm-packageworks'
70-
Wrench: 1.4.7.0
70+
Wrench: 1.4.8.0
7171
labels:
7272
- Packages:netcode.gameobjects
7373

@@ -134,10 +134,10 @@ validate_-_netcode_gameobjects_-_6000_0_-_ubuntu:
134134
UNITY_LICENSING_SERVER_DELETE_ULF: 0
135135
UNITY_LICENSING_SERVER_TOOLSET: pro
136136
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
137-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
137+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
138138
metadata:
139139
Job Maintainers: '#rm-packageworks'
140-
Wrench: 1.4.7.0
140+
Wrench: 1.4.8.0
141141
labels:
142142
- Packages:netcode.gameobjects
143143

@@ -204,10 +204,10 @@ validate_-_netcode_gameobjects_-_6000_0_-_windows:
204204
UNITY_LICENSING_SERVER_DELETE_ULF: 0
205205
UNITY_LICENSING_SERVER_TOOLSET: pro
206206
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
207-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
207+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
208208
metadata:
209209
Job Maintainers: '#rm-packageworks'
210-
Wrench: 1.4.7.0
210+
Wrench: 1.4.8.0
211211
labels:
212212
- Packages:netcode.gameobjects
213213

@@ -274,10 +274,10 @@ validate_-_netcode_gameobjects_-_6000_3_-_macos:
274274
UNITY_LICENSING_SERVER_DELETE_ULF: 0
275275
UNITY_LICENSING_SERVER_TOOLSET: pro
276276
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
277-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
277+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
278278
metadata:
279279
Job Maintainers: '#rm-packageworks'
280-
Wrench: 1.4.7.0
280+
Wrench: 1.4.8.0
281281
labels:
282282
- Packages:netcode.gameobjects
283283

@@ -344,10 +344,10 @@ validate_-_netcode_gameobjects_-_6000_3_-_ubuntu:
344344
UNITY_LICENSING_SERVER_DELETE_ULF: 0
345345
UNITY_LICENSING_SERVER_TOOLSET: pro
346346
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
347-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
347+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
348348
metadata:
349349
Job Maintainers: '#rm-packageworks'
350-
Wrench: 1.4.7.0
350+
Wrench: 1.4.8.0
351351
labels:
352352
- Packages:netcode.gameobjects
353353

@@ -414,10 +414,10 @@ validate_-_netcode_gameobjects_-_6000_3_-_windows:
414414
UNITY_LICENSING_SERVER_DELETE_ULF: 0
415415
UNITY_LICENSING_SERVER_TOOLSET: pro
416416
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
417-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
417+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
418418
metadata:
419419
Job Maintainers: '#rm-packageworks'
420-
Wrench: 1.4.7.0
420+
Wrench: 1.4.8.0
421421
labels:
422422
- Packages:netcode.gameobjects
423423

@@ -484,10 +484,10 @@ validate_-_netcode_gameobjects_-_6000_4_-_macos:
484484
UNITY_LICENSING_SERVER_DELETE_ULF: 0
485485
UNITY_LICENSING_SERVER_TOOLSET: pro
486486
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
487-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
487+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
488488
metadata:
489489
Job Maintainers: '#rm-packageworks'
490-
Wrench: 1.4.7.0
490+
Wrench: 1.4.8.0
491491
labels:
492492
- Packages:netcode.gameobjects
493493

@@ -554,10 +554,10 @@ validate_-_netcode_gameobjects_-_6000_4_-_ubuntu:
554554
UNITY_LICENSING_SERVER_DELETE_ULF: 0
555555
UNITY_LICENSING_SERVER_TOOLSET: pro
556556
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
557-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
557+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
558558
metadata:
559559
Job Maintainers: '#rm-packageworks'
560-
Wrench: 1.4.7.0
560+
Wrench: 1.4.8.0
561561
labels:
562562
- Packages:netcode.gameobjects
563563

@@ -624,10 +624,10 @@ validate_-_netcode_gameobjects_-_6000_4_-_windows:
624624
UNITY_LICENSING_SERVER_DELETE_ULF: 0
625625
UNITY_LICENSING_SERVER_TOOLSET: pro
626626
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
627-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
627+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
628628
metadata:
629629
Job Maintainers: '#rm-packageworks'
630-
Wrench: 1.4.7.0
630+
Wrench: 1.4.8.0
631631
labels:
632632
- Packages:netcode.gameobjects
633633

@@ -694,10 +694,10 @@ validate_-_netcode_gameobjects_-_6000_5_-_macos:
694694
UNITY_LICENSING_SERVER_DELETE_ULF: 0
695695
UNITY_LICENSING_SERVER_TOOLSET: pro
696696
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
697-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
697+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
698698
metadata:
699699
Job Maintainers: '#rm-packageworks'
700-
Wrench: 1.4.7.0
700+
Wrench: 1.4.8.0
701701
labels:
702702
- Packages:netcode.gameobjects
703703

@@ -764,10 +764,10 @@ validate_-_netcode_gameobjects_-_6000_5_-_ubuntu:
764764
UNITY_LICENSING_SERVER_DELETE_ULF: 0
765765
UNITY_LICENSING_SERVER_TOOLSET: pro
766766
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
767-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
767+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
768768
metadata:
769769
Job Maintainers: '#rm-packageworks'
770-
Wrench: 1.4.7.0
770+
Wrench: 1.4.8.0
771771
labels:
772772
- Packages:netcode.gameobjects
773773

@@ -834,10 +834,10 @@ validate_-_netcode_gameobjects_-_6000_5_-_windows:
834834
UNITY_LICENSING_SERVER_DELETE_ULF: 0
835835
UNITY_LICENSING_SERVER_TOOLSET: pro
836836
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
837-
UPMPVP_CONTEXT_WRENCH: 1.4.7.0
837+
UPMPVP_CONTEXT_WRENCH: 1.4.8.0
838838
metadata:
839839
Job Maintainers: '#rm-packageworks'
840-
Wrench: 1.4.7.0
840+
Wrench: 1.4.8.0
841841
labels:
842842
- Packages:netcode.gameobjects
843843

0 commit comments

Comments
 (0)