From 69eac6dd152c8c526aea35d2c1a93077a6f6c1d7 Mon Sep 17 00:00:00 2001 From: Guilherme Gallo Date: Tue, 16 Apr 2024 13:57:34 -0300 Subject: [PATCH] ci/a618: Add zink-tu-a618-full We needed to halve the number of tests in `zink-tu-a618` due to the reduced number of a618-limozeen in Collabora's farm, let's create a job in the nightly pipeline to keep track of zink tests. Signed-off-by: Guilherme Gallo Part-of: --- src/gallium/drivers/zink/ci/gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/gallium/drivers/zink/ci/gitlab-ci.yml b/src/gallium/drivers/zink/ci/gitlab-ci.yml index 740372a5fcb..813b1fa690f 100644 --- a/src/gallium/drivers/zink/ci/gitlab-ci.yml +++ b/src/gallium/drivers/zink/ci/gitlab-ci.yml @@ -76,6 +76,13 @@ zink-tu-a618: HWCI_START_WESTON: 1 GPU_VERSION: zink-freedreno-a618 +zink-tu-a618-full: + extends: + - zink-tu-a618 + - .collabora-turnip-manual-rules + variables: + DEQP_FRACTION: 1 + zink-tu-a618-traces: extends: - a618-traces