Skip to content

Commit d732f0d

Browse files
committed
Setting maximum supported editor
1 parent 2694e2b commit d732f0d

File tree

5 files changed

+2
-425
lines changed

5 files changed

+2
-425
lines changed

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

Lines changed: 0 additions & 166 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ all_preview_apv_jobs:
2020
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_macos
2121
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_ubuntu
2222
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_windows
23-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_macos
24-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_ubuntu
25-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_3_-_windows
2623
metadata:
2724
Job Maintainers: '#rm-packageworks'
2825
Wrench: 0.12.2.0
@@ -842,166 +839,3 @@ preview_apv_-_6000_2_-_windows:
842839
Job Maintainers: '#rm-packageworks'
843840
Wrench: 0.12.2.0
844841

845-
# Functional tests for dependents found in the latest 6000.3 manifest (MacOS).
846-
preview_apv_-_6000_3_-_macos:
847-
name: Preview APV - 6000.3 - macos
848-
agent:
849-
image: package-ci/macos-13:default
850-
type: Unity::VM::osx
851-
flavor: b1.xlarge
852-
commands:
853-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip
854-
- command: 7z x -aoa wrench-localapv.zip
855-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
856-
- command: python PythonScripts/print_machine_info.py
857-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
858-
timeout: 20
859-
retries: 10
860-
- command: unity-downloader-cli -u trunk -c editor --path .Editor --fast
861-
timeout: 10
862-
retries: 3
863-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
864-
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
865-
after:
866-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
867-
artifacts:
868-
Crash Dumps:
869-
paths:
870-
- CrashDumps/**
871-
logs:
872-
paths:
873-
- '*.log'
874-
- '*.xml'
875-
- upm-ci~/test-results/**/*
876-
- upm-ci~/temp/*/Logs/**
877-
- upm-ci~/temp/*/Library/*.log
878-
- upm-ci~/temp/*/*.log
879-
- upm-ci~/temp/Builds/*.log
880-
packages:
881-
paths:
882-
- upm-ci~/packages/**/*
883-
PreviewAPVResults:
884-
paths:
885-
- PreviewApvArtifacts~/**
886-
- APVTest/**/manifest.json
887-
pvp-results:
888-
paths:
889-
- upm-ci~/pvp/**/*
890-
browsable: onDemand
891-
dependencies:
892-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
893-
variables:
894-
UPMPVP_CONTEXT_WRENCH: 0.12.2.0
895-
metadata:
896-
Job Maintainers: '#rm-packageworks'
897-
Wrench: 0.12.2.0
898-
899-
# Functional tests for dependents found in the latest 6000.3 manifest (Ubuntu).
900-
preview_apv_-_6000_3_-_ubuntu:
901-
name: Preview APV - 6000.3 - ubuntu
902-
agent:
903-
image: package-ci/ubuntu-20.04:default
904-
type: Unity::VM
905-
flavor: b1.large
906-
commands:
907-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip
908-
- command: 7z x -aoa wrench-localapv.zip
909-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
910-
- command: python PythonScripts/print_machine_info.py
911-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
912-
timeout: 20
913-
retries: 10
914-
- command: unity-downloader-cli -u trunk -c editor --path .Editor --fast
915-
timeout: 10
916-
retries: 3
917-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
918-
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
919-
after:
920-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
921-
artifacts:
922-
Crash Dumps:
923-
paths:
924-
- CrashDumps/**
925-
logs:
926-
paths:
927-
- '*.log'
928-
- '*.xml'
929-
- upm-ci~/test-results/**/*
930-
- upm-ci~/temp/*/Logs/**
931-
- upm-ci~/temp/*/Library/*.log
932-
- upm-ci~/temp/*/*.log
933-
- upm-ci~/temp/Builds/*.log
934-
packages:
935-
paths:
936-
- upm-ci~/packages/**/*
937-
PreviewAPVResults:
938-
paths:
939-
- PreviewApvArtifacts~/**
940-
- APVTest/**/manifest.json
941-
pvp-results:
942-
paths:
943-
- upm-ci~/pvp/**/*
944-
browsable: onDemand
945-
dependencies:
946-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
947-
variables:
948-
UPMPVP_CONTEXT_WRENCH: 0.12.2.0
949-
metadata:
950-
Job Maintainers: '#rm-packageworks'
951-
Wrench: 0.12.2.0
952-
953-
# Functional tests for dependents found in the latest 6000.3 manifest (Windows).
954-
preview_apv_-_6000_3_-_windows:
955-
name: Preview APV - 6000.3 - windows
956-
agent:
957-
image: package-ci/win10:default
958-
type: Unity::VM
959-
flavor: b1.large
960-
commands:
961-
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
962-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip
963-
- command: 7z x -aoa wrench-localapv.zip
964-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
965-
- command: python PythonScripts/print_machine_info.py
966-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
967-
timeout: 20
968-
retries: 10
969-
- command: unity-downloader-cli -u trunk -c editor --path .Editor --fast
970-
timeout: 10
971-
retries: 3
972-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
973-
- command: python PythonScripts/editor_manifest_validator.py --version=6000.3 --wrench-config=.yamato/wrench/wrench_config.json
974-
after:
975-
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
976-
artifacts:
977-
Crash Dumps:
978-
paths:
979-
- CrashDumps/**
980-
logs:
981-
paths:
982-
- '*.log'
983-
- '*.xml'
984-
- upm-ci~/test-results/**/*
985-
- upm-ci~/temp/*/Logs/**
986-
- upm-ci~/temp/*/Library/*.log
987-
- upm-ci~/temp/*/*.log
988-
- upm-ci~/temp/Builds/*.log
989-
packages:
990-
paths:
991-
- upm-ci~/packages/**/*
992-
PreviewAPVResults:
993-
paths:
994-
- PreviewApvArtifacts~/**
995-
- APVTest/**/manifest.json
996-
pvp-results:
997-
paths:
998-
- upm-ci~/pvp/**/*
999-
browsable: onDemand
1000-
dependencies:
1001-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
1002-
variables:
1003-
UPMPVP_CONTEXT_WRENCH: 0.12.2.0
1004-
metadata:
1005-
Job Maintainers: '#rm-packageworks'
1006-
Wrench: 0.12.2.0
1007-

.yamato/wrench/promotion-jobs.yml

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -176,36 +176,6 @@ publish_dry_run_netcode_gameobjects:
176176
unzip: true
177177
packages:
178178
ignore_artifact: true
179-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_3_-_macos
180-
specific_options:
181-
UTR:
182-
location: results/UTR/validate-netcode.gameobjects-6000.3-macos
183-
unzip: true
184-
pvp-results:
185-
location: results/pvp/validate-netcode.gameobjects-6000.3-macos
186-
unzip: true
187-
packages:
188-
ignore_artifact: true
189-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_3_-_ubuntu
190-
specific_options:
191-
UTR:
192-
location: results/UTR/validate-netcode.gameobjects-6000.3-ubuntu
193-
unzip: true
194-
pvp-results:
195-
location: results/pvp/validate-netcode.gameobjects-6000.3-ubuntu
196-
unzip: true
197-
packages:
198-
ignore_artifact: true
199-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_3_-_windows
200-
specific_options:
201-
UTR:
202-
location: results/UTR/validate-netcode.gameobjects-6000.3-windows
203-
unzip: true
204-
pvp-results:
205-
location: results/pvp/validate-netcode.gameobjects-6000.3-windows
206-
unzip: true
207-
packages:
208-
ignore_artifact: true
209179
variables:
210180
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
211181
UPMPVP_CONTEXT_WRENCH: 0.12.2.0
@@ -388,36 +358,6 @@ publish_netcode_gameobjects:
388358
unzip: true
389359
packages:
390360
ignore_artifact: true
391-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_3_-_macos
392-
specific_options:
393-
UTR:
394-
location: results/UTR/validate-netcode.gameobjects-6000.3-macos
395-
unzip: true
396-
pvp-results:
397-
location: results/pvp/validate-netcode.gameobjects-6000.3-macos
398-
unzip: true
399-
packages:
400-
ignore_artifact: true
401-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_3_-_ubuntu
402-
specific_options:
403-
UTR:
404-
location: results/UTR/validate-netcode.gameobjects-6000.3-ubuntu
405-
unzip: true
406-
pvp-results:
407-
location: results/pvp/validate-netcode.gameobjects-6000.3-ubuntu
408-
unzip: true
409-
packages:
410-
ignore_artifact: true
411-
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_3_-_windows
412-
specific_options:
413-
UTR:
414-
location: results/UTR/validate-netcode.gameobjects-6000.3-windows
415-
unzip: true
416-
pvp-results:
417-
location: results/pvp/validate-netcode.gameobjects-6000.3-windows
418-
unzip: true
419-
packages:
420-
ignore_artifact: true
421361
variables:
422362
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
423363
UPMPVP_CONTEXT_WRENCH: 0.12.2.0

0 commit comments

Comments
 (0)