Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .yamato/upm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ test_editors:
- version: 6000.4
- version: 6000.3
- version: 6000.0
- version: 2022.3
- version: 2021.3

artifactory:
production: https://artifactory.prd.it.unity3d.com/artifactory/api/
Expand Down
10 changes: 5 additions & 5 deletions .yamato/wrench/api-validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
all_api_validation_jobs:
name: All API Validation Jobs
dependencies:
- path: .yamato/wrench/api-validation-jobs.yml#api_validation_-_mobile_notifications_-_2021_3_-_win10
- path: .yamato/wrench/api-validation-jobs.yml#api_validation_-_mobile_notifications_-_6000_0_-_win10

# upm-ci validation tests for API Validation - mobile.notifications - 2021.3 - win10 (2021.3 - Windows).
api_validation_-_mobile_notifications_-_2021_3_-_win10:
name: API Validation - mobile.notifications - 2021.3 - win10
# upm-ci validation tests for API Validation - mobile.notifications - 6000.0 - win10 (6000.0 - Windows).
api_validation_-_mobile_notifications_-_6000_0_-_win10:
name: API Validation - mobile.notifications - 6000.0 - win10
agent:
image: package-ci/win10:v4
type: Unity::VM
Expand All @@ -25,7 +25,7 @@ api_validation_-_mobile_notifications_-_2021_3_-_win10:
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
timeout: 20
retries: 10
- command: unity-downloader-cli -u 2021.3 -c editor --path .Editor --fast
- command: unity-downloader-cli -u 6000.0/staging -c editor --path .Editor --fast
timeout: 10
retries: 3
- command: python PythonScripts/PackageJsonCondersor.py
Expand Down
178 changes: 0 additions & 178 deletions .yamato/wrench/preview-a-p-v.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
all_preview_apv_jobs:
name: All Preview APV Jobs
dependencies:
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_macos13
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_ubuntu1804
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_win10
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_macos13
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_ubuntu2204
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_win10
Expand All @@ -32,181 +29,6 @@ all_preview_apv_jobs:
Job Maintainers: '#rm-packageworks'
Wrench: 2.6.0.0

# Functional tests for dependents found in the latest 2022.3 manifest (MacOS).
preview_apv_-_2022_3_-_macos13:
name: Preview APV - 2022.3 - macos13
agent:
image: package-ci/macos-13:v4
type: Unity::VM::osx
flavor: b1.xlarge
commands:
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
- command: 7z x -aoa wrench-localapv.zip
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
- command: python PythonScripts/print_machine_info.py
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
timeout: 20
retries: 10
- command: unity-downloader-cli -u 2022.3/staging -c editor --path .Editor --fast
timeout: 10
retries: 3
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=2022.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-mac.sh
artifacts:
Crash Dumps:
paths:
- CrashDumps/**
logs:
paths:
- '*.log'
- '*.xml'
- upm-ci~/test-results/**/*
- upm-ci~/temp/*/Logs/**
- upm-ci~/temp/*/Library/*.log
- upm-ci~/temp/*/*.log
- upm-ci~/temp/Builds/*.log
packages:
paths:
- upm-ci~/packages/**/*
PreviewAPVResults:
paths:
- PreviewApvArtifacts~/**
- APVTest/**/manifest.json
pvp-results:
paths:
- upm-ci~/pvp/**/*
browsable: onDemand
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_mobile_notifications
variables:
UNITY_LICENSING_SERVER_BASE_URL: http://unity-ci-licenses.hq.unity3d.com:8080/
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 2.6.0.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 2.6.0.0

# Functional tests for dependents found in the latest 2022.3 manifest (Ubuntu).
preview_apv_-_2022_3_-_ubuntu1804:
name: Preview APV - 2022.3 - ubuntu1804
agent:
image: package-ci/ubuntu-18.04:v4
type: Unity::VM
flavor: b1.large
commands:
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
- command: 7z x -aoa wrench-localapv.zip
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
- command: python PythonScripts/print_machine_info.py
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
timeout: 20
retries: 10
- command: unity-downloader-cli -u 2022.3/staging -c editor --path .Editor --fast
timeout: 10
retries: 3
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=2022.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
after:
- command: bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
artifacts:
Crash Dumps:
paths:
- CrashDumps/**
logs:
paths:
- '*.log'
- '*.xml'
- upm-ci~/test-results/**/*
- upm-ci~/temp/*/Logs/**
- upm-ci~/temp/*/Library/*.log
- upm-ci~/temp/*/*.log
- upm-ci~/temp/Builds/*.log
packages:
paths:
- upm-ci~/packages/**/*
PreviewAPVResults:
paths:
- PreviewApvArtifacts~/**
- APVTest/**/manifest.json
pvp-results:
paths:
- upm-ci~/pvp/**/*
browsable: onDemand
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_mobile_notifications
variables:
UNITY_LICENSING_SERVER_BASE_URL: http://unity-ci-licenses.hq.unity3d.com:8080/
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 2.6.0.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 2.6.0.0

# Functional tests for dependents found in the latest 2022.3 manifest (Windows).
preview_apv_-_2022_3_-_win10:
name: Preview APV - 2022.3 - win10
agent:
image: package-ci/win10:v4
type: Unity::VM
flavor: b1.large
commands:
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
- command: 7z x -aoa wrench-localapv.zip
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
- command: python PythonScripts/print_machine_info.py
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
timeout: 20
retries: 10
- command: unity-downloader-cli -u 2022.3/staging -c editor --path .Editor --fast
timeout: 10
retries: 3
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=2022.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
- command: python PythonScripts/editor_manifest_validator.py --version=2022.3 --wrench-config=.yamato/wrench/wrench_config.json
after:
- command: .yamato\generated-scripts\infrastructure-instability-detection-win.cmd
artifacts:
Crash Dumps:
paths:
- CrashDumps/**
logs:
paths:
- '*.log'
- '*.xml'
- upm-ci~/test-results/**/*
- upm-ci~/temp/*/Logs/**
- upm-ci~/temp/*/Library/*.log
- upm-ci~/temp/*/*.log
- upm-ci~/temp/Builds/*.log
packages:
paths:
- upm-ci~/packages/**/*
PreviewAPVResults:
paths:
- PreviewApvArtifacts~/**
- APVTest/**/manifest.json
pvp-results:
paths:
- upm-ci~/pvp/**/*
browsable: onDemand
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_mobile_notifications
variables:
UNITY_LICENSING_SERVER_BASE_URL: http://unity-ci-licenses.hq.unity3d.com:8080/
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 2.6.0.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 2.6.0.0

# Functional tests for dependents found in the latest 6000.0 manifest (MacOS).
preview_apv_-_6000_0_-_macos13:
name: Preview APV - 6000.0 - macos13
Expand Down
120 changes: 0 additions & 120 deletions .yamato/wrench/promotion-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,66 +39,6 @@ publish_dry_run_mobile_notifications:
browsable: onNonSuccess
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_mobile_notifications
- path: .yamato/wrench/validation-jobs.yml#validate_-_mobile_notifications_-_2021_3_-_macos13
specific_options:
packages:
ignore_artifact: true
pvp-results:
location: results/pvp/validate-mobile.notifications-2021.3-macos13
unzip: true
UTR:
location: results/UTR/validate-mobile.notifications-2021.3-macos13
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_mobile_notifications_-_2021_3_-_ubuntu1804
specific_options:
packages:
ignore_artifact: true
pvp-results:
location: results/pvp/validate-mobile.notifications-2021.3-ubuntu1804
unzip: true
UTR:
location: results/UTR/validate-mobile.notifications-2021.3-ubuntu1804
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_mobile_notifications_-_2021_3_-_win10
specific_options:
packages:
ignore_artifact: true
pvp-results:
location: results/pvp/validate-mobile.notifications-2021.3-win10
unzip: true
UTR:
location: results/UTR/validate-mobile.notifications-2021.3-win10
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_mobile_notifications_-_2022_3_-_macos13
specific_options:
packages:
ignore_artifact: true
pvp-results:
location: results/pvp/validate-mobile.notifications-2022.3-macos13
unzip: true
UTR:
location: results/UTR/validate-mobile.notifications-2022.3-macos13
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_mobile_notifications_-_2022_3_-_ubuntu1804
specific_options:
packages:
ignore_artifact: true
pvp-results:
location: results/pvp/validate-mobile.notifications-2022.3-ubuntu1804
unzip: true
UTR:
location: results/UTR/validate-mobile.notifications-2022.3-ubuntu1804
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_mobile_notifications_-_2022_3_-_win10
specific_options:
packages:
ignore_artifact: true
pvp-results:
location: results/pvp/validate-mobile.notifications-2022.3-win10
unzip: true
UTR:
location: results/UTR/validate-mobile.notifications-2022.3-win10
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_mobile_notifications_-_6000_0_-_macos13
specific_options:
packages:
Expand Down Expand Up @@ -281,66 +221,6 @@ publish_mobile_notifications:
browsable: onNonSuccess
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_mobile_notifications
- path: .yamato/wrench/validation-jobs.yml#validate_-_mobile_notifications_-_2021_3_-_macos13
specific_options:
packages:
ignore_artifact: true
pvp-results:
location: results/pvp/validate-mobile.notifications-2021.3-macos13
unzip: true
UTR:
location: results/UTR/validate-mobile.notifications-2021.3-macos13
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_mobile_notifications_-_2021_3_-_ubuntu1804
specific_options:
packages:
ignore_artifact: true
pvp-results:
location: results/pvp/validate-mobile.notifications-2021.3-ubuntu1804
unzip: true
UTR:
location: results/UTR/validate-mobile.notifications-2021.3-ubuntu1804
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_mobile_notifications_-_2021_3_-_win10
specific_options:
packages:
ignore_artifact: true
pvp-results:
location: results/pvp/validate-mobile.notifications-2021.3-win10
unzip: true
UTR:
location: results/UTR/validate-mobile.notifications-2021.3-win10
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_mobile_notifications_-_2022_3_-_macos13
specific_options:
packages:
ignore_artifact: true
pvp-results:
location: results/pvp/validate-mobile.notifications-2022.3-macos13
unzip: true
UTR:
location: results/UTR/validate-mobile.notifications-2022.3-macos13
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_mobile_notifications_-_2022_3_-_ubuntu1804
specific_options:
packages:
ignore_artifact: true
pvp-results:
location: results/pvp/validate-mobile.notifications-2022.3-ubuntu1804
unzip: true
UTR:
location: results/UTR/validate-mobile.notifications-2022.3-ubuntu1804
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_mobile_notifications_-_2022_3_-_win10
specific_options:
packages:
ignore_artifact: true
pvp-results:
location: results/pvp/validate-mobile.notifications-2022.3-win10
unzip: true
UTR:
location: results/UTR/validate-mobile.notifications-2022.3-win10
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_mobile_notifications_-_6000_0_-_macos13
specific_options:
packages:
Expand Down
Loading