From d810d67a8cc0f8c9751fe2491b8272d83898039f Mon Sep 17 00:00:00 2001 From: Friedrich Vock Date: Tue, 11 Jul 2023 19:31:51 +0200 Subject: [PATCH] radv/ci: Set DRIVER_NAME in LAVA raven vkcts jobs Some CTS tests work with RADV, but take a very long time, making deqp-runner trigger timeout failures. These tests are supposed to be skipped, so they're contained in radv-skips.txt. But without setting DRIVER_NAME to "radv", deqp-runner.sh won't pick up that file. Part-of: --- src/amd/ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index e273ec6..8d86f55 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -116,6 +116,7 @@ radeonsi-stoney-traces:x86_64: extends: - .radv-collabora-rules variables: + DRIVER_NAME: radv GPU_VERSION: radv-raven VK_DRIVER: radeon -- 2.7.4