Skip to content
Merged
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
8 changes: 3 additions & 5 deletions .yamato/_run-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ run_all_project_tests_cmb_service:
{% for platform in test_platforms.default -%}
{% for editor in validation_editors.all -%}
{% for backend in scripting_backends -%}
- .yamato/cmb_service_standalone_tests.yml#cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ editor }}
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ editor }}
{% endfor -%}
{% endfor -%}
{% endfor -%}
Expand All @@ -275,10 +275,8 @@ run_all_project_tests_cmb_service_trunk:
dependencies:
{% for project in projects.default -%}
{% for platform in test_platforms.default -%}
{% for editor in validation_editors.default -%}
{% for backend in scripting_backends -%}
- .yamato/cmb_service_standalone_tests.yml#cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ editor }}
{% endfor -%}
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_trunk
{% endfor -%}
{% endfor -%}
{% endfor -%}
Expand All @@ -290,7 +288,7 @@ run_all_project_tests_cmb_service_6000:
{% for project in projects.default -%}
{% for platform in test_platforms.default -%}
{% for backend in scripting_backends -%}
- .yamato/cmb_service_standalone_tests.yml#cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_6000.0
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_6000.0
{% endfor -%}
{% endfor -%}
{% endfor -%}
2 changes: 1 addition & 1 deletion .yamato/ngo-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ngo_release_preparation:
triggers:
recurring:
- branch: develop-2.0.0 # We make new releases from this branch
frequency: weekly # Run at some point every Saturday. Note that it's restricted to every 4th Saturday inside the script
frequency: "10 * * 1" # Runs every Sunday at 10:00 AM
rerun: always
commands:
- pip install PyGithub
Expand Down
3 changes: 2 additions & 1 deletion .yamato/project-builders/builder.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
NetcodeProjects:
# Note that we are using internal Unity repo. This means that we may test with newest changes that are not yet released to our users (there are also public versions)
# Note that for BossRoom 'main' branch supports NGOv1.X and 'develop' branch supports NGOv2.X
# TODO: For BossRoom correct branch to develop when PR-3736 is merged in their repo
BossRoom:
GithubRepo: "https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop.git"
branch: develop
branch: ngo-playtest-update
manifestPath: Packages/manifest.json
projectPath: '.'
Asteroids:
Expand Down
172 changes: 169 additions & 3 deletions .yamato/wrench/preview-a-p-v.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ all_preview_apv_jobs:
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_macos
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_ubuntu
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_4_-_windows
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_macos
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_ubuntu
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_5_-_windows
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.2.0.0
Expand Down Expand Up @@ -525,7 +528,7 @@ preview_apv_-_6000_4_-_macos:
- 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 trunk -c editor --path .Editor --fast
- command: unity-downloader-cli -u 6000.4/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=6000.4 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
Expand Down Expand Up @@ -579,7 +582,7 @@ preview_apv_-_6000_4_-_ubuntu:
- 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 trunk -c editor --path .Editor --fast
- command: unity-downloader-cli -u 6000.4/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=6000.4 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
Expand Down Expand Up @@ -634,7 +637,7 @@ preview_apv_-_6000_4_-_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 trunk -c editor --path .Editor --fast
- command: unity-downloader-cli -u 6000.4/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=6000.4 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
Expand Down Expand Up @@ -673,3 +676,166 @@ preview_apv_-_6000_4_-_windows:
Job Maintainers: '#rm-packageworks'
Wrench: 1.2.0.0

# Functional tests for dependents found in the latest 6000.5 manifest (MacOS).
preview_apv_-_6000_5_-_macos:
name: Preview APV - 6000.5 - macos
agent:
image: package-ci/macos-13:default
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 trunk -c editor --path .Editor --fast
timeout: 10
retries: 3
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.5 --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_-_netcode_gameobjects
variables:
UPMPVP_CONTEXT_WRENCH: 1.2.0.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.2.0.0

# Functional tests for dependents found in the latest 6000.5 manifest (Ubuntu).
preview_apv_-_6000_5_-_ubuntu:
name: Preview APV - 6000.5 - ubuntu
agent:
image: package-ci/ubuntu-22.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 trunk -c editor --path .Editor --fast
timeout: 10
retries: 3
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.5 --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_-_netcode_gameobjects
variables:
UPMPVP_CONTEXT_WRENCH: 1.2.0.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.2.0.0

# Functional tests for dependents found in the latest 6000.5 manifest (Windows).
preview_apv_-_6000_5_-_windows:
name: Preview APV - 6000.5 - windows
agent:
image: package-ci/win10:default
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 trunk -c editor --path .Editor --fast
timeout: 10
retries: 3
- command: python PythonScripts/preview_apv.py --wrench-config=.yamato/wrench/wrench_config.json --editor-version=6000.5 --testsuite=editor,playmode --artifacts-path=PreviewApvArtifacts~
- command: python PythonScripts/editor_manifest_validator.py --version=6000.5 --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_-_netcode_gameobjects
variables:
UPMPVP_CONTEXT_WRENCH: 1.2.0.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 1.2.0.0

60 changes: 60 additions & 0 deletions .yamato/wrench/promotion-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,36 @@ publish_dry_run_netcode_gameobjects:
unzip: true
packages:
ignore_artifact: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_5_-_macos
specific_options:
UTR:
location: results/UTR/validate-netcode.gameobjects-6000.5-macos
unzip: true
pvp-results:
location: results/pvp/validate-netcode.gameobjects-6000.5-macos
unzip: true
packages:
ignore_artifact: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_5_-_ubuntu
specific_options:
UTR:
location: results/UTR/validate-netcode.gameobjects-6000.5-ubuntu
unzip: true
pvp-results:
location: results/pvp/validate-netcode.gameobjects-6000.5-ubuntu
unzip: true
packages:
ignore_artifact: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_5_-_windows
specific_options:
UTR:
location: results/UTR/validate-netcode.gameobjects-6000.5-windows
unzip: true
pvp-results:
location: results/pvp/validate-netcode.gameobjects-6000.5-windows
unzip: true
packages:
ignore_artifact: true
variables:
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.2.0.0
Expand Down Expand Up @@ -298,6 +328,36 @@ publish_netcode_gameobjects:
unzip: true
packages:
ignore_artifact: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_5_-_macos
specific_options:
UTR:
location: results/UTR/validate-netcode.gameobjects-6000.5-macos
unzip: true
pvp-results:
location: results/pvp/validate-netcode.gameobjects-6000.5-macos
unzip: true
packages:
ignore_artifact: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_5_-_ubuntu
specific_options:
UTR:
location: results/UTR/validate-netcode.gameobjects-6000.5-ubuntu
unzip: true
pvp-results:
location: results/pvp/validate-netcode.gameobjects-6000.5-ubuntu
unzip: true
packages:
ignore_artifact: true
- path: .yamato/wrench/validation-jobs.yml#validate_-_netcode_gameobjects_-_6000_5_-_windows
specific_options:
UTR:
location: results/UTR/validate-netcode.gameobjects-6000.5-windows
unzip: true
pvp-results:
location: results/pvp/validate-netcode.gameobjects-6000.5-windows
unzip: true
packages:
ignore_artifact: true
variables:
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
UPMPVP_CONTEXT_WRENCH: 1.2.0.0
Expand Down
Loading
Loading