anv/ci: Test with deqp-vk on Tiger Lake

Run half of the CTS in 10 Volteer Chromebook devices.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14121>
This commit is contained in:
Tomeu Vizoso 2021-12-06 10:01:52 +01:00 committed by Marge Bot
parent ef27036b4c
commit 8a7659a7a2
5 changed files with 44 additions and 1 deletions

View File

@ -61,6 +61,7 @@ include:
- local: 'src/gallium/drivers/virgl/ci/gitlab-ci.yml'
- local: 'src/gallium/drivers/zink/ci/gitlab-ci.yml'
- local: 'src/gallium/frontends/lavapipe/ci/gitlab-ci.yml'
- local: 'src/intel/ci/gitlab-ci.yml'
- local: 'src/microsoft/ci/gitlab-ci.yml'
- local: 'src/panfrost/ci/gitlab-ci.yml'
@ -713,7 +714,7 @@ debian-testing:
-D dri3=enabled
-D gallium-va=enabled
GALLIUM_DRIVERS: "swrast,virgl,radeonsi,zink,crocus,iris,i915"
VULKAN_DRIVERS: "swrast,amd"
VULKAN_DRIVERS: "swrast,amd,intel"
BUILDTYPE: "debugoptimized"
EXTRA_OPTION: >
-D valgrind=false

View File

@ -0,0 +1,5 @@
# Exclude this test which might fail when a new extension is implemented.
dEQP-VK.info.device_extensions
# Timeouts, see https://gitlab.freedesktop.org/mesa/mesa/-/issues/4641
dEQP-VK.ssbo.phys.layout.random.16bit.scalar.13

View File

View File

@ -0,0 +1,6 @@
# Basic test set
[[deqp]]
deqp = "/deqp/external/vulkancts/modules/vulkan/deqp-vk"
caselists = ["/deqp/mustpass/vk-master.txt"]
fraction = 2
renderer_check = "TGL GT2"

View File

@ -0,0 +1,31 @@
.anv-test:
extends:
- .lava-test:amd64
- .anv-rules
variables:
DTB: ""
DRIVER_NAME: anv
BOOT_METHOD: depthcharge
KERNEL_IMAGE_TYPE: ""
FLAKES_CHANNEL: "#intel-ci"
HWCI_FREQ_MAX: "true"
# 10 boards
.anv-tgl-test:
extends:
- .anv-test
variables:
DEVICE_TYPE: asus-cx9400-volteer
GPU_VERSION: anv-tgl
FDO_CI_CONCURRENT: 8
tags:
- mesa-ci-x86-64-lava-asus-cx9400-volteer
anv-tgl-vk:
extends:
- .anv-tgl-test
variables:
DEQP_SUITE: anv-tgl-vk
DEQP_VER: vk
VK_DRIVER: intel
parallel: 10