GPU: Remove WITH_GPU_RENDER_TESTS_SILENT option

This was introduced during EEVEE-next developement
cycle to not make the buildbot fail because of EEVEE
render tests.

These have stabilized now and we can remove this option.

Pull Request: https://projects.blender.org/blender/blender/pulls/137545
This commit is contained in:
Clément Foucault
2025-04-15 17:56:16 +02:00
committed by Clément Foucault
parent 846d88ed17
commit dde18802a5
8 changed files with 5 additions and 18 deletions

View File

@@ -811,11 +811,6 @@ Enable GPU render related unit testing using Vulkan"
OFF
)
mark_as_advanced(WITH_GPU_RENDER_TESTS_VULKAN)
option(WITH_GPU_RENDER_TESTS_SILENT "\
Run GPU render tests silently (finished tests will pass). \
Generated report will show failing tests"
ON
)
option(WITH_GPU_RENDER_TESTS_HEADED "\
Enable GPU render related unit testing that doesn't work in background mode. \
These tests require an environment with a display server to run. \