Skip to content

Commit aaabf30

Browse files
chore(deps): update dependency recipeengine.api to 12.2.0
1 parent 065027b commit aaabf30

File tree

4 files changed

+53
-477
lines changed

4 files changed

+53
-477
lines changed

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

Lines changed: 0 additions & 166 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ all_preview_apv_jobs:
1111
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_macos
1212
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_ubuntu
1313
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_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
1714
metadata:
1815
Job Maintainers: '#rm-packageworks'
1916
Wrench: 1.3.0.0
@@ -344,166 +341,3 @@ preview_apv_-_6000_0_-_windows:
344341
Job Maintainers: '#rm-packageworks'
345342
Wrench: 1.3.0.0
346343

347-
# Functional tests for dependents found in the latest 6000.2 manifest (MacOS).
348-
preview_apv_-_6000_2_-_macos:
349-
name: Preview APV - 6000.2 - macos
350-
agent:
351-
image: package-ci/macos-13:default
352-
type: Unity::VM::osx
353-
flavor: b1.xlarge
354-
commands:
355-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
356-
- command: 7z x -aoa wrench-localapv.zip
357-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
358-
- command: python PythonScripts/print_machine_info.py
359-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
360-
timeout: 20
361-
retries: 10
362-
- command: unity-downloader-cli -u 6000.2/staging -c editor --path .Editor --fast
363-
timeout: 10
364-
retries: 3
365-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.2 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
366-
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
367-
after:
368-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
369-
artifacts:
370-
Crash Dumps:
371-
paths:
372-
- CrashDumps/**
373-
logs:
374-
paths:
375-
- '*.log'
376-
- '*.xml'
377-
- upm-ci~/test-results/**/*
378-
- upm-ci~/temp/*/Logs/**
379-
- upm-ci~/temp/*/Library/*.log
380-
- upm-ci~/temp/*/*.log
381-
- upm-ci~/temp/Builds/*.log
382-
packages:
383-
paths:
384-
- upm-ci~/packages/**/*
385-
PreviewAPVResults:
386-
paths:
387-
- PreviewApvArtifacts~/**
388-
- APVTest/**/manifest.json
389-
pvp-results:
390-
paths:
391-
- upm-ci~/pvp/**/*
392-
browsable: onDemand
393-
dependencies:
394-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
395-
variables:
396-
UPMPVP_CONTEXT_WRENCH: 1.3.0.0
397-
metadata:
398-
Job Maintainers: '#rm-packageworks'
399-
Wrench: 1.3.0.0
400-
401-
# Functional tests for dependents found in the latest 6000.2 manifest (Ubuntu).
402-
preview_apv_-_6000_2_-_ubuntu:
403-
name: Preview APV - 6000.2 - ubuntu
404-
agent:
405-
image: package-ci/ubuntu-22.04:v4
406-
type: Unity::VM
407-
flavor: b1.large
408-
commands:
409-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
410-
- command: 7z x -aoa wrench-localapv.zip
411-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
412-
- command: python PythonScripts/print_machine_info.py
413-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
414-
timeout: 20
415-
retries: 10
416-
- command: unity-downloader-cli -u 6000.2/staging -c editor --path .Editor --fast
417-
timeout: 10
418-
retries: 3
419-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.2 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
420-
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
421-
after:
422-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
423-
artifacts:
424-
Crash Dumps:
425-
paths:
426-
- CrashDumps/**
427-
logs:
428-
paths:
429-
- '*.log'
430-
- '*.xml'
431-
- upm-ci~/test-results/**/*
432-
- upm-ci~/temp/*/Logs/**
433-
- upm-ci~/temp/*/Library/*.log
434-
- upm-ci~/temp/*/*.log
435-
- upm-ci~/temp/Builds/*.log
436-
packages:
437-
paths:
438-
- upm-ci~/packages/**/*
439-
PreviewAPVResults:
440-
paths:
441-
- PreviewApvArtifacts~/**
442-
- APVTest/**/manifest.json
443-
pvp-results:
444-
paths:
445-
- upm-ci~/pvp/**/*
446-
browsable: onDemand
447-
dependencies:
448-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
449-
variables:
450-
UPMPVP_CONTEXT_WRENCH: 1.3.0.0
451-
metadata:
452-
Job Maintainers: '#rm-packageworks'
453-
Wrench: 1.3.0.0
454-
455-
# Functional tests for dependents found in the latest 6000.2 manifest (Windows).
456-
preview_apv_-_6000_2_-_windows:
457-
name: Preview APV - 6000.2 - windows
458-
agent:
459-
image: package-ci/win10:default
460-
type: Unity::VM
461-
flavor: b1.large
462-
commands:
463-
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
464-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
465-
- command: 7z x -aoa wrench-localapv.zip
466-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
467-
- command: python PythonScripts/print_machine_info.py
468-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
469-
timeout: 20
470-
retries: 10
471-
- command: unity-downloader-cli -u 6000.2/staging -c editor --path .Editor --fast
472-
timeout: 10
473-
retries: 3
474-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.2 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
475-
- command: python PythonScripts/editor_manifest_validator.py --version=6000.2 --wrench-config=.yamato/wrench/wrench_config.json
476-
after:
477-
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
478-
artifacts:
479-
Crash Dumps:
480-
paths:
481-
- CrashDumps/**
482-
logs:
483-
paths:
484-
- '*.log'
485-
- '*.xml'
486-
- upm-ci~/test-results/**/*
487-
- upm-ci~/temp/*/Logs/**
488-
- upm-ci~/temp/*/Library/*.log
489-
- upm-ci~/temp/*/*.log
490-
- upm-ci~/temp/Builds/*.log
491-
packages:
492-
paths:
493-
- upm-ci~/packages/**/*
494-
PreviewAPVResults:
495-
paths:
496-
- PreviewApvArtifacts~/**
497-
- APVTest/**/manifest.json
498-
pvp-results:
499-
paths:
500-
- upm-ci~/pvp/**/*
501-
browsable: onDemand
502-
dependencies:
503-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
504-
variables:
505-
UPMPVP_CONTEXT_WRENCH: 1.3.0.0
506-
metadata:
507-
Job Maintainers: '#rm-packageworks'
508-
Wrench: 1.3.0.0
509-

0 commit comments

Comments
 (0)