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
218 changes: 3 additions & 215 deletions .yamato/_abv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,75 +3,6 @@
# Introduce any changes under .yamato/config/*.metafile files (for most cases) or under .yamato/ruamel/* within Python (more elaborate cases), and rerun build.py to regenerate all .yml files.
# Read more under .yamato/docs/readme.md

smoke_test_Standalone_2020.1:
name: SRP Smoke Test - Standalone_2020.1
agent:
type: Unity::VM::GPU
image: sdet/gamecode_win10:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
commands:
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr.bat --output TestProjects/SRP_SmokeTest/utr.bat
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- cd TestProjects/SRP_SmokeTest && unity-downloader-cli --source-file ../../unity_revision.txt -c editor --wait --published-only
- cd TestProjects/SRP_SmokeTest && utr --suite=playmode --platform=StandaloneWindows64 --testproject=. --editor-location=.Editor --artifacts_path=test-results --timeout=1200
dependencies:
- path: .yamato/_editor.yml#editor:priming:2020.1:windows
rerun: on-new-revision
artifacts:
logs:
paths:
- "**/test-results/**"
smoke_test_playmode_2020.1:
name: SRP Smoke Test - playmode_2020.1
agent:
type: Unity::VM::GPU
image: sdet/gamecode_win10:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
commands:
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr.bat --output TestProjects/SRP_SmokeTest/utr.bat
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- cd TestProjects/SRP_SmokeTest && unity-downloader-cli --source-file ../../unity_revision.txt -c editor --wait --published-only
- cd TestProjects/SRP_SmokeTest && utr --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results
dependencies:
- path: .yamato/_editor.yml#editor:priming:2020.1:windows
rerun: on-new-revision
artifacts:
logs:
paths:
- "**/test-results/**"
smoke_test_editmode_2020.1:
name: SRP Smoke Test - editmode_2020.1
agent:
type: Unity::VM
image: sdet/gamecode_win10:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
commands:
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr.bat --output TestProjects/SRP_SmokeTest/utr.bat
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- cd TestProjects/SRP_SmokeTest && unity-downloader-cli --source-file ../../unity_revision.txt -c editor --wait --published-only
- cd TestProjects/SRP_SmokeTest && utr --suite=editor --platform=editmode --testproject=. --editor-location=.Editor --artifacts_path=test-results
dependencies:
- path: .yamato/_editor.yml#editor:priming:2020.1:windows
rerun: on-new-revision
artifacts:
logs:
paths:
- "**/test-results/**"
all_smoke_tests_2020.1:
name: All Smoke Tests - 2020.1
dependencies:
- path: .yamato/_abv.yml#smoke_test_Standalone_2020.1
rerun: on-new-revision
- path: .yamato/_abv.yml#smoke_test_playmode_2020.1
rerun: on-new-revision
- path: .yamato/_abv.yml#smoke_test_editmode_2020.1
rerun: on-new-revision
all_project_ci_2020.1:
name: _ABV for SRP repository - 2020.1
dependencies:
Expand All @@ -92,11 +23,11 @@ all_project_ci_nightly_2020.1:
dependencies:
- path: .yamato/_abv.yml#all_project_ci_2020.1
rerun: on-new-revision
- path: .yamato/_abv.yml#smoke_test_Standalone_2020.1
- path: .yamato/smoke_test-win-dx11.yml#Smoke_Test_Win_DX11_playmode_2020.1
rerun: on-new-revision
- path: .yamato/_abv.yml#smoke_test_playmode_2020.1
- path: .yamato/smoke_test-win-dx11.yml#Smoke_Test_Win_DX11_editmode_2020.1
rerun: on-new-revision
- path: .yamato/_abv.yml#smoke_test_editmode_2020.1
- path: .yamato/smoke_test-win-dx11.yml#Smoke_Test_Win_DX11_Standalone_2020.1
rerun: on-new-revision
- path: .yamato/universal-android-opengles3.yml#Universal_Android_OpenGLES3_Standalone_2020.1
rerun: on-new-revision
Expand Down Expand Up @@ -127,75 +58,6 @@ trunk_verification_2020.1:
rerun: on-new-revision
- path: .yamato/vfx_urp-win-dx11.yml#VFX_URP_Win_DX11_playmode_2020.1
rerun: on-new-revision
smoke_test_Standalone_fast-2020.1:
name: SRP Smoke Test - Standalone_fast-2020.1
agent:
type: Unity::VM::GPU
image: sdet/gamecode_win10:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
commands:
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr.bat --output TestProjects/SRP_SmokeTest/utr.bat
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- cd TestProjects/SRP_SmokeTest && unity-downloader-cli --source-file ../../unity_revision.txt -c editor --wait --published-only
- cd TestProjects/SRP_SmokeTest && utr --suite=playmode --platform=StandaloneWindows64 --testproject=. --editor-location=.Editor --artifacts_path=test-results --timeout=1200
dependencies:
- path: .yamato/_editor.yml#editor:priming:fast-2020.1:windows
rerun: on-new-revision
artifacts:
logs:
paths:
- "**/test-results/**"
smoke_test_playmode_fast-2020.1:
name: SRP Smoke Test - playmode_fast-2020.1
agent:
type: Unity::VM::GPU
image: sdet/gamecode_win10:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
commands:
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr.bat --output TestProjects/SRP_SmokeTest/utr.bat
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- cd TestProjects/SRP_SmokeTest && unity-downloader-cli --source-file ../../unity_revision.txt -c editor --wait --published-only
- cd TestProjects/SRP_SmokeTest && utr --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results
dependencies:
- path: .yamato/_editor.yml#editor:priming:fast-2020.1:windows
rerun: on-new-revision
artifacts:
logs:
paths:
- "**/test-results/**"
smoke_test_editmode_fast-2020.1:
name: SRP Smoke Test - editmode_fast-2020.1
agent:
type: Unity::VM
image: sdet/gamecode_win10:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
commands:
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr.bat --output TestProjects/SRP_SmokeTest/utr.bat
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- cd TestProjects/SRP_SmokeTest && unity-downloader-cli --source-file ../../unity_revision.txt -c editor --wait --published-only
- cd TestProjects/SRP_SmokeTest && utr --suite=editor --platform=editmode --testproject=. --editor-location=.Editor --artifacts_path=test-results
dependencies:
- path: .yamato/_editor.yml#editor:priming:fast-2020.1:windows
rerun: on-new-revision
artifacts:
logs:
paths:
- "**/test-results/**"
all_smoke_tests_fast-2020.1:
name: All Smoke Tests - fast-2020.1
dependencies:
- path: .yamato/_abv.yml#smoke_test_Standalone_fast-2020.1
rerun: on-new-revision
- path: .yamato/_abv.yml#smoke_test_playmode_fast-2020.1
rerun: on-new-revision
- path: .yamato/_abv.yml#smoke_test_editmode_fast-2020.1
rerun: on-new-revision
all_project_ci_fast-2020.1:
name: _ABV for SRP repository - fast-2020.1
dependencies:
Expand Down Expand Up @@ -234,80 +96,6 @@ trunk_verification_fast-2020.1:
rerun: on-new-revision
- path: .yamato/vfx_urp-win-dx11.yml#VFX_URP_Win_DX11_playmode_fast-2020.1
rerun: on-new-revision
smoke_test_Standalone_CUSTOM-REVISION:
name: SRP Smoke Test - Standalone_CUSTOM-REVISION
agent:
type: Unity::VM::GPU
image: sdet/gamecode_win10:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
CUSTOM_REVISION: custom_revision_not_set
commands:
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr.bat --output TestProjects/SRP_SmokeTest/utr.bat
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- cd TestProjects/SRP_SmokeTest && unity-downloader-cli --source-file ../../unity_revision.txt -c editor --wait --published-only
- cd TestProjects/SRP_SmokeTest && utr --suite=playmode --platform=StandaloneWindows64 --testproject=. --editor-location=.Editor --artifacts_path=test-results --timeout=1200
dependencies:
- path: .yamato/_editor.yml#editor:priming:CUSTOM-REVISION:windows
rerun: always
artifacts:
logs:
paths:
- "**/test-results/**"
smoke_test_playmode_CUSTOM-REVISION:
name: SRP Smoke Test - playmode_CUSTOM-REVISION
agent:
type: Unity::VM::GPU
image: sdet/gamecode_win10:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
CUSTOM_REVISION: custom_revision_not_set
commands:
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr.bat --output TestProjects/SRP_SmokeTest/utr.bat
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- cd TestProjects/SRP_SmokeTest && unity-downloader-cli --source-file ../../unity_revision.txt -c editor --wait --published-only
- cd TestProjects/SRP_SmokeTest && utr --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results
dependencies:
- path: .yamato/_editor.yml#editor:priming:CUSTOM-REVISION:windows
rerun: always
artifacts:
logs:
paths:
- "**/test-results/**"
smoke_test_editmode_CUSTOM-REVISION:
name: SRP Smoke Test - editmode_CUSTOM-REVISION
agent:
type: Unity::VM
image: sdet/gamecode_win10:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
CUSTOM_REVISION: custom_revision_not_set
commands:
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr.bat --output TestProjects/SRP_SmokeTest/utr.bat
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- cd TestProjects/SRP_SmokeTest && unity-downloader-cli --source-file ../../unity_revision.txt -c editor --wait --published-only
- cd TestProjects/SRP_SmokeTest && utr --suite=editor --platform=editmode --testproject=. --editor-location=.Editor --artifacts_path=test-results
dependencies:
- path: .yamato/_editor.yml#editor:priming:CUSTOM-REVISION:windows
rerun: always
artifacts:
logs:
paths:
- "**/test-results/**"
all_smoke_tests_CUSTOM-REVISION:
name: All Smoke Tests - CUSTOM-REVISION
dependencies:
- path: .yamato/_abv.yml#smoke_test_Standalone_CUSTOM-REVISION
rerun: always
- path: .yamato/_abv.yml#smoke_test_playmode_CUSTOM-REVISION
rerun: always
- path: .yamato/_abv.yml#smoke_test_editmode_CUSTOM-REVISION
rerun: always
variables:
CUSTOM_REVISION: custom_revision_not_set
all_project_ci_CUSTOM-REVISION:
name: _ABV for SRP repository - CUSTOM-REVISION
dependencies:
Expand Down
File renamed without changes.
Loading