@@ -16,9 +16,6 @@ all_preview_apv_jobs:
1616 - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_macos13
1717 - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_ubuntu2204
1818 - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_win10
19- - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_macos13
20- - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_ubuntu2204
21- - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_win10
2219 - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_macos13
2320 - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_ubuntu2204
2421 - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_win10
@@ -382,181 +379,6 @@ preview_apv_-_6000_3_-_win10:
382379 Job Maintainers : ' #rm-packageworks'
383380 Wrench : 3.2.0.0
384381
385- # Functional tests for dependents found in the latest 6000.4 manifest (MacOS).
386- preview_apv_-_6000_4_-_macos13 :
387- name : Preview APV - 6000.4 - macos13
388- agent :
389- image : package-ci/macos-13:v4
390- type : Unity::VM::osx
391- flavor : b1.xlarge
392- commands :
393- - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
394- - command : 7z x -aoa wrench-localapv.zip
395- - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
396- - command : python PythonScripts/print_machine_info.py
397- - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
398- timeout : 20
399- retries : 10
400- - command : unity-downloader-cli -u 6000.4/staging -c editor --path .Editor --fast
401- timeout : 10
402- retries : 3
403- - command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.4 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
404- - command : echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
405- after :
406- - command : bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
407- artifacts :
408- Crash Dumps :
409- paths :
410- - CrashDumps/**
411- logs :
412- paths :
413- - ' *.log'
414- - ' *.xml'
415- - upm-ci~/test-results/**/*
416- - upm-ci~/temp/*/Logs/**
417- - upm-ci~/temp/*/Library/*.log
418- - upm-ci~/temp/*/*.log
419- - upm-ci~/temp/Builds/*.log
420- packages :
421- paths :
422- - upm-ci~/packages/**/*
423- PreviewAPVResults :
424- paths :
425- - PreviewApvArtifacts~/**
426- - APVTest/**/manifest.json
427- pvp-results :
428- paths :
429- - upm-ci~/pvp/**/*
430- browsable : onDemand
431- dependencies :
432- - path : .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
433- variables :
434- UNITY_LICENSING_SERVER_BASE_URL : http://unity-ci-licenses.hq.unity3d.com:8080/
435- UNITY_LICENSING_SERVER_DELETE_NUL : 0
436- UNITY_LICENSING_SERVER_DELETE_ULF : 0
437- UNITY_LICENSING_SERVER_TOOLSET : pro
438- UPMPVP_CONTEXT_WRENCH : 3.2.0.0
439- metadata :
440- Job Maintainers : ' #rm-packageworks'
441- Wrench : 3.2.0.0
442-
443- # Functional tests for dependents found in the latest 6000.4 manifest (Ubuntu).
444- preview_apv_-_6000_4_-_ubuntu2204 :
445- name : Preview APV - 6000.4 - ubuntu2204
446- agent :
447- image : package-ci/ubuntu-22.04:v4
448- type : Unity::VM
449- flavor : b1.large
450- commands :
451- - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
452- - command : 7z x -aoa wrench-localapv.zip
453- - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
454- - command : python PythonScripts/print_machine_info.py
455- - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
456- timeout : 20
457- retries : 10
458- - command : unity-downloader-cli -u 6000.4/staging -c editor --path .Editor --fast
459- timeout : 10
460- retries : 3
461- - command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.4 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
462- - command : echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
463- after :
464- - command : bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
465- artifacts :
466- Crash Dumps :
467- paths :
468- - CrashDumps/**
469- logs :
470- paths :
471- - ' *.log'
472- - ' *.xml'
473- - upm-ci~/test-results/**/*
474- - upm-ci~/temp/*/Logs/**
475- - upm-ci~/temp/*/Library/*.log
476- - upm-ci~/temp/*/*.log
477- - upm-ci~/temp/Builds/*.log
478- packages :
479- paths :
480- - upm-ci~/packages/**/*
481- PreviewAPVResults :
482- paths :
483- - PreviewApvArtifacts~/**
484- - APVTest/**/manifest.json
485- pvp-results :
486- paths :
487- - upm-ci~/pvp/**/*
488- browsable : onDemand
489- dependencies :
490- - path : .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
491- variables :
492- UNITY_LICENSING_SERVER_BASE_URL : http://unity-ci-licenses.hq.unity3d.com:8080/
493- UNITY_LICENSING_SERVER_DELETE_NUL : 0
494- UNITY_LICENSING_SERVER_DELETE_ULF : 0
495- UNITY_LICENSING_SERVER_TOOLSET : pro
496- UPMPVP_CONTEXT_WRENCH : 3.2.0.0
497- metadata :
498- Job Maintainers : ' #rm-packageworks'
499- Wrench : 3.2.0.0
500-
501- # Functional tests for dependents found in the latest 6000.4 manifest (Windows).
502- preview_apv_-_6000_4_-_win10 :
503- name : Preview APV - 6000.4 - win10
504- agent :
505- image : package-ci/win10:v4
506- type : Unity::VM
507- flavor : b1.large
508- commands :
509- - command : gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
510- - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
511- - command : 7z x -aoa wrench-localapv.zip
512- - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
513- - command : python PythonScripts/print_machine_info.py
514- - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
515- timeout : 20
516- retries : 10
517- - command : unity-downloader-cli -u 6000.4/staging -c editor --path .Editor --fast
518- timeout : 10
519- retries : 3
520- - command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.4 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
521- - command : python PythonScripts/editor_manifest_validator.py --version=6000.4 --wrench-config=.yamato/wrench/wrench_config.json
522- after :
523- - command : .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
524- artifacts :
525- Crash Dumps :
526- paths :
527- - CrashDumps/**
528- logs :
529- paths :
530- - ' *.log'
531- - ' *.xml'
532- - upm-ci~/test-results/**/*
533- - upm-ci~/temp/*/Logs/**
534- - upm-ci~/temp/*/Library/*.log
535- - upm-ci~/temp/*/*.log
536- - upm-ci~/temp/Builds/*.log
537- packages :
538- paths :
539- - upm-ci~/packages/**/*
540- PreviewAPVResults :
541- paths :
542- - PreviewApvArtifacts~/**
543- - APVTest/**/manifest.json
544- pvp-results :
545- paths :
546- - upm-ci~/pvp/**/*
547- browsable : onDemand
548- dependencies :
549- - path : .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
550- variables :
551- UNITY_LICENSING_SERVER_BASE_URL : http://unity-ci-licenses.hq.unity3d.com:8080/
552- UNITY_LICENSING_SERVER_DELETE_NUL : 0
553- UNITY_LICENSING_SERVER_DELETE_ULF : 0
554- UNITY_LICENSING_SERVER_TOOLSET : pro
555- UPMPVP_CONTEXT_WRENCH : 3.2.0.0
556- metadata :
557- Job Maintainers : ' #rm-packageworks'
558- Wrench : 3.2.0.0
559-
560382# Functional tests for dependents found in the latest 6000.5 manifest (MacOS).
561383preview_apv_-_6000_5_-_macos13 :
562384 name : Preview APV - 6000.5 - macos13
0 commit comments