Skip to content

Commit a25acea

Browse files
chore(deps): update dependency renovate to v10.2.8
1 parent 6a4f718 commit a25acea

28 files changed

+3154
-7
lines changed

.github/workflows/renovate-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
# This is the image that contains our custom renovate and will be auto
3232
# updated by Renovate itself.
33-
image: europe-docker.pkg.dev/unity-cds-services-prd/ds-docker/renovate:10.1.3@sha256:fdeed7bb524bd67611eb91ee1a5e990c8c73ed62c84a0cd5ef66c87eb5fd0d70
33+
image: europe-docker.pkg.dev/unity-cds-services-prd/ds-docker/renovate:10.2.8@sha256:32dc5191f585eb83b36abecee781c5d0023ea6033b3216a1829bd68a1dbd194a
3434
dry-run: full
3535
log-level: ${{ github.event.inputs.log-level }}
3636
secrets:

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
# This is the image that contains our custom renovate and will be auto
2828
# updated by Renovate itself.
29-
image: europe-docker.pkg.dev/unity-cds-services-prd/ds-docker/renovate:10.1.3@sha256:fdeed7bb524bd67611eb91ee1a5e990c8c73ed62c84a0cd5ef66c87eb5fd0d70
29+
image: europe-docker.pkg.dev/unity-cds-services-prd/ds-docker/renovate:10.2.8@sha256:32dc5191f585eb83b36abecee781c5d0023ea6033b3216a1829bd68a1dbd194a
3030
log-level: ${{ github.event.inputs.log-level }}
3131
secrets:
3232
renovate-auth-secret: ${{ secrets.RENOVATE_AUTH_SECRET }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Auto-generated by Recipe Engine, do not modify manually.
2-
# This job is generated by the wrench recipe engine module.
2+
# This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb
33

44
# upm-ci validation tests for API Validation - netcode.gameobjects - 6000.0 - windows (6000.0 - Windows).
55
api_validation_-_netcode_gameobjects_-_6000_0_-_windows:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Auto-generated by Recipe Engine, do not modify manually.
2-
# This job is generated by the wrench recipe engine module.
2+
# This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb
33

44
# Pack and Sign Netcode for GameObjects
55
package_pack_-_netcode_gameobjects:

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

Lines changed: 177 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Auto-generated by Recipe Engine, do not modify manually.
2-
# This job is generated by the wrench recipe engine module.
2+
# This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb
33

44
# Parent Preview APV Job.
55
all_preview_apv_jobs:
@@ -11,6 +11,9 @@ all_preview_apv_jobs:
1111
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_1_-_macos
1212
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_1_-_ubuntu
1313
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_1_-_windows
14+
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_macos
15+
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_ubuntu
16+
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_windows
1417
triggers:
1518
expression: push.branch match "^release/.*"
1619
cancel_old_ci: true
@@ -364,3 +367,176 @@ preview_apv_-_6000_1_-_windows:
364367
Job Maintainers: '#rm-packageworks'
365368
Wrench: 0.10.31.0
366369

370+
# Functional tests for dependents found in the latest 6000.2 manifest (MacOS).
371+
preview_apv_-_6000_2_-_macos:
372+
name: Preview APV - 6000.2 - macos
373+
agent:
374+
image: package-ci/macos-13:default
375+
type: Unity::VM::osx
376+
flavor: b1.xlarge
377+
commands:
378+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-54_4ed3929f39f0279ecefec81a437d0eb42e21a4f9c6469a88d31e8f3d764709fe.zip -o wrench-localapv.zip
379+
- command: 7z x -aoa wrench-localapv.zip
380+
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
381+
- command: python PythonScripts/print_machine_info.py
382+
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
383+
timeout: 20
384+
retries: 10
385+
- command: unity-downloader-cli -u 6000.2 -c Editor --fast
386+
timeout: 10
387+
retries: 3
388+
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.2 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
389+
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
390+
after:
391+
- command: curl -s https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.sh --output run_standalone_instability_detection-latest.sh --retry 5 || exit 0
392+
- command: bash ./run_standalone_instability_detection-latest.sh macos 0.5.0 || exit 0
393+
timeout: 10
394+
retries: 1
395+
artifacts:
396+
Crash Dumps:
397+
paths:
398+
- CrashDumps/**
399+
logs:
400+
paths:
401+
- '*.log'
402+
- '*.xml'
403+
- upm-ci~/test-results/**/*
404+
- upm-ci~/temp/*/Logs/**
405+
- upm-ci~/temp/*/Library/*.log
406+
- upm-ci~/temp/*/*.log
407+
- upm-ci~/temp/Builds/*.log
408+
packages:
409+
paths:
410+
- upm-ci~/packages/**/*
411+
PreviewAPVResults:
412+
paths:
413+
- PreviewApvArtifacts~/**
414+
- APVTest/**/manifest.json
415+
pvp-results:
416+
paths:
417+
- upm-ci~/pvp/**/*
418+
browsable: onDemand
419+
dependencies:
420+
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
421+
variables:
422+
UPMPVP_CONTEXT_WRENCH: 0.10.31.0
423+
metadata:
424+
Job Maintainers: '#rm-packageworks'
425+
Wrench: 0.10.31.0
426+
427+
# Functional tests for dependents found in the latest 6000.2 manifest (Ubuntu).
428+
preview_apv_-_6000_2_-_ubuntu:
429+
name: Preview APV - 6000.2 - ubuntu
430+
agent:
431+
image: package-ci/ubuntu-20.04:default
432+
type: Unity::VM
433+
flavor: b1.large
434+
commands:
435+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-54_4ed3929f39f0279ecefec81a437d0eb42e21a4f9c6469a88d31e8f3d764709fe.zip -o wrench-localapv.zip
436+
- command: 7z x -aoa wrench-localapv.zip
437+
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
438+
- command: python PythonScripts/print_machine_info.py
439+
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
440+
timeout: 20
441+
retries: 10
442+
- command: unity-downloader-cli -u 6000.2 -c Editor --fast
443+
timeout: 10
444+
retries: 3
445+
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.2 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
446+
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
447+
after:
448+
- command: curl -s https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.sh --output run_standalone_instability_detection-latest.sh --retry 5 || exit 0
449+
- command: bash ./run_standalone_instability_detection-latest.sh ubuntu 0.5.0 || exit 0
450+
timeout: 10
451+
retries: 1
452+
artifacts:
453+
Crash Dumps:
454+
paths:
455+
- CrashDumps/**
456+
logs:
457+
paths:
458+
- '*.log'
459+
- '*.xml'
460+
- upm-ci~/test-results/**/*
461+
- upm-ci~/temp/*/Logs/**
462+
- upm-ci~/temp/*/Library/*.log
463+
- upm-ci~/temp/*/*.log
464+
- upm-ci~/temp/Builds/*.log
465+
packages:
466+
paths:
467+
- upm-ci~/packages/**/*
468+
PreviewAPVResults:
469+
paths:
470+
- PreviewApvArtifacts~/**
471+
- APVTest/**/manifest.json
472+
pvp-results:
473+
paths:
474+
- upm-ci~/pvp/**/*
475+
browsable: onDemand
476+
dependencies:
477+
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
478+
variables:
479+
UPMPVP_CONTEXT_WRENCH: 0.10.31.0
480+
metadata:
481+
Job Maintainers: '#rm-packageworks'
482+
Wrench: 0.10.31.0
483+
484+
# Functional tests for dependents found in the latest 6000.2 manifest (Windows).
485+
preview_apv_-_6000_2_-_windows:
486+
name: Preview APV - 6000.2 - windows
487+
agent:
488+
image: package-ci/win10:default
489+
type: Unity::VM
490+
flavor: b1.large
491+
commands:
492+
- command: reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
493+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-54_4ed3929f39f0279ecefec81a437d0eb42e21a4f9c6469a88d31e8f3d764709fe.zip -o wrench-localapv.zip
494+
- command: 7z x -aoa wrench-localapv.zip
495+
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
496+
- command: python PythonScripts/print_machine_info.py
497+
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
498+
timeout: 20
499+
retries: 10
500+
- command: unity-downloader-cli -u 6000.2 -c Editor --fast
501+
timeout: 10
502+
retries: 3
503+
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.2 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
504+
- command: python PythonScripts/editor_manifest_validator.py --version=6000.2 --wrench-config=.yamato/wrench/wrench_config.json
505+
after:
506+
- command: cmd.exe /c "curl -s https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.bat --output run_standalone_instability_detection-latest.bat --retry 5 || exit 0"
507+
- command: cmd.exe /c "run_standalone_instability_detection-latest.bat 0.5.0 || exit 0"
508+
timeout: 10
509+
retries: 1
510+
artifacts:
511+
Crash Dumps:
512+
paths:
513+
- CrashDumps/**
514+
logs:
515+
paths:
516+
- '*.log'
517+
- '*.xml'
518+
- upm-ci~/test-results/**/*
519+
- upm-ci~/temp/*/Logs/**
520+
- upm-ci~/temp/*/Library/*.log
521+
- upm-ci~/temp/*/*.log
522+
- upm-ci~/temp/Builds/*.log
523+
packages:
524+
paths:
525+
- upm-ci~/packages/**/*
526+
PreviewAPVResults:
527+
paths:
528+
- PreviewApvArtifacts~/**
529+
- APVTest/**/manifest.json
530+
pvp-results:
531+
paths:
532+
- upm-ci~/pvp/**/*
533+
browsable: onDemand
534+
dependencies:
535+
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
536+
variables:
537+
UPMPVP_CONTEXT_WRENCH: 0.10.31.0
538+
interpreter: powershell
539+
metadata:
540+
Job Maintainers: '#rm-packageworks'
541+
Wrench: 0.10.31.0
542+

.yamato/wrench/promotion-jobs.yml

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Auto-generated by Recipe Engine, do not modify manually.
2-
# This job is generated by the wrench recipe engine module.
2+
# This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb
33

44
# Publish Dry Run for netcode.gameobjects to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
55
publish_dry_run_netcode_gameobjects:
@@ -77,6 +77,30 @@ publish_dry_run_netcode_gameobjects:
7777
pvp-results:
7878
location: results/pvp/validate-netcode.gameobjects-6000.1-windows
7979
unzip: true
80+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_macos
81+
specific_options:
82+
UTR:
83+
location: results/UTR/validate-netcode.gameobjects-6000.2-macos
84+
unzip: true
85+
pvp-results:
86+
location: results/pvp/validate-netcode.gameobjects-6000.2-macos
87+
unzip: true
88+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_ubuntu
89+
specific_options:
90+
UTR:
91+
location: results/UTR/validate-netcode.gameobjects-6000.2-ubuntu
92+
unzip: true
93+
pvp-results:
94+
location: results/pvp/validate-netcode.gameobjects-6000.2-ubuntu
95+
unzip: true
96+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_windows
97+
specific_options:
98+
UTR:
99+
location: results/UTR/validate-netcode.gameobjects-6000.2-windows
100+
unzip: true
101+
pvp-results:
102+
location: results/pvp/validate-netcode.gameobjects-6000.2-windows
103+
unzip: true
80104
variables:
81105
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
82106
UPMPVP_CONTEXT_WRENCH: 0.10.31.0
@@ -163,6 +187,30 @@ publish_netcode_gameobjects:
163187
pvp-results:
164188
location: results/pvp/validate-netcode.gameobjects-6000.1-windows
165189
unzip: true
190+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_macos
191+
specific_options:
192+
UTR:
193+
location: results/UTR/validate-netcode.gameobjects-6000.2-macos
194+
unzip: true
195+
pvp-results:
196+
location: results/pvp/validate-netcode.gameobjects-6000.2-macos
197+
unzip: true
198+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_ubuntu
199+
specific_options:
200+
UTR:
201+
location: results/UTR/validate-netcode.gameobjects-6000.2-ubuntu
202+
unzip: true
203+
pvp-results:
204+
location: results/pvp/validate-netcode.gameobjects-6000.2-ubuntu
205+
unzip: true
206+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_2_-_windows
207+
specific_options:
208+
UTR:
209+
location: results/UTR/validate-netcode.gameobjects-6000.2-windows
210+
unzip: true
211+
pvp-results:
212+
location: results/pvp/validate-netcode.gameobjects-6000.2-windows
213+
unzip: true
166214
variables:
167215
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
168216
UPMPVP_CONTEXT_WRENCH: 0.10.31.0

.yamato/wrench/recipe-regeneration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Auto-generated by Recipe Engine, do not modify manually.
2-
# This job is generated by the wrench recipe engine module.
2+
# This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb
33

44
# Test that Generated Wrench Jobs are up to date.
55
test_-_wrench_jobs_up_to_date:

0 commit comments

Comments
 (0)