@@ -20,9 +20,6 @@ all_preview_apv_jobs:
2020  - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_macos 
2121  - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_ubuntu 
2222  - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_windows 
23-   - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_macos 
24-   - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_ubuntu 
25-   - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_windows 
2623  metadata :
2724    Job Maintainers : ' #rm-packageworks' 
2825    Wrench : 0.12.2.0 
@@ -842,166 +839,3 @@ preview_apv_-_6000_2_-_windows:
842839    Job Maintainers : ' #rm-packageworks' 
843840    Wrench : 0.12.2.0 
844841
845- #  Functional tests for dependents found in the latest 6000.3 manifest (MacOS).
846- preview_apv_-_6000_3_-_macos :
847-   name : Preview APV - 6000.3 - macos 
848-   agent :
849-     image : package-ci/macos-13:default 
850-     type : Unity::VM::osx 
851-     flavor : b1.xlarge 
852-   commands :
853-   - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip 
854-   - command : 7z x -aoa wrench-localapv.zip 
855-   - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple 
856-   - command : python PythonScripts/print_machine_info.py 
857-   - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm 
858-     timeout : 20 
859-     retries : 10 
860-   - command : unity-downloader-cli -u trunk -c editor --path .Editor --fast 
861-     timeout : 10 
862-     retries : 3 
863-   - command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ 
864-   - command : echo 'Skipping Editor Manifest Validator as it is only supported on Windows' 
865-   after :
866-   - command : bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh 
867-   artifacts :
868-     Crash Dumps :
869-       paths :
870-       - CrashDumps/** 
871-     logs :
872-       paths :
873-       - ' *.log' 
874-       - ' *.xml' 
875-       - upm-ci~/test-results/**/* 
876-       - upm-ci~/temp/*/Logs/** 
877-       - upm-ci~/temp/*/Library/*.log 
878-       - upm-ci~/temp/*/*.log 
879-       - upm-ci~/temp/Builds/*.log 
880-     packages :
881-       paths :
882-       - upm-ci~/packages/**/* 
883-     PreviewAPVResults :
884-       paths :
885-       - PreviewApvArtifacts~/** 
886-       - APVTest/**/manifest.json 
887-     pvp-results :
888-       paths :
889-       - upm-ci~/pvp/**/* 
890-       browsable : onDemand 
891-   dependencies :
892-   - path : .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects 
893-   variables :
894-     UPMPVP_CONTEXT_WRENCH : 0.12.2.0 
895-   metadata :
896-     Job Maintainers : ' #rm-packageworks' 
897-     Wrench : 0.12.2.0 
898- 
899- #  Functional tests for dependents found in the latest 6000.3 manifest (Ubuntu).
900- preview_apv_-_6000_3_-_ubuntu :
901-   name : Preview APV - 6000.3 - ubuntu 
902-   agent :
903-     image : package-ci/ubuntu-20.04:default 
904-     type : Unity::VM 
905-     flavor : b1.large 
906-   commands :
907-   - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip 
908-   - command : 7z x -aoa wrench-localapv.zip 
909-   - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple 
910-   - command : python PythonScripts/print_machine_info.py 
911-   - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm 
912-     timeout : 20 
913-     retries : 10 
914-   - command : unity-downloader-cli -u trunk -c editor --path .Editor --fast 
915-     timeout : 10 
916-     retries : 3 
917-   - command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ 
918-   - command : echo 'Skipping Editor Manifest Validator as it is only supported on Windows' 
919-   after :
920-   - command : bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh 
921-   artifacts :
922-     Crash Dumps :
923-       paths :
924-       - CrashDumps/** 
925-     logs :
926-       paths :
927-       - ' *.log' 
928-       - ' *.xml' 
929-       - upm-ci~/test-results/**/* 
930-       - upm-ci~/temp/*/Logs/** 
931-       - upm-ci~/temp/*/Library/*.log 
932-       - upm-ci~/temp/*/*.log 
933-       - upm-ci~/temp/Builds/*.log 
934-     packages :
935-       paths :
936-       - upm-ci~/packages/**/* 
937-     PreviewAPVResults :
938-       paths :
939-       - PreviewApvArtifacts~/** 
940-       - APVTest/**/manifest.json 
941-     pvp-results :
942-       paths :
943-       - upm-ci~/pvp/**/* 
944-       browsable : onDemand 
945-   dependencies :
946-   - path : .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects 
947-   variables :
948-     UPMPVP_CONTEXT_WRENCH : 0.12.2.0 
949-   metadata :
950-     Job Maintainers : ' #rm-packageworks' 
951-     Wrench : 0.12.2.0 
952- 
953- #  Functional tests for dependents found in the latest 6000.3 manifest (Windows).
954- preview_apv_-_6000_3_-_windows :
955-   name : Preview APV - 6000.3 - windows 
956-   agent :
957-     image : package-ci/win10:default 
958-     type : Unity::VM 
959-     flavor : b1.large 
960-   commands :
961-   - command : gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f 
962-   - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip 
963-   - command : 7z x -aoa wrench-localapv.zip 
964-   - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple 
965-   - command : python PythonScripts/print_machine_info.py 
966-   - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm 
967-     timeout : 20 
968-     retries : 10 
969-   - command : unity-downloader-cli -u trunk -c editor --path .Editor --fast 
970-     timeout : 10 
971-     retries : 3 
972-   - command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~ 
973-   - command : python PythonScripts/editor_manifest_validator.py --version=6000.3 --wrench-config=.yamato/wrench/wrench_config.json 
974-   after :
975-   - command : .yamato\generated-scripts\infrastructure-instability-detection-win.cmd 
976-   artifacts :
977-     Crash Dumps :
978-       paths :
979-       - CrashDumps/** 
980-     logs :
981-       paths :
982-       - ' *.log' 
983-       - ' *.xml' 
984-       - upm-ci~/test-results/**/* 
985-       - upm-ci~/temp/*/Logs/** 
986-       - upm-ci~/temp/*/Library/*.log 
987-       - upm-ci~/temp/*/*.log 
988-       - upm-ci~/temp/Builds/*.log 
989-     packages :
990-       paths :
991-       - upm-ci~/packages/**/* 
992-     PreviewAPVResults :
993-       paths :
994-       - PreviewApvArtifacts~/** 
995-       - APVTest/**/manifest.json 
996-     pvp-results :
997-       paths :
998-       - upm-ci~/pvp/**/* 
999-       browsable : onDemand 
1000-   dependencies :
1001-   - path : .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects 
1002-   variables :
1003-     UPMPVP_CONTEXT_WRENCH : 0.12.2.0 
1004-   metadata :
1005-     Job Maintainers : ' #rm-packageworks' 
1006-     Wrench : 0.12.2.0 
1007- 
0 commit comments