@@ -22,9 +22,6 @@ all_preview_apv_jobs:
2222 - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_macos13
2323 - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_ubuntu2204
2424 - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_win10
25- - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_6_-_macos13
26- - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_6_-_ubuntu2204
27- - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_6_-_win10
2825 metadata :
2926 Job Maintainers : ' #rm-packageworks'
3027 Wrench : 2.9.0.0
@@ -729,178 +726,3 @@ preview_apv_-_6000_5_-_win10:
729726 Job Maintainers : ' #rm-packageworks'
730727 Wrench : 2.9.0.0
731728
732- # Functional tests for dependents found in the latest 6000.6 manifest (MacOS).
733- preview_apv_-_6000_6_-_macos13 :
734- name : Preview APV - 6000.6 - macos13
735- agent :
736- image : package-ci/macos-13:v4
737- type : Unity::VM::osx
738- flavor : b1.xlarge
739- commands :
740- - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
741- - command : 7z x -aoa wrench-localapv.zip
742- - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
743- - command : python PythonScripts/print_machine_info.py
744- - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
745- timeout : 20
746- retries : 10
747- - command : unity-downloader-cli -u trunk -c editor --path .Editor --fast
748- timeout : 10
749- retries : 3
750- - command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.6 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
751- - command : echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
752- after :
753- - command : bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
754- artifacts :
755- Crash Dumps :
756- paths :
757- - CrashDumps/**
758- logs :
759- paths :
760- - ' *.log'
761- - ' *.xml'
762- - upm-ci~/test-results/**/*
763- - upm-ci~/temp/*/Logs/**
764- - upm-ci~/temp/*/Library/*.log
765- - upm-ci~/temp/*/*.log
766- - upm-ci~/temp/Builds/*.log
767- packages :
768- paths :
769- - upm-ci~/packages/**/*
770- PreviewAPVResults :
771- paths :
772- - PreviewApvArtifacts~/**
773- - APVTest/**/manifest.json
774- pvp-results :
775- paths :
776- - upm-ci~/pvp/**/*
777- browsable : onDemand
778- dependencies :
779- - path : .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
780- variables :
781- UNITY_LICENSING_SERVER_BASE_URL : http://unity-ci-licenses.hq.unity3d.com:8080/
782- UNITY_LICENSING_SERVER_DELETE_NUL : 0
783- UNITY_LICENSING_SERVER_DELETE_ULF : 0
784- UNITY_LICENSING_SERVER_TOOLSET : pro
785- UPMPVP_CONTEXT_WRENCH : 2.9.0.0
786- metadata :
787- Job Maintainers : ' #rm-packageworks'
788- Wrench : 2.9.0.0
789-
790- # Functional tests for dependents found in the latest 6000.6 manifest (Ubuntu).
791- preview_apv_-_6000_6_-_ubuntu2204 :
792- name : Preview APV - 6000.6 - ubuntu2204
793- agent :
794- image : package-ci/ubuntu-22.04:v4
795- type : Unity::VM
796- flavor : b1.large
797- commands :
798- - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
799- - command : 7z x -aoa wrench-localapv.zip
800- - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
801- - command : python PythonScripts/print_machine_info.py
802- - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
803- timeout : 20
804- retries : 10
805- - command : unity-downloader-cli -u trunk -c editor --path .Editor --fast
806- timeout : 10
807- retries : 3
808- - command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.6 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
809- - command : echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
810- after :
811- - command : bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
812- artifacts :
813- Crash Dumps :
814- paths :
815- - CrashDumps/**
816- logs :
817- paths :
818- - ' *.log'
819- - ' *.xml'
820- - upm-ci~/test-results/**/*
821- - upm-ci~/temp/*/Logs/**
822- - upm-ci~/temp/*/Library/*.log
823- - upm-ci~/temp/*/*.log
824- - upm-ci~/temp/Builds/*.log
825- packages :
826- paths :
827- - upm-ci~/packages/**/*
828- PreviewAPVResults :
829- paths :
830- - PreviewApvArtifacts~/**
831- - APVTest/**/manifest.json
832- pvp-results :
833- paths :
834- - upm-ci~/pvp/**/*
835- browsable : onDemand
836- dependencies :
837- - path : .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
838- variables :
839- UNITY_LICENSING_SERVER_BASE_URL : http://unity-ci-licenses.hq.unity3d.com:8080/
840- UNITY_LICENSING_SERVER_DELETE_NUL : 0
841- UNITY_LICENSING_SERVER_DELETE_ULF : 0
842- UNITY_LICENSING_SERVER_TOOLSET : pro
843- UPMPVP_CONTEXT_WRENCH : 2.9.0.0
844- metadata :
845- Job Maintainers : ' #rm-packageworks'
846- Wrench : 2.9.0.0
847-
848- # Functional tests for dependents found in the latest 6000.6 manifest (Windows).
849- preview_apv_-_6000_6_-_win10 :
850- name : Preview APV - 6000.6 - win10
851- agent :
852- image : package-ci/win10:v4
853- type : Unity::VM
854- flavor : b1.large
855- commands :
856- - command : gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
857- - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
858- - command : 7z x -aoa wrench-localapv.zip
859- - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
860- - command : python PythonScripts/print_machine_info.py
861- - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
862- timeout : 20
863- retries : 10
864- - command : unity-downloader-cli -u trunk -c editor --path .Editor --fast
865- timeout : 10
866- retries : 3
867- - command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.6 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
868- - command : python PythonScripts/editor_manifest_validator.py --version=6000.6 --wrench-config=.yamato/wrench/wrench_config.json
869- after :
870- - command : .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
871- artifacts :
872- Crash Dumps :
873- paths :
874- - CrashDumps/**
875- logs :
876- paths :
877- - ' *.log'
878- - ' *.xml'
879- - upm-ci~/test-results/**/*
880- - upm-ci~/temp/*/Logs/**
881- - upm-ci~/temp/*/Library/*.log
882- - upm-ci~/temp/*/*.log
883- - upm-ci~/temp/Builds/*.log
884- packages :
885- paths :
886- - upm-ci~/packages/**/*
887- PreviewAPVResults :
888- paths :
889- - PreviewApvArtifacts~/**
890- - APVTest/**/manifest.json
891- pvp-results :
892- paths :
893- - upm-ci~/pvp/**/*
894- browsable : onDemand
895- dependencies :
896- - path : .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
897- variables :
898- UNITY_LICENSING_SERVER_BASE_URL : http://unity-ci-licenses.hq.unity3d.com:8080/
899- UNITY_LICENSING_SERVER_DELETE_NUL : 0
900- UNITY_LICENSING_SERVER_DELETE_ULF : 0
901- UNITY_LICENSING_SERVER_TOOLSET : pro
902- UPMPVP_CONTEXT_WRENCH : 2.9.0.0
903- metadata :
904- Job Maintainers : ' #rm-packageworks'
905- Wrench : 2.9.0.0
906-
0 commit comments