Skip to content

Purge of unused resources in Render Graph #735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 39 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
1df359c
WIP for enabling valid graphics tests with Render Graph.
JulienIgnace-Unity May 27, 2020
64ef0ca
Fixed more GCAlloc and added an option for a test to not be run if re…
JulienIgnace-Unity May 28, 2020
505924b
First batch of disabled tests.
JulienIgnace-Unity May 28, 2020
a6c1f8e
Fixed decal rendering
JulienIgnace-Unity May 28, 2020
04d0d20
Implemented ColorGrading and Uber Post (fixes a lot of small diff due…
JulienIgnace-Unity May 28, 2020
4934ab9
Revert "First batch of disabled tests."
JulienIgnace-Unity May 28, 2020
0dd42d8
Temp "texture not bound" error fix until bloom is implemented.
JulienIgnace-Unity May 28, 2020
027a5c5
Fixed an error when using a stale invalid renderer list handle.
JulienIgnace-Unity Jun 2, 2020
349a273
Add some debug info to compiled passes and removed wrong refCount++ o…
JulienIgnace-Unity Jun 2, 2020
a98f454
Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/…
JulienIgnace-Unity Jun 2, 2020
3eb0eb6
Added possibility to disallow pass pruning
JulienIgnace-Unity Jun 3, 2020
e1f9e08
Small fixes
JulienIgnace-Unity Jun 3, 2020
1213511
temporarily removed pruning of passes without product
JulienIgnace-Unity Jun 3, 2020
95952b0
Fixed HDRP asset for test 5009
JulienIgnace-Unity Jun 3, 2020
1d97a44
Implement alpha copy for post processes
JulienIgnace-Unity Jun 3, 2020
0c62ef7
Small render graph error fix for motion vector pass.
JulienIgnace-Unity Jun 3, 2020
84467f6
Disabled for render graph tests that are currently broken.
JulienIgnace-Unity Jun 4, 2020
7b8acc0
Updated yamato with new render graph configurations
JulienIgnace-Unity Jun 4, 2020
46a64a3
Fixed lens distortion
JulienIgnace-Unity Jun 4, 2020
76a7c00
Reenabled 4021
JulienIgnace-Unity Jun 4, 2020
9c4c38e
Added an option to ignore tests when render graph is enabled.
JulienIgnace-Unity Jun 4, 2020
e5d8dd0
Disabled for render graph tests that are currently broken.
JulienIgnace-Unity Jun 4, 2020
ec2a4af
Reenabled 4021
JulienIgnace-Unity Jun 4, 2020
399512c
Updated yamato script to add the RenderGraph pipeline.
JulienIgnace-Unity Jun 4, 2020
68fb303
Revert "Reenabled 4021"
JulienIgnace-Unity Jun 4, 2020
fb085d0
Revert "Updated yamato with new render graph configurations"
JulienIgnace-Unity Jun 4, 2020
b3ac299
Revert "Disabled for render graph tests that are currently broken."
JulienIgnace-Unity Jun 4, 2020
d0bb7fa
Reverted HDRP test framework files (will go to another PR)
JulienIgnace-Unity Jun 4, 2020
4ac6aa2
Revert "Fixed HDRP asset for test 5009"
JulienIgnace-Unity Jun 4, 2020
0e1d250
Fixed HDRP asset for test 5009
JulienIgnace-Unity Jun 3, 2020
ddd259e
Merge branch 'HDRP/staging' into HDRP/rendergraph-graphicstests
sebastienlagarde Jun 4, 2020
4d1cc10
Adding purge of unused resources in render graph.
JulienIgnace-Unity Jun 5, 2020
463fe5b
Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/…
JulienIgnace-Unity Jun 8, 2020
fc9f739
Revert unrelated yml files changes due to old configuration (#714)
theopnv Jun 8, 2020
01de7e6
Fixed an issue with not unregistering render graph debug.
JulienIgnace-Unity Jun 8, 2020
1fa7451
Disabled 9800 for render graph
JulienIgnace-Unity Jun 8, 2020
e05eb9a
Revert hdrp asset for 5009
JulienIgnace-Unity Jun 8, 2020
a09947a
Merge branch 'HDRP/rendergraph-enable-graphicstests' of https://githu…
JulienIgnace-Unity Jun 8, 2020
5fe9c4a
Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/…
JulienIgnace-Unity Jun 12, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .yamato/config/__shared.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ test_platforms:
Standalone: --suite=playmode --platform=Standalone
playmode: --suite=playmode
playmode_XR: --suite=playmode --extra-editor-arg="-xr-tests"
playmode_RenderGraph: --suite=playmode --extra-editor-arg="-rendergraph-tests"
editmode: --suite=editor --platform=editmode
project_platforms:
Win:
Expand Down
2 changes: 2 additions & 0 deletions .yamato/config/hdrp.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ project:
test_platforms:
- playmode
- playmode_XR
- playmode_RenderGraph
- editmode
- Standalone
platforms:
Expand Down Expand Up @@ -50,6 +51,7 @@ all:
- editmode
- playmode
- playmode_XR
- playmode_RenderGraph
- Standalone
- platform: Win
api: DX12
Expand Down
64 changes: 64 additions & 0 deletions .yamato/hdrp-linux-vulkan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,27 @@ HDRP_Linux_Vulkan_playmode_trunk:
logs:
paths:
- "**/test-results/**"
HDRP_Linux_Vulkan_playmode_RenderGraph_trunk:
name: HDRP on Linux_Vulkan_playmode_RenderGraph on version trunk
agent:
type: Unity::VM::GPU
image: cds-ops/ubuntu-18.04-base:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
dependencies:
- path: .yamato/_editor.yml#editor:priming:trunk:linux
rerun: always
commands:
- sudo -H pip install --upgrade pip
- sudo -H pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
- git clone git@github.cds.internal.unity3d.com:unity/utr.git TestProjects/HDRP_Tests/utr
- cd TestProjects/HDRP_Tests && sudo unity-downloader-cli --source-file ../../unity_revision.txt -c editor -c il2cpp --wait --published-only
- cd TestProjects/HDRP_Tests && DISPLAY=:0.0 utr/utr --suite=playmode --extra-editor-arg="-rendergraph-tests" --testproject=. --editor-location=.Editor --artifacts_path=test-results --extra-editor-arg="-force-vulkan"
artifacts:
logs:
paths:
- "**/test-results/**"
HDRP_Linux_Vulkan_editmode_trunk:
name: HDRP on Linux_Vulkan_editmode on version trunk
agent:
Expand Down Expand Up @@ -87,6 +108,27 @@ HDRP_Linux_Vulkan_playmode_fast-trunk:
logs:
paths:
- "**/test-results/**"
HDRP_Linux_Vulkan_playmode_RenderGraph_fast-trunk:
name: HDRP on Linux_Vulkan_playmode_RenderGraph on version fast-trunk
agent:
type: Unity::VM::GPU
image: cds-ops/ubuntu-18.04-base:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
dependencies:
- path: .yamato/_editor.yml#editor:priming:fast-trunk:linux
rerun: always
commands:
- sudo -H pip install --upgrade pip
- sudo -H pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
- git clone git@github.cds.internal.unity3d.com:unity/utr.git TestProjects/HDRP_Tests/utr
- cd TestProjects/HDRP_Tests && sudo unity-downloader-cli --source-file ../../unity_revision.txt -c editor -c il2cpp --wait --published-only
- cd TestProjects/HDRP_Tests && DISPLAY=:0.0 utr/utr --suite=playmode --extra-editor-arg="-rendergraph-tests" --testproject=. --editor-location=.Editor --artifacts_path=test-results --extra-editor-arg="-force-vulkan"
artifacts:
logs:
paths:
- "**/test-results/**"
HDRP_Linux_Vulkan_editmode_fast-trunk:
name: HDRP on Linux_Vulkan_editmode on version fast-trunk
agent:
Expand Down Expand Up @@ -151,6 +193,28 @@ HDRP_Linux_Vulkan_playmode_CUSTOM-REVISION:
logs:
paths:
- "**/test-results/**"
HDRP_Linux_Vulkan_playmode_RenderGraph_CUSTOM-REVISION:
name: HDRP on Linux_Vulkan_playmode_RenderGraph on version CUSTOM-REVISION
agent:
type: Unity::VM::GPU
image: cds-ops/ubuntu-18.04-base:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
CUSTOM_REVISION: custom_revision_not_set
dependencies:
- path: .yamato/_editor.yml#editor:priming:CUSTOM-REVISION:linux
rerun: always
commands:
- sudo -H pip install --upgrade pip
- sudo -H pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
- git clone git@github.cds.internal.unity3d.com:unity/utr.git TestProjects/HDRP_Tests/utr
- cd TestProjects/HDRP_Tests && sudo unity-downloader-cli --source-file ../../unity_revision.txt -c editor -c il2cpp --wait --published-only
- cd TestProjects/HDRP_Tests && DISPLAY=:0.0 utr/utr --suite=playmode --extra-editor-arg="-rendergraph-tests" --testproject=. --editor-location=.Editor --artifacts_path=test-results --extra-editor-arg="-force-vulkan"
artifacts:
logs:
paths:
- "**/test-results/**"
HDRP_Linux_Vulkan_editmode_CUSTOM-REVISION:
name: HDRP on Linux_Vulkan_editmode on version CUSTOM-REVISION
agent:
Expand Down
85 changes: 85 additions & 0 deletions .yamato/hdrp-osx-metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,34 @@ HDRP_OSX_Metal_playmode_XR_trunk:
logs:
paths:
- "**/test-results/**"
HDRP_OSX_Metal_playmode_RenderGraph_trunk:
name: HDRP on OSX_Metal_playmode_RenderGraph on version trunk
agent:
type: Unity::metal::macmini
image: slough-ops/macos-10.14-xcode:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
dependencies:
- path: .yamato/_editor.yml#editor:priming:trunk:macos
rerun: always
commands:
- git clone git@github.cds.internal.unity3d.com:unity/utr.git TestProjects/HDRP_Tests/utr
- ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP "bash -lc 'pip3 install --user unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade'"
- scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r $YAMATO_SOURCE_DIR bokken@$BOKKEN_DEVICE_IP:~/Graphics
- scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP:~/.ssh/id_rsa_macmini
- ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP '/Users/bokken/Library/Python/3.7/bin/unity-downloader-cli --source-file ~/Graphics/unity_revision.txt -c editor -c il2cpp --wait --published-only'
- |5-

ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP 'cd ~/Graphics/TestProjects/HDRP_Tests && ~/Graphics/TestProjects/HDRP_Tests/utr/utr --suite=playmode --extra-editor-arg="-rendergraph-tests" --testproject=/Users/bokken/Graphics/TestProjects/HDRP_Tests --editor-location=/Users/bokken/.Editor --artifacts_path=/Users/bokken/Graphics/TestProjects/HDRP_Tests/test-results'
UTR_RESULT=$?
mkdir -p TestProjects/HDRP_Tests/test-results/
scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r bokken@$BOKKEN_DEVICE_IP:/Users/bokken/Graphics/TestProjects/HDRP_Tests/test-results/ TestProjects/HDRP_Tests/test-results/
exit $UTR_RESULT
artifacts:
logs:
paths:
- "**/test-results/**"
HDRP_OSX_Metal_editmode_trunk:
name: HDRP on OSX_Metal_editmode on version trunk
agent:
Expand Down Expand Up @@ -171,6 +199,34 @@ HDRP_OSX_Metal_playmode_XR_fast-trunk:
logs:
paths:
- "**/test-results/**"
HDRP_OSX_Metal_playmode_RenderGraph_fast-trunk:
name: HDRP on OSX_Metal_playmode_RenderGraph on version fast-trunk
agent:
type: Unity::metal::macmini
image: slough-ops/macos-10.14-xcode:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
dependencies:
- path: .yamato/_editor.yml#editor:priming:fast-trunk:macos
rerun: always
commands:
- git clone git@github.cds.internal.unity3d.com:unity/utr.git TestProjects/HDRP_Tests/utr
- ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP "bash -lc 'pip3 install --user unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade'"
- scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r $YAMATO_SOURCE_DIR bokken@$BOKKEN_DEVICE_IP:~/Graphics
- scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP:~/.ssh/id_rsa_macmini
- ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP '/Users/bokken/Library/Python/3.7/bin/unity-downloader-cli --source-file ~/Graphics/unity_revision.txt -c editor -c il2cpp --wait --published-only'
- |5-

ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP 'cd ~/Graphics/TestProjects/HDRP_Tests && ~/Graphics/TestProjects/HDRP_Tests/utr/utr --suite=playmode --extra-editor-arg="-rendergraph-tests" --testproject=/Users/bokken/Graphics/TestProjects/HDRP_Tests --editor-location=/Users/bokken/.Editor --artifacts_path=/Users/bokken/Graphics/TestProjects/HDRP_Tests/test-results'
UTR_RESULT=$?
mkdir -p TestProjects/HDRP_Tests/test-results/
scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r bokken@$BOKKEN_DEVICE_IP:/Users/bokken/Graphics/TestProjects/HDRP_Tests/test-results/ TestProjects/HDRP_Tests/test-results/
exit $UTR_RESULT
artifacts:
logs:
paths:
- "**/test-results/**"
HDRP_OSX_Metal_editmode_fast-trunk:
name: HDRP on OSX_Metal_editmode on version fast-trunk
agent:
Expand Down Expand Up @@ -285,6 +341,35 @@ HDRP_OSX_Metal_playmode_XR_CUSTOM-REVISION:
logs:
paths:
- "**/test-results/**"
HDRP_OSX_Metal_playmode_RenderGraph_CUSTOM-REVISION:
name: HDRP on OSX_Metal_playmode_RenderGraph on version CUSTOM-REVISION
agent:
type: Unity::metal::macmini
image: slough-ops/macos-10.14-xcode:stable
flavor: m1.mac
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
CUSTOM_REVISION: custom_revision_not_set
dependencies:
- path: .yamato/_editor.yml#editor:priming:CUSTOM-REVISION:macos
rerun: always
commands:
- git clone git@github.cds.internal.unity3d.com:unity/utr.git TestProjects/HDRP_Tests/utr
- ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP "bash -lc 'pip3 install --user unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade'"
- scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r $YAMATO_SOURCE_DIR bokken@$BOKKEN_DEVICE_IP:~/Graphics
- scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP:~/.ssh/id_rsa_macmini
- ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP '/Users/bokken/Library/Python/3.7/bin/unity-downloader-cli --source-file ~/Graphics/unity_revision.txt -c editor -c il2cpp --wait --published-only'
- |5-

ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP 'cd ~/Graphics/TestProjects/HDRP_Tests && ~/Graphics/TestProjects/HDRP_Tests/utr/utr --suite=playmode --extra-editor-arg="-rendergraph-tests" --testproject=/Users/bokken/Graphics/TestProjects/HDRP_Tests --editor-location=/Users/bokken/.Editor --artifacts_path=/Users/bokken/Graphics/TestProjects/HDRP_Tests/test-results'
UTR_RESULT=$?
mkdir -p TestProjects/HDRP_Tests/test-results/
scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r bokken@$BOKKEN_DEVICE_IP:/Users/bokken/Graphics/TestProjects/HDRP_Tests/test-results/ TestProjects/HDRP_Tests/test-results/
exit $UTR_RESULT
artifacts:
logs:
paths:
- "**/test-results/**"
HDRP_OSX_Metal_editmode_CUSTOM-REVISION:
name: HDRP on OSX_Metal_editmode on version CUSTOM-REVISION
agent:
Expand Down
61 changes: 61 additions & 0 deletions .yamato/hdrp-win-dx11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,26 @@ HDRP_Win_DX11_playmode_XR_trunk:
logs:
paths:
- "**/test-results/**"
HDRP_Win_DX11_playmode_RenderGraph_trunk:
name: HDRP on Win_DX11_playmode_RenderGraph on version trunk
agent:
type: Unity::VM::GPU
image: sdet/gamecode_win10:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
dependencies:
- path: .yamato/_editor.yml#editor:priming:trunk:windows
rerun: always
commands:
- git clone git@github.cds.internal.unity3d.com:unity/utr.git TestProjects/HDRP_Tests/utr
- pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
- cd TestProjects/HDRP_Tests && unity-downloader-cli --source-file ../../unity_revision.txt -c editor -c il2cpp --wait --published-only
- cd TestProjects/HDRP_Tests && utr\utr --suite=playmode --extra-editor-arg="-rendergraph-tests" --testproject=. --editor-location=.Editor --artifacts_path=test-results --extra-editor-arg="-force-d3d11"
artifacts:
logs:
paths:
- "**/test-results/**"
HDRP_Win_DX11_editmode_trunk:
name: HDRP on Win_DX11_editmode on version trunk
agent:
Expand Down Expand Up @@ -155,6 +175,26 @@ HDRP_Win_DX11_playmode_XR_fast-trunk:
logs:
paths:
- "**/test-results/**"
HDRP_Win_DX11_playmode_RenderGraph_fast-trunk:
name: HDRP on Win_DX11_playmode_RenderGraph on version fast-trunk
agent:
type: Unity::VM::GPU
image: sdet/gamecode_win10:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
dependencies:
- path: .yamato/_editor.yml#editor:priming:fast-trunk:windows
rerun: always
commands:
- git clone git@github.cds.internal.unity3d.com:unity/utr.git TestProjects/HDRP_Tests/utr
- pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
- cd TestProjects/HDRP_Tests && unity-downloader-cli --source-file ../../unity_revision.txt -c editor -c il2cpp --wait --published-only
- cd TestProjects/HDRP_Tests && utr\utr --suite=playmode --extra-editor-arg="-rendergraph-tests" --testproject=. --editor-location=.Editor --artifacts_path=test-results --extra-editor-arg="-force-d3d11"
artifacts:
logs:
paths:
- "**/test-results/**"
HDRP_Win_DX11_editmode_fast-trunk:
name: HDRP on Win_DX11_editmode on version fast-trunk
agent:
Expand Down Expand Up @@ -267,6 +307,27 @@ HDRP_Win_DX11_playmode_XR_CUSTOM-REVISION:
logs:
paths:
- "**/test-results/**"
HDRP_Win_DX11_playmode_RenderGraph_CUSTOM-REVISION:
name: HDRP on Win_DX11_playmode_RenderGraph on version CUSTOM-REVISION
agent:
type: Unity::VM::GPU
image: sdet/gamecode_win10:stable
flavor: b1.large
variables:
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
CUSTOM_REVISION: custom_revision_not_set
dependencies:
- path: .yamato/_editor.yml#editor:priming:CUSTOM-REVISION:windows
rerun: always
commands:
- git clone git@github.cds.internal.unity3d.com:unity/utr.git TestProjects/HDRP_Tests/utr
- pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
- cd TestProjects/HDRP_Tests && unity-downloader-cli --source-file ../../unity_revision.txt -c editor -c il2cpp --wait --published-only
- cd TestProjects/HDRP_Tests && utr\utr --suite=playmode --extra-editor-arg="-rendergraph-tests" --testproject=. --editor-location=.Editor --artifacts_path=test-results --extra-editor-arg="-force-d3d11"
artifacts:
logs:
paths:
- "**/test-results/**"
HDRP_Win_DX11_editmode_CUSTOM-REVISION:
name: HDRP on Win_DX11_editmode on version CUSTOM-REVISION
agent:
Expand Down
Loading