Skip to content
Draft
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
79 changes: 5 additions & 74 deletions .yamato/UnityToonShader-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,81 +4,7 @@
#
#

osx_test_projects:
- project_prefix: HdrpGraphicsTest
unity_editors:
- version: 2022.3
- version: 6000.0
- project_prefix: LegacyGraphicsTest
unity_editors:
- version: 2022.3
- project_prefix: UniversalGraphicsTest
unity_editors:
- version: 6000.0
- project_prefix: UniversalGraphicsTestECS
unity_editors:
- version: 2022.3
- version: 6000.0


win_test_projects:
- project_prefix: LegacyStereoGraphicsTest
utr_arguments: --extra-editor-arg="-force-d3d11"
unity_editors:
- version: 2022.3
- version: 6000.0
- project_prefix: HdrpGraphicsTest
utr_arguments: --extra-editor-arg="-force-d3d11"
unity_editors:
- version: 2022.3
- version: 6000.0
- project_prefix: HdrpGraphicsTest
key_postfix: _Vulkan
utr_arguments:
unity_editors:
- version: 2022.3
- version: 6000.0
- project_prefix: HdrpStereoGraphicsTest
utr_arguments: --extra-editor-arg="-force-d3d11"
unity_editors:
- version: 2022.3
- project_prefix: LegacyGraphicsTest
utr_arguments: --extra-editor-arg="-force-d3d11"
unity_editors:
- version: 2022.3
- version: 6000.0
- project_prefix: LegacyGraphicsTest
key_postfix: _Vulkan
utr_arguments:
unity_editors:
- version: 2022.3
- version: 6000.0
- project_prefix: UniversalGraphicsTest
utr_arguments: --extra-editor-arg="-force-d3d11"
unity_editors:
- version: 2022.3
- version: 6000.0
- project_prefix: UniversalGraphicsTest
key_postfix: _Vulkan
utr_arguments:
unity_editors:
- version: 2022.3
- version: 6000.0
- project_prefix: UniversalGraphicsTestECS
utr_arguments: --extra-editor-arg="-force-d3d11"
unity_editors:
- version: 2022.3
- version: 6000.0
- project_prefix: UniversalGraphicsTestECS
key_postfix: _Vulkan
utr_arguments:
unity_editors:
- version: 2022.3
- version: 6000.0
- project_prefix: UniversalStereoGraphicsTest
utr_arguments: --extra-editor-arg="-force-d3d11"
unity_editors:
- version: 6000.0
- project_prefix: HdrpDX12GraphicsTest
utr_arguments:
unity_editors:
Expand Down Expand Up @@ -147,9 +73,14 @@ win_test_projects:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
UTR_VERSION: current
commands:
- rmdir /s /q "TestProjects/{{ project_name }}"
- git config --local core.symlinks true
- git config --global core.symlinks true
- git checkout -f
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output TestProjects/{{ project_name }}/utr.bat
- choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local
- cd TestProjects/{{ project_name }} && unity-downloader-cli -u {{ unity_editor.version }} -c editor -c il2cpp --wait --published-only

# - cd TestProjects/{{ project_name }} && utr --scripting-backend=Mono2x --suite=playmode --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results {{ test_project.utr_arguments }} --zero-tests-are-ok=1
- cd TestProjects/{{ project_name }} && utr --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results {{ test_project.utr_arguments }}
timeout: 360000
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading