Skip to content

Commit 2c5472f

Browse files
Fix perf tests (#170)
* Attempt to fix windows perf tests * Update perf editors * Update versions across the board * Attempt update to different win10 image
1 parent 09813ce commit 2c5472f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.yamato/environments.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ upmci_registry: https://artifactory.prd.cds.internal.unity3d.com/artifactory/api
44
# sticking to 2019.4.6f1 for testing for now because Linux Editor fails to open PerceptionHDRP on 2019.4.8f1
55
# see https://fogbugz.unity3d.com/default.asp?1273518_d68j5lb6eucglb84
66
coverage_editors:
7-
- version: 2019.4.6f1
7+
- version: 2019.4.18f1
88

99
per_commit_editors:
10-
- version: 2019.4.6f1
10+
- version: 2019.4.18f1
1111
# - version: 2020.1.15f1
1212

1313
performance_editors:
14-
- version: 2019.4.6f1
15-
- version: 2020.1.3f1
14+
- version: 2019.4.18f1
15+
# - version: 2020.1.3f1
1616

1717
complete_editors:
18-
- version: 2019.4.6f1
18+
- version: 2019.4.18f1
1919
# - version: 2020.1.15f1
2020
# - version: 2020.2.0a21
2121

.yamato/upm-ci-performance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
---
44

5-
{% for editor in complete_editors %}
5+
{% for editor in performance_editors %}
66
{% for suite in performance_suites %}
77
{% for project in projects %}
88
{{project.name}}_linux_{{suite.name}}_{{editor.version}}:
@@ -32,15 +32,15 @@
3232
{% endfor %}
3333
{% endfor %}
3434

35-
{% for editor in complete_editors %}
35+
{% for editor in performance_editors %}
3636
{% for suite in performance_suites %}
3737
{% for project in projects %}
3838
{{project.name}}_windows_{{suite.name}}_{{editor.version}}:
3939
name : {{project.name}} {{ suite.display_name }} performance tests ({{ editor.version }}, Windows)
4040
agent:
4141
type: Unity::VM::GPU
4242
model: rtx2080
43-
image: package-ci/win10:stable
43+
image: graphics-foundation/win10-dxr:stable
4444
flavor: b1.large
4545
commands:
4646
- git submodule update --init --recursive

0 commit comments

Comments
 (0)