File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ unity_versions:
44 - name : 2020.3
55 - name : 2021.1
66 - name : 2021.3
7- - name : 2022.3
87 - name : 2022.3
98 - name : 2023.1
109---
Original file line number Diff line number Diff line change 1+ #
2+ #
3+ #
4+ test_projects :
5+ - name : UniversalGraphicsTest-2023.1
6+ unity_versions :
7+ - name : 2023.1
8+ ---
9+ {% for test_project in test_projects %}
10+ {% for unity_version in unity_versions %}
11+ {{ test_project.name }}_Win_DX11_playmode_{{ unity_version.name }}:
12+ name : {{ test_project.name }} on Win_Vulkan_playmode on version {{ unity_version.name }}
13+ agent :
14+ type : Unity::VM::GPU
15+ image : graphics-foundation/win10-dxr:stable
16+ flavor : b1.large
17+ model : gtx1080
18+ variables :
19+ UPM_REGISTRY : https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
20+ dependencies :
21+ - path : .yamato/_editor.yml#editor:priming:{{ unity_version.name }}:windows
22+ rerun : on-new-revision
23+ commands :
24+ - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output TestProjects/{{ test_project.name }}/utr.bat
25+ - pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
26+ - cd TestProjects/{{ test_project.name }} && unity-downloader-cli --source-file ../../unity_revision_{{ unity_version.name }}.txt -c editor -c il2cpp --wait --published-only
27+ # - cd TestProjects/{{ test_project.name }} && utr --scripting-backend=Mono2x --suite=playmode --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results --zero-tests-are-ok=1
28+ - cd TestProjects/{{ test_project.name }} && utr --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results
29+ timeout : 360000
30+ retries : 1
31+ triggers :
32+ branches :
33+ only :
34+ - " /.*/"
35+ artifacts :
36+ logs :
37+ paths :
38+ - " **/test-results/**"
39+ {% endfor %}
40+ {% endfor %}
You can’t perform that action at this time.
0 commit comments