@@ -14,6 +14,9 @@ all_preview_apv_jobs:
14
14
- path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_macos
15
15
- path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_ubuntu
16
16
- path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_windows
17
+ - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_macos
18
+ - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_ubuntu
19
+ - path : .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_windows
17
20
metadata :
18
21
Job Maintainers : ' #rm-packageworks'
19
22
Wrench : 1.1.0.0
@@ -359,7 +362,7 @@ preview_apv_-_6000_3_-_macos:
359
362
- command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
360
363
timeout : 20
361
364
retries : 10
362
- - command : unity-downloader-cli -u trunk -c editor --path .Editor --fast
365
+ - command : unity-downloader-cli -u 6000.3/staging -c editor --path .Editor --fast
363
366
timeout : 10
364
367
retries : 3
365
368
- command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
@@ -413,7 +416,7 @@ preview_apv_-_6000_3_-_ubuntu:
413
416
- command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
414
417
timeout : 20
415
418
retries : 10
416
- - command : unity-downloader-cli -u trunk -c editor --path .Editor --fast
419
+ - command : unity-downloader-cli -u 6000.3/staging -c editor --path .Editor --fast
417
420
timeout : 10
418
421
retries : 3
419
422
- command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
@@ -468,7 +471,7 @@ preview_apv_-_6000_3_-_windows:
468
471
- command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
469
472
timeout : 20
470
473
retries : 10
471
- - command : unity-downloader-cli -u trunk -c editor --path .Editor --fast
474
+ - command : unity-downloader-cli -u 6000.3/staging -c editor --path .Editor --fast
472
475
timeout : 10
473
476
retries : 3
474
477
- command : python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
@@ -507,3 +510,166 @@ preview_apv_-_6000_3_-_windows:
507
510
Job Maintainers : ' #rm-packageworks'
508
511
Wrench : 1.1.0.0
509
512
513
+ # Functional tests for dependents found in the latest 6000.4 manifest (MacOS).
514
+ preview_apv_-_6000_4_-_macos :
515
+ name : Preview APV - 6000.4 - 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-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.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.4 --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.1.0.0
563
+ metadata :
564
+ Job Maintainers : ' #rm-packageworks'
565
+ Wrench : 1.1.0.0
566
+
567
+ # Functional tests for dependents found in the latest 6000.4 manifest (Ubuntu).
568
+ preview_apv_-_6000_4_-_ubuntu :
569
+ name : Preview APV - 6000.4 - 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-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.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.4 --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.1.0.0
617
+ metadata :
618
+ Job Maintainers : ' #rm-packageworks'
619
+ Wrench : 1.1.0.0
620
+
621
+ # Functional tests for dependents found in the latest 6000.4 manifest (Windows).
622
+ preview_apv_-_6000_4_-_windows :
623
+ name : Preview APV - 6000.4 - 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-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.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.4 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
641
+ - command : python PythonScripts/editor_manifest_validator.py --version=6000.4 --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.1.0.0
672
+ metadata :
673
+ Job Maintainers : ' #rm-packageworks'
674
+ Wrench : 1.1.0.0
675
+
0 commit comments