panvk/ci: add a full panvk job

This allows us to collect accurate CI expectations.

A full run takes around 45 minutes per job, and spawns 5 jobs. Let's set
the timeout to 1.5 hours, to give some headroom.

Acked-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32460>
This commit is contained in:
Erik Faye-Lund
2024-11-26 13:11:42 +01:00
committed by Marge Bot
parent 93ae871c75
commit 19ac94d68b
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
[[deqp]]
deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk"
caselists = ["/deqp-vk/mustpass/vk-main.txt"]
renderer_check = "Mali-G610"

View File

@@ -424,3 +424,12 @@ panfrost-g610-vk:arm64:
DEQP_SUITE: panfrost-g610-vk
HWCI_START_WESTON: 1
LAVA_TAGS: at-least-8gb
panfrost-g610-vk-full:arm64:
extends:
- panfrost-g610-vk:arm64
- .panfrost-vk-manual-rules
timeout: 1h 35m
variables:
DEQP_SUITE: panfrost-g610-vk-full
JOB_TIMEOUT: 90