Skip to content

Commit 58cb8b7

Browse files
authored
Task/975 check aov recorder (#97)
* Reverted HDP-DefaultVolumeProject-2020.3 project. * Added HDRP-AovRecorderProject. * Added recoder in the project. * Disabled some codes using input system in the project. * Updated HDRP Version from 10.7.0 to 10.8.1 in HDRP-AovRecorderProject-2020.3. [skip ci] * Disabled Input.* and installed recoreder. * Updated Editor settings * Updated project to check AOVRecorder issue. * Addec CheckAOVIssueProject and deleted HDRP-AovRecorderProject-2020.3. * Made the shader comapatible with Recorder.AOV normals. * Installed recorder 3.0.3 into HDRP working project. * Recordings folder should be ignored when checking in. * Updated all the windows test yml files not to use RTX2080.
1 parent 2ee3a73 commit 58cb8b7

File tree

1,399 files changed

+305850
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,399 files changed

+305850
-143
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[Bb]uilds/
66
[Uu]nityPackageManager/
77
[Uu]serSettings/
8+
[Rr]ecordings/
89
Assets/AssetStoreTools*
910

1011
# Mac

.yamato/win_dx11-hdrp-2019.4.yml

Lines changed: 39 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,39 @@
1-
#
2-
#
3-
#
4-
test_projects:
5-
- name: HdrpGraphicsTest-2019.4
6-
unity_versions:
7-
- name: 2019.4
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_DX11_playmode on version {{ unity_version.name }}
13-
agent:
14-
type: Unity::VM::GPU
15-
image: graphics-foundation/win10-dxr:stable
16-
flavor: b1.xlarge
17-
model: rtx2080
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 --extra-editor-arg="-force-d3d11" --zero-tests-are-ok=1
28-
- cd TestProjects/{{ test_project.name }} && utr --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results --extra-editor-arg="-force-d3d11"
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 %}
1+
#
2+
#
3+
#
4+
test_projects:
5+
- name: HdrpGraphicsTest-2019.4
6+
unity_versions:
7+
- name: 2019.4
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_DX11_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+
variables:
18+
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
19+
dependencies:
20+
- path: .yamato/_editor.yml#editor:priming:{{ unity_version.name }}:windows
21+
rerun: on-new-revision
22+
commands:
23+
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output TestProjects/{{ test_project.name }}/utr.bat
24+
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
25+
- cd TestProjects/{{ test_project.name }} && unity-downloader-cli --source-file ../../unity_revision_{{ unity_version.name }}.txt -c editor -c il2cpp --wait --published-only
26+
# - cd TestProjects/{{ test_project.name }} && utr --scripting-backend=Mono2x --suite=playmode --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results --extra-editor-arg="-force-d3d11" --zero-tests-are-ok=1
27+
- cd TestProjects/{{ test_project.name }} && utr --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results --extra-editor-arg="-force-d3d11"
28+
timeout: 360000
29+
retries: 1
30+
triggers:
31+
branches:
32+
only:
33+
- "/.*/"
34+
artifacts:
35+
logs:
36+
paths:
37+
- "**/test-results/**"
38+
{% endfor %}
39+
{% endfor %}

.yamato/win_dx11-hdrp-2020.3.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ unity_versions:
1414
agent:
1515
type: Unity::VM::GPU
1616
image: graphics-foundation/win10-dxr:stable
17-
flavor: b1.xlarge
18-
model: rtx2080
17+
flavor: b1.large
1918
variables:
2019
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2120
dependencies:

.yamato/win_dx11-hdrp-2021.2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ unity_versions:
1414
agent:
1515
type: Unity::VM::GPU
1616
image: graphics-foundation/win10-dxr:stable
17-
flavor: b1.xlarge
18-
model: rtx2080
17+
flavor: b1.large
1918
variables:
2019
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2120
dependencies:

.yamato/win_dx11-urp-2019.4.yml

Lines changed: 42 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,42 @@
1-
#
2-
#
3-
#
4-
test_projects:
5-
- name: UniversalGraphicsTest-2019.4
6-
unity_versions:
7-
- name: 2019.4
8-
- name: 2020.3
9-
- name: 2021.1
10-
# - name: 2021.2
11-
---
12-
{% for test_project in test_projects %}
13-
{% for unity_version in unity_versions %}
14-
{{ test_project.name }}_Win_DX11_playmode_{{ unity_version.name }}:
15-
name: {{ test_project.name }} on Win_DX11_playmode on version {{ unity_version.name }}
16-
agent:
17-
type: Unity::VM::GPU
18-
image: graphics-foundation/win10-dxr:stable
19-
flavor: b1.xlarge
20-
model: rtx2080
21-
variables:
22-
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
23-
dependencies:
24-
- path: .yamato/_editor.yml#editor:priming:{{ unity_version.name }}:windows
25-
rerun: on-new-revision
26-
commands:
27-
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output TestProjects/{{ test_project.name }}/utr.bat
28-
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
29-
- cd TestProjects/{{ test_project.name }} && unity-downloader-cli --source-file ../../unity_revision_{{ unity_version.name }}.txt -c editor -c il2cpp --wait --published-only
30-
# - cd TestProjects/{{ test_project.name }} && utr --scripting-backend=Mono2x --suite=playmode --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results --extra-editor-arg="-force-d3d11" --zero-tests-are-ok=1
31-
- cd TestProjects/{{ test_project.name }} && utr --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results --extra-editor-arg="-force-d3d11"
32-
timeout: 360000
33-
retries: 1
34-
triggers:
35-
branches:
36-
only:
37-
- "/.*/"
38-
artifacts:
39-
logs:
40-
paths:
41-
- "**/test-results/**"
42-
{% endfor %}
43-
{% endfor %}
1+
#
2+
#
3+
#
4+
test_projects:
5+
- name: UniversalGraphicsTest-2019.4
6+
unity_versions:
7+
- name: 2019.4
8+
- name: 2020.3
9+
- name: 2021.1
10+
# - name: 2021.2
11+
---
12+
{% for test_project in test_projects %}
13+
{% for unity_version in unity_versions %}
14+
{{ test_project.name }}_Win_DX11_playmode_{{ unity_version.name }}:
15+
name: {{ test_project.name }} on Win_DX11_playmode on version {{ unity_version.name }}
16+
agent:
17+
type: Unity::VM::GPU
18+
image: graphics-foundation/win10-dxr:stable
19+
flavor: b1.large
20+
variables:
21+
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
22+
dependencies:
23+
- path: .yamato/_editor.yml#editor:priming:{{ unity_version.name }}:windows
24+
rerun: on-new-revision
25+
commands:
26+
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output TestProjects/{{ test_project.name }}/utr.bat
27+
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
28+
- cd TestProjects/{{ test_project.name }} && unity-downloader-cli --source-file ../../unity_revision_{{ unity_version.name }}.txt -c editor -c il2cpp --wait --published-only
29+
# - cd TestProjects/{{ test_project.name }} && utr --scripting-backend=Mono2x --suite=playmode --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results --extra-editor-arg="-force-d3d11" --zero-tests-are-ok=1
30+
- cd TestProjects/{{ test_project.name }} && utr --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results --extra-editor-arg="-force-d3d11"
31+
timeout: 360000
32+
retries: 1
33+
triggers:
34+
branches:
35+
only:
36+
- "/.*/"
37+
artifacts:
38+
logs:
39+
paths:
40+
- "**/test-results/**"
41+
{% endfor %}
42+
{% endfor %}

.yamato/win_dx11-urp-2021.2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ unity_versions:
1414
agent:
1515
type: Unity::VM::GPU
1616
image: graphics-foundation/win10-dxr:stable
17-
flavor: b1.xlarge
18-
model: rtx2080
17+
flavor: b1.large
1918
variables:
2019
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2120
dependencies:

.yamato/win_dx12-hdrp-2020.3.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ unity_versions:
1414
agent:
1515
type: Unity::VM::GPU
1616
image: graphics-foundation/win10-dxr:stable
17-
flavor: b1.xlarge
18-
model: rtx2080
17+
flavor: b1.large
1918
variables:
2019
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2120
dependencies:

.yamato/win_dx12-hdrp-2021.2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ unity_versions:
1313
agent:
1414
type: Unity::VM::GPU
1515
image: graphics-foundation/win10-dxr:stable
16-
flavor: b1.xlarge
17-
model: rtx2080
16+
flavor: b1.large
1817
variables:
1918
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2019
dependencies:

.yamato/win_vulkan-hdrp-2019.4.yml

Lines changed: 39 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,39 @@
1-
#
2-
#
3-
#
4-
test_projects:
5-
- name: HdrpGraphicsTest-2019.4
6-
unity_versions:
7-
- name: 2019.4
8-
---
9-
{% for test_project in test_projects %}
10-
{% for unity_version in unity_versions %}
11-
{{ test_project.name }}_Win_Vulkan_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.xlarge
17-
model: rtx2080
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 %}
1+
#
2+
#
3+
#
4+
test_projects:
5+
- name: HdrpGraphicsTest-2019.4
6+
unity_versions:
7+
- name: 2019.4
8+
---
9+
{% for test_project in test_projects %}
10+
{% for unity_version in unity_versions %}
11+
{{ test_project.name }}_Win_Vulkan_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+
variables:
18+
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
19+
dependencies:
20+
- path: .yamato/_editor.yml#editor:priming:{{ unity_version.name }}:windows
21+
rerun: on-new-revision
22+
commands:
23+
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output TestProjects/{{ test_project.name }}/utr.bat
24+
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
25+
- cd TestProjects/{{ test_project.name }} && unity-downloader-cli --source-file ../../unity_revision_{{ unity_version.name }}.txt -c editor -c il2cpp --wait --published-only
26+
# - 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
27+
- cd TestProjects/{{ test_project.name }} && utr --suite=playmode --testproject=. --editor-location=.Editor --artifacts_path=test-results
28+
timeout: 360000
29+
retries: 1
30+
triggers:
31+
branches:
32+
only:
33+
- "/.*/"
34+
artifacts:
35+
logs:
36+
paths:
37+
- "**/test-results/**"
38+
{% endfor %}
39+
{% endfor %}

.yamato/win_vulkan-hdrp-2020.3.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ unity_versions:
1414
agent:
1515
type: Unity::VM::GPU
1616
image: graphics-foundation/win10-dxr:stable
17-
flavor: b1.xlarge
18-
model: rtx2080
17+
flavor: b1.large
1918
variables:
2019
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2120
dependencies:

0 commit comments

Comments
 (0)