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