Skip to content

Commit

Permalink
release branch and 6.0 target
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRibard committed Aug 28, 2024
1 parent c4668ac commit 205396d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 529 deletions.
8 changes: 4 additions & 4 deletions .yamato/wrench/api-validation-jobs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Auto-generated by Recipe Engine, do not modify manually.
# This job is generated by the wrench recipe engine module, see find the docs here: .

# upm-ci validation tests for API Validation - ml-agents - 2022.3 - windows (2022.3 - Windows).
api_validation_-_ml-agents_-_2022_3_-_windows:
name: API Validation - ml-agents - 2022.3 - windows
# upm-ci validation tests for API Validation - ml-agents - 2023.2 - windows (2023.2 - Windows).
api_validation_-_ml-agents_-_2023_2_-_windows:
name: API Validation - ml-agents - 2023.2 - windows
agent:
image: package-ci/win10:default
type: Unity::VM
Expand All @@ -15,7 +15,7 @@ api_validation_-_ml-agents_-_2022_3_-_windows:
- 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 -c Editor --fast
- command: unity-downloader-cli -u 2023.2 -c Editor --fast
timeout: 10
retries: 3
- command: python PythonScripts/PackageJsonCondersor.py
Expand Down
300 changes: 0 additions & 300 deletions .yamato/wrench/preview-a-p-v.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
all_preview_apv_jobs:
name: All Preview APV Jobs
dependencies:
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2021_3_-_macos
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2021_3_-_ubuntu
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2021_3_-_windows
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_macos
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_ubuntu
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_2022_3_-_windows
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_macos
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_ubuntu
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_0_-_windows
Expand All @@ -21,300 +15,6 @@ all_preview_apv_jobs:
Job Maintainers: '#rm-packageworks'
Wrench: 0.10.4.0

# Functional tests for dependents found in the latest 2021.3 manifest (MacOS).
preview_apv_-_2021_3_-_macos:
name: Preview APV - 2021.3 - macos
agent:
image: package-ci/macos-13:default
type: Unity::VM::osx
flavor: b1.xlarge
commands:
- command: curl $WRENCH_LOCAL_APV_DOWNLOAD_URL -o wrench-localapv.zip
- command: 7z x wrench-localapv.zip
- 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 2021.3 -c Editor --fast
timeout: 10
retries: 3
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=2021.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
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~/**
pvp-results:
paths:
- upm-ci~/pvp/**/*
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_ml-agents
variables:
UPMPVP_CONTEXT_WRENCH: 0.10.4.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 0.10.4.0

# Functional tests for dependents found in the latest 2021.3 manifest (Ubuntu).
preview_apv_-_2021_3_-_ubuntu:
name: Preview APV - 2021.3 - ubuntu
agent:
image: package-ci/ubuntu-20.04:default
type: Unity::VM
flavor: b1.large
commands:
- command: curl $WRENCH_LOCAL_APV_DOWNLOAD_URL -o wrench-localapv.zip
- command: 7z x wrench-localapv.zip
- 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 2021.3 -c Editor --fast
timeout: 10
retries: 3
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=2021.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
- command: echo 'Skipping Editor Manifest Validator as it is only supported on Windows'
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~/**
pvp-results:
paths:
- upm-ci~/pvp/**/*
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_ml-agents
variables:
UPMPVP_CONTEXT_WRENCH: 0.10.4.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 0.10.4.0

# Functional tests for dependents found in the latest 2021.3 manifest (Windows).
preview_apv_-_2021_3_-_windows:
name: Preview APV - 2021.3 - windows
agent:
image: package-ci/win10:default
type: Unity::VM
flavor: b1.large
commands:
- command: curl %WRENCH_LOCAL_APV_DOWNLOAD_URL% -o wrench-localapv.zip
- command: 7z x wrench-localapv.zip
- 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 2021.3 -c Editor --fast
timeout: 10
retries: 3
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=2021.3 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
- command: python PythonScripts/editor_manifest_validator.py --version=2021.3 --wrench-config=.yamato/wrench/wrench_config.json
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~/**
pvp-results:
paths:
- upm-ci~/pvp/**/*
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_ml-agents
variables:
UPMPVP_CONTEXT_WRENCH: 0.10.4.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 0.10.4.0

# Functional tests for dependents found in the latest 2022.3 manifest (MacOS).
preview_apv_-_2022_3_-_macos:
name: Preview APV - 2022.3 - macos
agent:
image: package-ci/macos-13:default
type: Unity::VM::osx
flavor: b1.xlarge
commands:
- command: curl $WRENCH_LOCAL_APV_DOWNLOAD_URL -o wrench-localapv.zip
- command: 7z x wrench-localapv.zip
- 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 -c 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'
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~/**
pvp-results:
paths:
- upm-ci~/pvp/**/*
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_ml-agents
variables:
UPMPVP_CONTEXT_WRENCH: 0.10.4.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 0.10.4.0

# Functional tests for dependents found in the latest 2022.3 manifest (Ubuntu).
preview_apv_-_2022_3_-_ubuntu:
name: Preview APV - 2022.3 - ubuntu
agent:
image: package-ci/ubuntu-20.04:default
type: Unity::VM
flavor: b1.large
commands:
- command: curl $WRENCH_LOCAL_APV_DOWNLOAD_URL -o wrench-localapv.zip
- command: 7z x wrench-localapv.zip
- 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 -c 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'
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~/**
pvp-results:
paths:
- upm-ci~/pvp/**/*
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_ml-agents
variables:
UPMPVP_CONTEXT_WRENCH: 0.10.4.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 0.10.4.0

# Functional tests for dependents found in the latest 2022.3 manifest (Windows).
preview_apv_-_2022_3_-_windows:
name: Preview APV - 2022.3 - windows
agent:
image: package-ci/win10:default
type: Unity::VM
flavor: b1.large
commands:
- command: curl %WRENCH_LOCAL_APV_DOWNLOAD_URL% -o wrench-localapv.zip
- command: 7z x wrench-localapv.zip
- 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 -c 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
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~/**
pvp-results:
paths:
- upm-ci~/pvp/**/*
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_ml-agents
variables:
UPMPVP_CONTEXT_WRENCH: 0.10.4.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 0.10.4.0

# Functional tests for dependents found in the latest 6000.0 manifest (MacOS).
preview_apv_-_6000_0_-_macos:
name: Preview APV - 6000.0 - macos
Expand Down
48 changes: 0 additions & 48 deletions .yamato/wrench/promotion-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,6 @@ publish_dry_run_ml-agents:
- upm-ci~/pvp/**/*
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_ml-agents
- path: .yamato/wrench/validation-jobs.yml#validate_-_ml-agents_-_2022_3_-_macos
specific_options:
UTR:
location: results/UTR/validate-ml-agents-2022.3-macos
unzip: true
pvp-results:
location: results/pvp/validate-ml-agents-2022.3-macos
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_ml-agents_-_2022_3_-_ubuntu
specific_options:
UTR:
location: results/UTR/validate-ml-agents-2022.3-ubuntu
unzip: true
pvp-results:
location: results/pvp/validate-ml-agents-2022.3-ubuntu
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_ml-agents_-_2022_3_-_windows
specific_options:
UTR:
location: results/UTR/validate-ml-agents-2022.3-windows
unzip: true
pvp-results:
location: results/pvp/validate-ml-agents-2022.3-windows
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_ml-agents_-_6000_0_-_macos
specific_options:
UTR:
Expand Down Expand Up @@ -95,30 +71,6 @@ publish_ml-agents:
- upm-ci~/pvp/**/*
dependencies:
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_ml-agents
- path: .yamato/wrench/validation-jobs.yml#validate_-_ml-agents_-_2022_3_-_macos
specific_options:
UTR:
location: results/UTR/validate-ml-agents-2022.3-macos
unzip: true
pvp-results:
location: results/pvp/validate-ml-agents-2022.3-macos
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_ml-agents_-_2022_3_-_ubuntu
specific_options:
UTR:
location: results/UTR/validate-ml-agents-2022.3-ubuntu
unzip: true
pvp-results:
location: results/pvp/validate-ml-agents-2022.3-ubuntu
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_ml-agents_-_2022_3_-_windows
specific_options:
UTR:
location: results/UTR/validate-ml-agents-2022.3-windows
unzip: true
pvp-results:
location: results/pvp/validate-ml-agents-2022.3-windows
unzip: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_ml-agents_-_6000_0_-_macos
specific_options:
UTR:
Expand Down
Loading

0 comments on commit 205396d

Please sign in to comment.