Skip to content

Commit 83a5852

Browse files
committed
Specified maxximum editor version to 6000.3 to avoid breaking changes that still need to be addressed
1 parent 1a307f4 commit 83a5852

File tree

5 files changed

+2
-897
lines changed

5 files changed

+2
-897
lines changed

.yamato/wrench/preview-a-p-v.yml

Lines changed: 0 additions & 356 deletions
Original file line numberDiff line numberDiff line change
@@ -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.4.8.0
@@ -371,353 +365,3 @@ preview_apv_-_6000_3_-_windows:
371365
Job Maintainers: '#rm-packageworks'
372366
Wrench: 1.4.8.0
373367

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

0 commit comments

Comments
 (0)