File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
66coverage_editors :
7- - version : 2019.4.6f1
7+ - version : 2019.4.18f1
88
99per_commit_editors :
10- - version : 2019.4.6f1
10+ - version : 2019.4.18f1
1111# - version: 2020.1.15f1
1212
1313performance_editors :
14- - version : 2019.4.6f1
15- - version : 2020.1.3f1
14+ - version : 2019.4.18f1
15+ # - version: 2020.1.3f1
1616
1717complete_editors :
18- - version : 2019.4.6f1
18+ - version : 2019.4.18f1
1919# - version: 2020.1.15f1
2020# - version: 2020.2.0a21
2121
Original file line number Diff line number Diff line change 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}}:
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
You can’t perform that action at this time.
0 commit comments