ci/turnip: Add a little forced touch-testing of XFB with no binning requested.

This is just a couple of seconds of runtime.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16826>
This commit is contained in:
Emma Anholt 2022-05-17 10:51:19 -07:00 committed by Marge Bot
parent 046438b7a4
commit 5b119c0148
1 changed files with 11 additions and 0 deletions

View File

@ -16,6 +16,17 @@ fraction = 10
[deqp.env]
TU_DEBUG = "gmem,forcebin"
# non-binning gmem-forced testing. Takes about 2-5 seconds.
[[deqp]]
deqp = "/deqp/external/vulkancts/modules/vulkan/deqp-vk"
caselists = ["/deqp/mustpass/vk-master.txt"]
timeout = 300
prefix = "nobin-"
fraction = 10
include = ["dEQP-VK.transform_feedback.*"]
[deqp.env]
TU_DEBUG = "gmem,nobin"
# force-sysmem testing
[[deqp]]
deqp = "/deqp/external/vulkancts/modules/vulkan/deqp-vk"