Skip to content

Commit d6ebf43

Browse files
committed
Removed support for 6000.6 in this package version due to editor related issues blocking us
1 parent 8030a05 commit d6ebf43

5 files changed

Lines changed: 3 additions & 450 deletions

File tree

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

Lines changed: 0 additions & 178 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ all_preview_apv_jobs:
2222
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_macos13
2323
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_ubuntu2204
2424
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_win10
25-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_6_-_macos13
26-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_6_-_ubuntu2204
27-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_6_-_win10
2825
metadata:
2926
Job Maintainers: '#rm-packageworks'
3027
Wrench: 2.9.0.0
@@ -729,178 +726,3 @@ preview_apv_-_6000_5_-_win10:
729726
Job Maintainers: '#rm-packageworks'
730727
Wrench: 2.9.0.0
731728

732-
# Functional tests for dependents found in the latest 6000.6 manifest (MacOS).
733-
preview_apv_-_6000_6_-_macos13:
734-
name: Preview APV - 6000.6 - macos13
735-
agent:
736-
image: package-ci/macos-13:v4
737-
type: Unity::VM::osx
738-
flavor: b1.xlarge
739-
commands:
740-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
741-
- command: 7z x -aoa wrench-localapv.zip
742-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
743-
- command: python PythonScripts/print_machine_info.py
744-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
745-
timeout: 20
746-
retries: 10
747-
- command: unity-downloader-cli -u trunk -c editor --path .Editor --fast
748-
timeout: 10
749-
retries: 3
750-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.6 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
751-
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
752-
after:
753-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
754-
artifacts:
755-
Crash Dumps:
756-
paths:
757-
- CrashDumps/**
758-
logs:
759-
paths:
760-
- '*.log'
761-
- '*.xml'
762-
- upm-ci~/test-results/**/*
763-
- upm-ci~/temp/*/Logs/**
764-
- upm-ci~/temp/*/Library/*.log
765-
- upm-ci~/temp/*/*.log
766-
- upm-ci~/temp/Builds/*.log
767-
packages:
768-
paths:
769-
- upm-ci~/packages/**/*
770-
PreviewAPVResults:
771-
paths:
772-
- PreviewApvArtifacts~/**
773-
- APVTest/**/manifest.json
774-
pvp-results:
775-
paths:
776-
- upm-ci~/pvp/**/*
777-
browsable: onDemand
778-
dependencies:
779-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
780-
variables:
781-
UNITY_LICENSING_SERVER_BASE_URL: http://unity-ci-licenses.hq.unity3d.com:8080/
782-
UNITY_LICENSING_SERVER_DELETE_NUL: 0
783-
UNITY_LICENSING_SERVER_DELETE_ULF: 0
784-
UNITY_LICENSING_SERVER_TOOLSET: pro
785-
UPMPVP_CONTEXT_WRENCH: 2.9.0.0
786-
metadata:
787-
Job Maintainers: '#rm-packageworks'
788-
Wrench: 2.9.0.0
789-
790-
# Functional tests for dependents found in the latest 6000.6 manifest (Ubuntu).
791-
preview_apv_-_6000_6_-_ubuntu2204:
792-
name: Preview APV - 6000.6 - ubuntu2204
793-
agent:
794-
image: package-ci/ubuntu-22.04:v4
795-
type: Unity::VM
796-
flavor: b1.large
797-
commands:
798-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
799-
- command: 7z x -aoa wrench-localapv.zip
800-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
801-
- command: python PythonScripts/print_machine_info.py
802-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
803-
timeout: 20
804-
retries: 10
805-
- command: unity-downloader-cli -u trunk -c editor --path .Editor --fast
806-
timeout: 10
807-
retries: 3
808-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.6 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
809-
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
810-
after:
811-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
812-
artifacts:
813-
Crash Dumps:
814-
paths:
815-
- CrashDumps/**
816-
logs:
817-
paths:
818-
- '*.log'
819-
- '*.xml'
820-
- upm-ci~/test-results/**/*
821-
- upm-ci~/temp/*/Logs/**
822-
- upm-ci~/temp/*/Library/*.log
823-
- upm-ci~/temp/*/*.log
824-
- upm-ci~/temp/Builds/*.log
825-
packages:
826-
paths:
827-
- upm-ci~/packages/**/*
828-
PreviewAPVResults:
829-
paths:
830-
- PreviewApvArtifacts~/**
831-
- APVTest/**/manifest.json
832-
pvp-results:
833-
paths:
834-
- upm-ci~/pvp/**/*
835-
browsable: onDemand
836-
dependencies:
837-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
838-
variables:
839-
UNITY_LICENSING_SERVER_BASE_URL: http://unity-ci-licenses.hq.unity3d.com:8080/
840-
UNITY_LICENSING_SERVER_DELETE_NUL: 0
841-
UNITY_LICENSING_SERVER_DELETE_ULF: 0
842-
UNITY_LICENSING_SERVER_TOOLSET: pro
843-
UPMPVP_CONTEXT_WRENCH: 2.9.0.0
844-
metadata:
845-
Job Maintainers: '#rm-packageworks'
846-
Wrench: 2.9.0.0
847-
848-
# Functional tests for dependents found in the latest 6000.6 manifest (Windows).
849-
preview_apv_-_6000_6_-_win10:
850-
name: Preview APV - 6000.6 - win10
851-
agent:
852-
image: package-ci/win10:v4
853-
type: Unity::VM
854-
flavor: b1.large
855-
commands:
856-
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
857-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
858-
- command: 7z x -aoa wrench-localapv.zip
859-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
860-
- command: python PythonScripts/print_machine_info.py
861-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
862-
timeout: 20
863-
retries: 10
864-
- command: unity-downloader-cli -u trunk -c editor --path .Editor --fast
865-
timeout: 10
866-
retries: 3
867-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.6 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
868-
- command: python PythonScripts/editor_manifest_validator.py --version=6000.6 --wrench-config=.yamato/wrench/wrench_config.json
869-
after:
870-
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
871-
artifacts:
872-
Crash Dumps:
873-
paths:
874-
- CrashDumps/**
875-
logs:
876-
paths:
877-
- '*.log'
878-
- '*.xml'
879-
- upm-ci~/test-results/**/*
880-
- upm-ci~/temp/*/Logs/**
881-
- upm-ci~/temp/*/Library/*.log
882-
- upm-ci~/temp/*/*.log
883-
- upm-ci~/temp/Builds/*.log
884-
packages:
885-
paths:
886-
- upm-ci~/packages/**/*
887-
PreviewAPVResults:
888-
paths:
889-
- PreviewApvArtifacts~/**
890-
- APVTest/**/manifest.json
891-
pvp-results:
892-
paths:
893-
- upm-ci~/pvp/**/*
894-
browsable: onDemand
895-
dependencies:
896-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
897-
variables:
898-
UNITY_LICENSING_SERVER_BASE_URL: http://unity-ci-licenses.hq.unity3d.com:8080/
899-
UNITY_LICENSING_SERVER_DELETE_NUL: 0
900-
UNITY_LICENSING_SERVER_DELETE_ULF: 0
901-
UNITY_LICENSING_SERVER_TOOLSET: pro
902-
UPMPVP_CONTEXT_WRENCH: 2.9.0.0
903-
metadata:
904-
Job Maintainers: '#rm-packageworks'
905-
Wrench: 2.9.0.0
906-

.yamato/wrench/promotion-jobs.yml

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -151,36 +151,6 @@ publish_dry_run_netcode_gameobjects:
151151
UTR:
152152
location: results/UTR/validate-netcode.gameobjects-6000.5-win10
153153
unzip: true
154-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_6_-_macos13
155-
specific_options:
156-
packages:
157-
ignore_artifact: true
158-
pvp-results:
159-
location: results/pvp/validate-netcode.gameobjects-6000.6-macos13
160-
unzip: true
161-
UTR:
162-
location: results/UTR/validate-netcode.gameobjects-6000.6-macos13
163-
unzip: true
164-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_6_-_ubuntu2204
165-
specific_options:
166-
packages:
167-
ignore_artifact: true
168-
pvp-results:
169-
location: results/pvp/validate-netcode.gameobjects-6000.6-ubuntu2204
170-
unzip: true
171-
UTR:
172-
location: results/UTR/validate-netcode.gameobjects-6000.6-ubuntu2204
173-
unzip: true
174-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_6_-_win10
175-
specific_options:
176-
packages:
177-
ignore_artifact: true
178-
pvp-results:
179-
location: results/pvp/validate-netcode.gameobjects-6000.6-win10
180-
unzip: true
181-
UTR:
182-
location: results/UTR/validate-netcode.gameobjects-6000.6-win10
183-
unzip: true
184154
variables:
185155
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
186156
UPMPVP_CONTEXT_WRENCH: 2.9.0.0
@@ -333,36 +303,6 @@ publish_netcode_gameobjects:
333303
UTR:
334304
location: results/UTR/validate-netcode.gameobjects-6000.5-win10
335305
unzip: true
336-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_6_-_macos13
337-
specific_options:
338-
packages:
339-
ignore_artifact: true
340-
pvp-results:
341-
location: results/pvp/validate-netcode.gameobjects-6000.6-macos13
342-
unzip: true
343-
UTR:
344-
location: results/UTR/validate-netcode.gameobjects-6000.6-macos13
345-
unzip: true
346-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_6_-_ubuntu2204
347-
specific_options:
348-
packages:
349-
ignore_artifact: true
350-
pvp-results:
351-
location: results/pvp/validate-netcode.gameobjects-6000.6-ubuntu2204
352-
unzip: true
353-
UTR:
354-
location: results/UTR/validate-netcode.gameobjects-6000.6-ubuntu2204
355-
unzip: true
356-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_6_-_win10
357-
specific_options:
358-
packages:
359-
ignore_artifact: true
360-
pvp-results:
361-
location: results/pvp/validate-netcode.gameobjects-6000.6-win10
362-
unzip: true
363-
UTR:
364-
location: results/UTR/validate-netcode.gameobjects-6000.6-win10
365-
unzip: true
366306
variables:
367307
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
368308
UPMPVP_CONTEXT_WRENCH: 2.9.0.0

0 commit comments

Comments
 (0)