Skip to content

Commit f34744f

Browse files
chore(deps): update dependency recipeengine.api to 10.4.0 (develop-2.0.0) (#3634)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | RecipeEngine.Api | nuget | minor | `10.3.0` -> `10.4.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Unity Renovate Bot](https://internaldocs.unity.com/renovate/). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIwLjAuMC1zZW1hbnRpYy1yZWxlYXNlIiwidXBkYXRlZEluVmVyIjoiMC4wLjAtc2VtYW50aWMtcmVsZWFzZSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AtMi4wLjAiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: unity-renovate[bot] <120015202+unity-renovate[bot]@users.noreply.github.com>
1 parent fbb3457 commit f34744f

File tree

4 files changed

+430
-6
lines changed

4 files changed

+430
-6
lines changed

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

Lines changed: 169 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ all_preview_apv_jobs:
1414
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_macos
1515
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_ubuntu
1616
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_windows
17+
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_macos
18+
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_ubuntu
19+
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_windows
1720
metadata:
1821
Job Maintainers: '#rm-packageworks'
1922
Wrench: 1.1.0.0
@@ -359,7 +362,7 @@ preview_apv_-_6000_3_-_macos:
359362
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
360363
timeout: 20
361364
retries: 10
362-
- command: unity-downloader-cli -u trunk -c editor --path .Editor --fast
365+
- command: unity-downloader-cli -u 6000.3/staging -c editor --path .Editor --fast
363366
timeout: 10
364367
retries: 3
365368
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
@@ -413,7 +416,7 @@ preview_apv_-_6000_3_-_ubuntu:
413416
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
414417
timeout: 20
415418
retries: 10
416-
- command: unity-downloader-cli -u trunk -c editor --path .Editor --fast
419+
- command: unity-downloader-cli -u 6000.3/staging -c editor --path .Editor --fast
417420
timeout: 10
418421
retries: 3
419422
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
@@ -468,7 +471,7 @@ preview_apv_-_6000_3_-_windows:
468471
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
469472
timeout: 20
470473
retries: 10
471-
- command: unity-downloader-cli -u trunk -c editor --path .Editor --fast
474+
- command: unity-downloader-cli -u 6000.3/staging -c editor --path .Editor --fast
472475
timeout: 10
473476
retries: 3
474477
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
@@ -507,3 +510,166 @@ preview_apv_-_6000_3_-_windows:
507510
Job Maintainers: '#rm-packageworks'
508511
Wrench: 1.1.0.0
509512

513+
# Functional tests for dependents found in the latest 6000.4 manifest (MacOS).
514+
preview_apv_-_6000_4_-_macos:
515+
name: Preview APV - 6000.4 - macos
516+
agent:
517+
image: package-ci/macos-13:default
518+
type: Unity::VM::osx
519+
flavor: b1.xlarge
520+
commands:
521+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip
522+
- command: 7z x -aoa wrench-localapv.zip
523+
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
524+
- command: python PythonScripts/print_machine_info.py
525+
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
526+
timeout: 20
527+
retries: 10
528+
- command: unity-downloader-cli -u trunk -c editor --path .Editor --fast
529+
timeout: 10
530+
retries: 3
531+
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.4 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
532+
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
533+
after:
534+
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
535+
artifacts:
536+
Crash Dumps:
537+
paths:
538+
- CrashDumps/**
539+
logs:
540+
paths:
541+
- '*.log'
542+
- '*.xml'
543+
- upm-ci~/test-results/**/*
544+
- upm-ci~/temp/*/Logs/**
545+
- upm-ci~/temp/*/Library/*.log
546+
- upm-ci~/temp/*/*.log
547+
- upm-ci~/temp/Builds/*.log
548+
packages:
549+
paths:
550+
- upm-ci~/packages/**/*
551+
PreviewAPVResults:
552+
paths:
553+
- PreviewApvArtifacts~/**
554+
- APVTest/**/manifest.json
555+
pvp-results:
556+
paths:
557+
- upm-ci~/pvp/**/*
558+
browsable: onDemand
559+
dependencies:
560+
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
561+
variables:
562+
UPMPVP_CONTEXT_WRENCH: 1.1.0.0
563+
metadata:
564+
Job Maintainers: '#rm-packageworks'
565+
Wrench: 1.1.0.0
566+
567+
# Functional tests for dependents found in the latest 6000.4 manifest (Ubuntu).
568+
preview_apv_-_6000_4_-_ubuntu:
569+
name: Preview APV - 6000.4 - ubuntu
570+
agent:
571+
image: package-ci/ubuntu-22.04:v4
572+
type: Unity::VM
573+
flavor: b1.large
574+
commands:
575+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip
576+
- command: 7z x -aoa wrench-localapv.zip
577+
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
578+
- command: python PythonScripts/print_machine_info.py
579+
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
580+
timeout: 20
581+
retries: 10
582+
- command: unity-downloader-cli -u trunk -c editor --path .Editor --fast
583+
timeout: 10
584+
retries: 3
585+
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.4 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
586+
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
587+
after:
588+
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
589+
artifacts:
590+
Crash Dumps:
591+
paths:
592+
- CrashDumps/**
593+
logs:
594+
paths:
595+
- '*.log'
596+
- '*.xml'
597+
- upm-ci~/test-results/**/*
598+
- upm-ci~/temp/*/Logs/**
599+
- upm-ci~/temp/*/Library/*.log
600+
- upm-ci~/temp/*/*.log
601+
- upm-ci~/temp/Builds/*.log
602+
packages:
603+
paths:
604+
- upm-ci~/packages/**/*
605+
PreviewAPVResults:
606+
paths:
607+
- PreviewApvArtifacts~/**
608+
- APVTest/**/manifest.json
609+
pvp-results:
610+
paths:
611+
- upm-ci~/pvp/**/*
612+
browsable: onDemand
613+
dependencies:
614+
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
615+
variables:
616+
UPMPVP_CONTEXT_WRENCH: 1.1.0.0
617+
metadata:
618+
Job Maintainers: '#rm-packageworks'
619+
Wrench: 1.1.0.0
620+
621+
# Functional tests for dependents found in the latest 6000.4 manifest (Windows).
622+
preview_apv_-_6000_4_-_windows:
623+
name: Preview APV - 6000.4 - windows
624+
agent:
625+
image: package-ci/win10:default
626+
type: Unity::VM
627+
flavor: b1.large
628+
commands:
629+
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
630+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip
631+
- command: 7z x -aoa wrench-localapv.zip
632+
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
633+
- command: python PythonScripts/print_machine_info.py
634+
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
635+
timeout: 20
636+
retries: 10
637+
- command: unity-downloader-cli -u trunk -c editor --path .Editor --fast
638+
timeout: 10
639+
retries: 3
640+
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.4 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
641+
- command: python PythonScripts/editor_manifest_validator.py --version=6000.4 --wrench-config=.yamato/wrench/wrench_config.json
642+
after:
643+
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
644+
artifacts:
645+
Crash Dumps:
646+
paths:
647+
- CrashDumps/**
648+
logs:
649+
paths:
650+
- '*.log'
651+
- '*.xml'
652+
- upm-ci~/test-results/**/*
653+
- upm-ci~/temp/*/Logs/**
654+
- upm-ci~/temp/*/Library/*.log
655+
- upm-ci~/temp/*/*.log
656+
- upm-ci~/temp/Builds/*.log
657+
packages:
658+
paths:
659+
- upm-ci~/packages/**/*
660+
PreviewAPVResults:
661+
paths:
662+
- PreviewApvArtifacts~/**
663+
- APVTest/**/manifest.json
664+
pvp-results:
665+
paths:
666+
- upm-ci~/pvp/**/*
667+
browsable: onDemand
668+
dependencies:
669+
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
670+
variables:
671+
UPMPVP_CONTEXT_WRENCH: 1.1.0.0
672+
metadata:
673+
Job Maintainers: '#rm-packageworks'
674+
Wrench: 1.1.0.0
675+

.yamato/wrench/promotion-jobs.yml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,36 @@ publish_dry_run_netcode_gameobjects:
116116
unzip: true
117117
packages:
118118
ignore_artifact: true
119+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_4_-_macos
120+
specific_options:
121+
UTR:
122+
location: results/UTR/validate-netcode.gameobjects-6000.4-macos
123+
unzip: true
124+
pvp-results:
125+
location: results/pvp/validate-netcode.gameobjects-6000.4-macos
126+
unzip: true
127+
packages:
128+
ignore_artifact: true
129+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_4_-_ubuntu
130+
specific_options:
131+
UTR:
132+
location: results/UTR/validate-netcode.gameobjects-6000.4-ubuntu
133+
unzip: true
134+
pvp-results:
135+
location: results/pvp/validate-netcode.gameobjects-6000.4-ubuntu
136+
unzip: true
137+
packages:
138+
ignore_artifact: true
139+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_4_-_windows
140+
specific_options:
141+
UTR:
142+
location: results/UTR/validate-netcode.gameobjects-6000.4-windows
143+
unzip: true
144+
pvp-results:
145+
location: results/pvp/validate-netcode.gameobjects-6000.4-windows
146+
unzip: true
147+
packages:
148+
ignore_artifact: true
119149
variables:
120150
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
121151
UPMPVP_CONTEXT_WRENCH: 1.1.0.0
@@ -238,6 +268,36 @@ publish_netcode_gameobjects:
238268
unzip: true
239269
packages:
240270
ignore_artifact: true
271+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_4_-_macos
272+
specific_options:
273+
UTR:
274+
location: results/UTR/validate-netcode.gameobjects-6000.4-macos
275+
unzip: true
276+
pvp-results:
277+
location: results/pvp/validate-netcode.gameobjects-6000.4-macos
278+
unzip: true
279+
packages:
280+
ignore_artifact: true
281+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_4_-_ubuntu
282+
specific_options:
283+
UTR:
284+
location: results/UTR/validate-netcode.gameobjects-6000.4-ubuntu
285+
unzip: true
286+
pvp-results:
287+
location: results/pvp/validate-netcode.gameobjects-6000.4-ubuntu
288+
unzip: true
289+
packages:
290+
ignore_artifact: true
291+
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_4_-_windows
292+
specific_options:
293+
UTR:
294+
location: results/UTR/validate-netcode.gameobjects-6000.4-windows
295+
unzip: true
296+
pvp-results:
297+
location: results/pvp/validate-netcode.gameobjects-6000.4-windows
298+
unzip: true
299+
packages:
300+
ignore_artifact: true
241301
variables:
242302
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
243303
UPMPVP_CONTEXT_WRENCH: 1.1.0.0

0 commit comments

Comments
 (0)