Skip to content

Commit 45bfa52

Browse files
windxu88jfreire-unity
authored andcommitted
Regenerate Wrench jobs
1 parent 514b589 commit 45bfa52

File tree

3 files changed

+0
-424
lines changed

3 files changed

+0
-424
lines changed

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

Lines changed: 0 additions & 166 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ all_preview_apv_jobs:
1414
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_macos
1515
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_ubuntu
1616
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_windows
17-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_1_-_macos
18-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_1_-_ubuntu
19-
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_1_-_windows
2017
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_macos
2118
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_ubuntu
2219
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_2_-_windows
@@ -516,169 +513,6 @@ preview_apv_-_6000_0_-_windows:
516513
Job Maintainers: '#rm-packageworks'
517514
Wrench: 0.12.2.0
518515

519-
# Functional tests for dependents found in the latest 6000.1 manifest (MacOS).
520-
preview_apv_-_6000_1_-_macos:
521-
name: Preview APV - 6000.1 - macos
522-
agent:
523-
image: package-ci/macos-13:default
524-
type: Unity::VM::osx
525-
flavor: b1.xlarge
526-
commands:
527-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip
528-
- command: 7z x -aoa wrench-localapv.zip
529-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
530-
- command: python PythonScripts/print_machine_info.py
531-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
532-
timeout: 20
533-
retries: 10
534-
- command: unity-downloader-cli -u 6000.1/staging -c editor --path .Editor --fast
535-
timeout: 10
536-
retries: 3
537-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.1 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
538-
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
539-
after:
540-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
541-
artifacts:
542-
Crash Dumps:
543-
paths:
544-
- CrashDumps/**
545-
logs:
546-
paths:
547-
- '*.log'
548-
- '*.xml'
549-
- upm-ci~/test-results/**/*
550-
- upm-ci~/temp/*/Logs/**
551-
- upm-ci~/temp/*/Library/*.log
552-
- upm-ci~/temp/*/*.log
553-
- upm-ci~/temp/Builds/*.log
554-
packages:
555-
paths:
556-
- upm-ci~/packages/**/*
557-
PreviewAPVResults:
558-
paths:
559-
- PreviewApvArtifacts~/**
560-
- APVTest/**/manifest.json
561-
pvp-results:
562-
paths:
563-
- upm-ci~/pvp/**/*
564-
browsable: onDemand
565-
dependencies:
566-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
567-
variables:
568-
UPMPVP_CONTEXT_WRENCH: 0.12.2.0
569-
metadata:
570-
Job Maintainers: '#rm-packageworks'
571-
Wrench: 0.12.2.0
572-
573-
# Functional tests for dependents found in the latest 6000.1 manifest (Ubuntu).
574-
preview_apv_-_6000_1_-_ubuntu:
575-
name: Preview APV - 6000.1 - ubuntu
576-
agent:
577-
image: package-ci/ubuntu-22.04:default
578-
type: Unity::VM
579-
flavor: b1.large
580-
commands:
581-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip
582-
- command: 7z x -aoa wrench-localapv.zip
583-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
584-
- command: python PythonScripts/print_machine_info.py
585-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
586-
timeout: 20
587-
retries: 10
588-
- command: unity-downloader-cli -u 6000.1/staging -c editor --path .Editor --fast
589-
timeout: 10
590-
retries: 3
591-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.1 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
592-
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
593-
after:
594-
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
595-
artifacts:
596-
Crash Dumps:
597-
paths:
598-
- CrashDumps/**
599-
logs:
600-
paths:
601-
- '*.log'
602-
- '*.xml'
603-
- upm-ci~/test-results/**/*
604-
- upm-ci~/temp/*/Logs/**
605-
- upm-ci~/temp/*/Library/*.log
606-
- upm-ci~/temp/*/*.log
607-
- upm-ci~/temp/Builds/*.log
608-
packages:
609-
paths:
610-
- upm-ci~/packages/**/*
611-
PreviewAPVResults:
612-
paths:
613-
- PreviewApvArtifacts~/**
614-
- APVTest/**/manifest.json
615-
pvp-results:
616-
paths:
617-
- upm-ci~/pvp/**/*
618-
browsable: onDemand
619-
dependencies:
620-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
621-
variables:
622-
UPMPVP_CONTEXT_WRENCH: 0.12.2.0
623-
metadata:
624-
Job Maintainers: '#rm-packageworks'
625-
Wrench: 0.12.2.0
626-
627-
# Functional tests for dependents found in the latest 6000.1 manifest (Windows).
628-
preview_apv_-_6000_1_-_windows:
629-
name: Preview APV - 6000.1 - windows
630-
agent:
631-
image: package-ci/win10:default
632-
type: Unity::VM
633-
flavor: b1.large
634-
commands:
635-
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
636-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip
637-
- command: 7z x -aoa wrench-localapv.zip
638-
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
639-
- command: python PythonScripts/print_machine_info.py
640-
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
641-
timeout: 20
642-
retries: 10
643-
- command: unity-downloader-cli -u 6000.1/staging -c editor --path .Editor --fast
644-
timeout: 10
645-
retries: 3
646-
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.1 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
647-
- command: python PythonScripts/editor_manifest_validator.py --version=6000.1 --wrench-config=.yamato/wrench/wrench_config.json
648-
after:
649-
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
650-
artifacts:
651-
Crash Dumps:
652-
paths:
653-
- CrashDumps/**
654-
logs:
655-
paths:
656-
- '*.log'
657-
- '*.xml'
658-
- upm-ci~/test-results/**/*
659-
- upm-ci~/temp/*/Logs/**
660-
- upm-ci~/temp/*/Library/*.log
661-
- upm-ci~/temp/*/*.log
662-
- upm-ci~/temp/Builds/*.log
663-
packages:
664-
paths:
665-
- upm-ci~/packages/**/*
666-
PreviewAPVResults:
667-
paths:
668-
- PreviewApvArtifacts~/**
669-
- APVTest/**/manifest.json
670-
pvp-results:
671-
paths:
672-
- upm-ci~/pvp/**/*
673-
browsable: onDemand
674-
dependencies:
675-
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_inputsystem
676-
variables:
677-
UPMPVP_CONTEXT_WRENCH: 0.12.2.0
678-
metadata:
679-
Job Maintainers: '#rm-packageworks'
680-
Wrench: 0.12.2.0
681-
682516
# Functional tests for dependents found in the latest 6000.2 manifest (MacOS).
683517
preview_apv_-_6000_2_-_macos:
684518
name: Preview APV - 6000.2 - macos

.yamato/wrench/promotion-jobs.yml

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -116,36 +116,6 @@ publish_dry_run_inputsystem:
116116
unzip: true
117117
packages:
118118
ignore_artifact: true
119-
- path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_1_-_macos
120-
specific_options:
121-
UTR:
122-
location: results/UTR/validate-inputsystem-6000.1-macos
123-
unzip: true
124-
pvp-results:
125-
location: results/pvp/validate-inputsystem-6000.1-macos
126-
unzip: true
127-
packages:
128-
ignore_artifact: true
129-
- path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_1_-_ubuntu
130-
specific_options:
131-
UTR:
132-
location: results/UTR/validate-inputsystem-6000.1-ubuntu
133-
unzip: true
134-
pvp-results:
135-
location: results/pvp/validate-inputsystem-6000.1-ubuntu
136-
unzip: true
137-
packages:
138-
ignore_artifact: true
139-
- path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_1_-_windows
140-
specific_options:
141-
UTR:
142-
location: results/UTR/validate-inputsystem-6000.1-windows
143-
unzip: true
144-
pvp-results:
145-
location: results/pvp/validate-inputsystem-6000.1-windows
146-
unzip: true
147-
packages:
148-
ignore_artifact: true
149119
- path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_2_-_macos
150120
specific_options:
151121
UTR:
@@ -328,36 +298,6 @@ publish_inputsystem:
328298
unzip: true
329299
packages:
330300
ignore_artifact: true
331-
- path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_1_-_macos
332-
specific_options:
333-
UTR:
334-
location: results/UTR/validate-inputsystem-6000.1-macos
335-
unzip: true
336-
pvp-results:
337-
location: results/pvp/validate-inputsystem-6000.1-macos
338-
unzip: true
339-
packages:
340-
ignore_artifact: true
341-
- path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_1_-_ubuntu
342-
specific_options:
343-
UTR:
344-
location: results/UTR/validate-inputsystem-6000.1-ubuntu
345-
unzip: true
346-
pvp-results:
347-
location: results/pvp/validate-inputsystem-6000.1-ubuntu
348-
unzip: true
349-
packages:
350-
ignore_artifact: true
351-
- path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_1_-_windows
352-
specific_options:
353-
UTR:
354-
location: results/UTR/validate-inputsystem-6000.1-windows
355-
unzip: true
356-
pvp-results:
357-
location: results/pvp/validate-inputsystem-6000.1-windows
358-
unzip: true
359-
packages:
360-
ignore_artifact: true
361301
- path: .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_2_-_macos
362302
specific_options:
363303
UTR:

0 commit comments

Comments
 (0)