mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 19:40:10 +01:00
ci/lavapipe: Add fractional NIR stress test job.
I think between the disk cache unit tests and testing that we can really serialize/deserialize NIR, this covers what I cared about for testing disk caching. Closes: #3597 Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10629>
This commit is contained in:
parent
f2cb18abd9
commit
e20897a8aa
1 changed files with 13 additions and 0 deletions
|
|
@ -8,3 +8,16 @@ lavapipe-vk:
|
|||
GPU_VERSION: lvp
|
||||
VK_DRIVER: lvp
|
||||
DEQP_FRACTION: 10
|
||||
|
||||
lavapipe-nir-stress:
|
||||
stage: software-renderer
|
||||
extends:
|
||||
- .test-vk
|
||||
- .lavapipe-rules
|
||||
- .deqp-test-vk
|
||||
variables:
|
||||
GPU_VERSION: lvp
|
||||
VK_DRIVER: lvp
|
||||
DEQP_FRACTION: 100
|
||||
NIR_TEST_CLONE: "true"
|
||||
NIR_TEST_SERIALIZE: "true"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue