mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 00:18:09 +02:00
All the `deqp-*.toml` are copied into the same /install/ folder, so it's best if they have names that are specific enough to not accidentally pick the wrong one :) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39787>
15 lines
385 B
YAML
15 lines
385 B
YAML
include:
|
|
- local: 'src/imagination/ci/gitlab-ci-inc.yml'
|
|
|
|
bxs-4-64-vk:
|
|
extends:
|
|
- .ci-tron-arm64-test-vk
|
|
- .imagination-ti-am68-sk:arm64
|
|
- .imagination-manual-rules
|
|
timeout: 50m
|
|
variables:
|
|
CI_TRON_TIMEOUT__OVERALL__MINUTES: 45
|
|
DEQP_SUITE: pvr-vk
|
|
VK_DRIVER: powervr_mesa
|
|
MESA_VK_IGNORE_CONFORMANCE_WARNING: 1
|
|
PVR_I_WANT_A_BROKEN_VULKAN_DRIVER: 1
|