From 2acda35230e7d7670a588eb150bb49d57c1c555e Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 9 Feb 2026 18:19:47 +0100 Subject: [PATCH] pvr/ci: rename deqp suite to a less generic name 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: --- src/imagination/ci/{deqp-vk.toml => deqp-pvr-vk.toml} | 0 src/imagination/ci/gitlab-ci.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/imagination/ci/{deqp-vk.toml => deqp-pvr-vk.toml} (100%) diff --git a/src/imagination/ci/deqp-vk.toml b/src/imagination/ci/deqp-pvr-vk.toml similarity index 100% rename from src/imagination/ci/deqp-vk.toml rename to src/imagination/ci/deqp-pvr-vk.toml diff --git a/src/imagination/ci/gitlab-ci.yml b/src/imagination/ci/gitlab-ci.yml index 6890f554fed..2470d0446dd 100644 --- a/src/imagination/ci/gitlab-ci.yml +++ b/src/imagination/ci/gitlab-ci.yml @@ -9,7 +9,7 @@ bxs-4-64-vk: timeout: 50m variables: CI_TRON_TIMEOUT__OVERALL__MINUTES: 45 - DEQP_SUITE: vk + DEQP_SUITE: pvr-vk VK_DRIVER: powervr_mesa MESA_VK_IGNORE_CONFORMANCE_WARNING: 1 PVR_I_WANT_A_BROKEN_VULKAN_DRIVER: 1