mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
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:
parent
ef27036b4c
commit
8a7659a7a2
5 changed files with 44 additions and 1 deletions
|
|
@ -61,6 +61,7 @@ include:
|
||||||
- local: 'src/gallium/drivers/virgl/ci/gitlab-ci.yml'
|
- local: 'src/gallium/drivers/virgl/ci/gitlab-ci.yml'
|
||||||
- local: 'src/gallium/drivers/zink/ci/gitlab-ci.yml'
|
- local: 'src/gallium/drivers/zink/ci/gitlab-ci.yml'
|
||||||
- local: 'src/gallium/frontends/lavapipe/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/microsoft/ci/gitlab-ci.yml'
|
||||||
- local: 'src/panfrost/ci/gitlab-ci.yml'
|
- local: 'src/panfrost/ci/gitlab-ci.yml'
|
||||||
|
|
||||||
|
|
@ -713,7 +714,7 @@ debian-testing:
|
||||||
-D dri3=enabled
|
-D dri3=enabled
|
||||||
-D gallium-va=enabled
|
-D gallium-va=enabled
|
||||||
GALLIUM_DRIVERS: "swrast,virgl,radeonsi,zink,crocus,iris,i915"
|
GALLIUM_DRIVERS: "swrast,virgl,radeonsi,zink,crocus,iris,i915"
|
||||||
VULKAN_DRIVERS: "swrast,amd"
|
VULKAN_DRIVERS: "swrast,amd,intel"
|
||||||
BUILDTYPE: "debugoptimized"
|
BUILDTYPE: "debugoptimized"
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D valgrind=false
|
-D valgrind=false
|
||||||
|
|
|
||||||
5
src/intel/ci/anv-skips.txt
Normal file
5
src/intel/ci/anv-skips.txt
Normal 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
|
||||||
0
src/intel/ci/anv-tgl-fails.txt
Normal file
0
src/intel/ci/anv-tgl-fails.txt
Normal file
6
src/intel/ci/deqp-anv-tgl-vk.toml
Normal file
6
src/intel/ci/deqp-anv-tgl-vk.toml
Normal 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"
|
||||||
31
src/intel/ci/gitlab-ci.yml
Normal file
31
src/intel/ci/gitlab-ci.yml
Normal 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
|
||||||
Loading…
Add table
Reference in a new issue