@@ -11,12 +11,6 @@ all_preview_apv_jobs:
1111 - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_macos
1212 - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_ubuntu
1313 - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_windows
14- - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_macos
15- - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_ubuntu
16- - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_windows
17- - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_macos
18- - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_ubuntu
19- - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_windows
2014 metadata :
2115 Job Maintainers : ' #rm-packageworks'
2216 Wrench : 1.3.0.0
@@ -347,329 +341,3 @@ preview_apv_-_6000_3_-_windows:
347341 Job Maintainers : ' #rm-packageworks'
348342 Wrench : 1.3.0.0
349343
350- # Functional tests for dependents found in the latest 6000.4 manifest (MacOS).
351- preview_apv_-_6000_4_-_macos :
352- name : Preview APV - 6000.4 - macos
353- agent :
354- image : package-ci/macos-13:default
355- type : Unity::VM::osx
356- flavor : b1.xlarge
357- commands :
358- - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
359- - command : 7z x -aoa wrench-localapv.zip
360- - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
361- - command : python PythonScripts/print_machine_info.py
362- - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
363- timeout : 20
364- retries : 10
365- - command : unity-downloader-cli -u 6000.4/staging -c editor --path .Editor --fast
366- timeout : 10
367- retries : 3
368- - command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.4 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
369- - command : echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
370- after :
371- - command : bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
372- artifacts :
373- Crash Dumps :
374- paths :
375- - CrashDumps/**
376- logs :
377- paths :
378- - ' *.log'
379- - ' *.xml'
380- - upm-ci~/test-results/**/*
381- - upm-ci~/temp/*/Logs/**
382- - upm-ci~/temp/*/Library/*.log
383- - upm-ci~/temp/*/*.log
384- - upm-ci~/temp/Builds/*.log
385- packages :
386- paths :
387- - upm-ci~/packages/**/*
388- PreviewAPVResults :
389- paths :
390- - PreviewApvArtifacts~/**
391- - APVTest/**/manifest.json
392- pvp-results :
393- paths :
394- - upm-ci~/pvp/**/*
395- browsable : onDemand
396- dependencies :
397- - path : .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
398- variables :
399- UPMPVP_CONTEXT_WRENCH : 1.3.0.0
400- metadata :
401- Job Maintainers : ' #rm-packageworks'
402- Wrench : 1.3.0.0
403-
404- # Functional tests for dependents found in the latest 6000.4 manifest (Ubuntu).
405- preview_apv_-_6000_4_-_ubuntu :
406- name : Preview APV - 6000.4 - ubuntu
407- agent :
408- image : package-ci/ubuntu-22.04:v4
409- type : Unity::VM
410- flavor : b1.large
411- commands :
412- - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
413- - command : 7z x -aoa wrench-localapv.zip
414- - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
415- - command : python PythonScripts/print_machine_info.py
416- - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
417- timeout : 20
418- retries : 10
419- - command : unity-downloader-cli -u 6000.4/staging -c editor --path .Editor --fast
420- timeout : 10
421- retries : 3
422- - command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.4 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
423- - command : echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
424- after :
425- - command : bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
426- artifacts :
427- Crash Dumps :
428- paths :
429- - CrashDumps/**
430- logs :
431- paths :
432- - ' *.log'
433- - ' *.xml'
434- - upm-ci~/test-results/**/*
435- - upm-ci~/temp/*/Logs/**
436- - upm-ci~/temp/*/Library/*.log
437- - upm-ci~/temp/*/*.log
438- - upm-ci~/temp/Builds/*.log
439- packages :
440- paths :
441- - upm-ci~/packages/**/*
442- PreviewAPVResults :
443- paths :
444- - PreviewApvArtifacts~/**
445- - APVTest/**/manifest.json
446- pvp-results :
447- paths :
448- - upm-ci~/pvp/**/*
449- browsable : onDemand
450- dependencies :
451- - path : .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
452- variables :
453- UPMPVP_CONTEXT_WRENCH : 1.3.0.0
454- metadata :
455- Job Maintainers : ' #rm-packageworks'
456- Wrench : 1.3.0.0
457-
458- # Functional tests for dependents found in the latest 6000.4 manifest (Windows).
459- preview_apv_-_6000_4_-_windows :
460- name : Preview APV - 6000.4 - windows
461- agent :
462- image : package-ci/win10:default
463- type : Unity::VM
464- flavor : b1.large
465- commands :
466- - command : gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
467- - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
468- - command : 7z x -aoa wrench-localapv.zip
469- - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
470- - command : python PythonScripts/print_machine_info.py
471- - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
472- timeout : 20
473- retries : 10
474- - command : unity-downloader-cli -u 6000.4/staging -c editor --path .Editor --fast
475- timeout : 10
476- retries : 3
477- - command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.4 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
478- - command : python PythonScripts/editor_manifest_validator.py --version=6000.4 --wrench-config=.yamato/wrench/wrench_config.json
479- after :
480- - command : .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
481- artifacts :
482- Crash Dumps :
483- paths :
484- - CrashDumps/**
485- logs :
486- paths :
487- - ' *.log'
488- - ' *.xml'
489- - upm-ci~/test-results/**/*
490- - upm-ci~/temp/*/Logs/**
491- - upm-ci~/temp/*/Library/*.log
492- - upm-ci~/temp/*/*.log
493- - upm-ci~/temp/Builds/*.log
494- packages :
495- paths :
496- - upm-ci~/packages/**/*
497- PreviewAPVResults :
498- paths :
499- - PreviewApvArtifacts~/**
500- - APVTest/**/manifest.json
501- pvp-results :
502- paths :
503- - upm-ci~/pvp/**/*
504- browsable : onDemand
505- dependencies :
506- - path : .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
507- variables :
508- UPMPVP_CONTEXT_WRENCH : 1.3.0.0
509- metadata :
510- Job Maintainers : ' #rm-packageworks'
511- Wrench : 1.3.0.0
512-
513- # Functional tests for dependents found in the latest 6000.5 manifest (MacOS).
514- preview_apv_-_6000_5_-_macos :
515- name : Preview APV - 6000.5 - macos
516- agent :
517- image : package-ci/macos-13:default
518- type : Unity::VM::osx
519- flavor : b1.xlarge
520- commands :
521- - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
522- - command : 7z x -aoa wrench-localapv.zip
523- - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
524- - command : python PythonScripts/print_machine_info.py
525- - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
526- timeout : 20
527- retries : 10
528- - command : unity-downloader-cli -u trunk -c editor --path .Editor --fast
529- timeout : 10
530- retries : 3
531- - command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.5 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
532- - command : echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
533- after :
534- - command : bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
535- artifacts :
536- Crash Dumps :
537- paths :
538- - CrashDumps/**
539- logs :
540- paths :
541- - ' *.log'
542- - ' *.xml'
543- - upm-ci~/test-results/**/*
544- - upm-ci~/temp/*/Logs/**
545- - upm-ci~/temp/*/Library/*.log
546- - upm-ci~/temp/*/*.log
547- - upm-ci~/temp/Builds/*.log
548- packages :
549- paths :
550- - upm-ci~/packages/**/*
551- PreviewAPVResults :
552- paths :
553- - PreviewApvArtifacts~/**
554- - APVTest/**/manifest.json
555- pvp-results :
556- paths :
557- - upm-ci~/pvp/**/*
558- browsable : onDemand
559- dependencies :
560- - path : .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
561- variables :
562- UPMPVP_CONTEXT_WRENCH : 1.3.0.0
563- metadata :
564- Job Maintainers : ' #rm-packageworks'
565- Wrench : 1.3.0.0
566-
567- # Functional tests for dependents found in the latest 6000.5 manifest (Ubuntu).
568- preview_apv_-_6000_5_-_ubuntu :
569- name : Preview APV - 6000.5 - ubuntu
570- agent :
571- image : package-ci/ubuntu-22.04:v4
572- type : Unity::VM
573- flavor : b1.large
574- commands :
575- - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
576- - command : 7z x -aoa wrench-localapv.zip
577- - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
578- - command : python PythonScripts/print_machine_info.py
579- - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
580- timeout : 20
581- retries : 10
582- - command : unity-downloader-cli -u trunk -c editor --path .Editor --fast
583- timeout : 10
584- retries : 3
585- - command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.5 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
586- - command : echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
587- after :
588- - command : bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
589- artifacts :
590- Crash Dumps :
591- paths :
592- - CrashDumps/**
593- logs :
594- paths :
595- - ' *.log'
596- - ' *.xml'
597- - upm-ci~/test-results/**/*
598- - upm-ci~/temp/*/Logs/**
599- - upm-ci~/temp/*/Library/*.log
600- - upm-ci~/temp/*/*.log
601- - upm-ci~/temp/Builds/*.log
602- packages :
603- paths :
604- - upm-ci~/packages/**/*
605- PreviewAPVResults :
606- paths :
607- - PreviewApvArtifacts~/**
608- - APVTest/**/manifest.json
609- pvp-results :
610- paths :
611- - upm-ci~/pvp/**/*
612- browsable : onDemand
613- dependencies :
614- - path : .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
615- variables :
616- UPMPVP_CONTEXT_WRENCH : 1.3.0.0
617- metadata :
618- Job Maintainers : ' #rm-packageworks'
619- Wrench : 1.3.0.0
620-
621- # Functional tests for dependents found in the latest 6000.5 manifest (Windows).
622- preview_apv_-_6000_5_-_windows :
623- name : Preview APV - 6000.5 - windows
624- agent :
625- image : package-ci/win10:default
626- type : Unity::VM
627- flavor : b1.large
628- commands :
629- - command : gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
630- - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
631- - command : 7z x -aoa wrench-localapv.zip
632- - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
633- - command : python PythonScripts/print_machine_info.py
634- - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
635- timeout : 20
636- retries : 10
637- - command : unity-downloader-cli -u trunk -c editor --path .Editor --fast
638- timeout : 10
639- retries : 3
640- - command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.5 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
641- - command : python PythonScripts/editor_manifest_validator.py --version=6000.5 --wrench-config=.yamato/wrench/wrench_config.json
642- after :
643- - command : .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
644- artifacts :
645- Crash Dumps :
646- paths :
647- - CrashDumps/**
648- logs :
649- paths :
650- - ' *.log'
651- - ' *.xml'
652- - upm-ci~/test-results/**/*
653- - upm-ci~/temp/*/Logs/**
654- - upm-ci~/temp/*/Library/*.log
655- - upm-ci~/temp/*/*.log
656- - upm-ci~/temp/Builds/*.log
657- packages :
658- paths :
659- - upm-ci~/packages/**/*
660- PreviewAPVResults :
661- paths :
662- - PreviewApvArtifacts~/**
663- - APVTest/**/manifest.json
664- pvp-results :
665- paths :
666- - upm-ci~/pvp/**/*
667- browsable : onDemand
668- dependencies :
669- - path : .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
670- variables :
671- UPMPVP_CONTEXT_WRENCH : 1.3.0.0
672- metadata :
673- Job Maintainers : ' #rm-packageworks'
674- Wrench : 1.3.0.0
675-
0 commit comments