From d13bcd1dafac0c3e3907b8d7b6c884225be5dd13 Mon Sep 17 00:00:00 2001 From: Boris Brezillon Date: Thu, 14 Nov 2024 08:33:25 +0100 Subject: [PATCH] pan/ci: Move g610-vk jobs to post-merge CI The g610-vk jobs are just too unstable to be pre-merge jobs. Let's keep them as post-merge so people can still execute them manually if they care. Signed-off-by: Boris Brezillon Reviewed-by: Mary Guillemard Part-of: --- src/panfrost/ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panfrost/ci/gitlab-ci.yml b/src/panfrost/ci/gitlab-ci.yml index 3bab953a55e..d5f2dc3ebd3 100644 --- a/src/panfrost/ci/gitlab-ci.yml +++ b/src/panfrost/ci/gitlab-ci.yml @@ -401,7 +401,7 @@ panfrost-g610-vk:arm64: - .lava-test-deqp:arm64 - .panfrost-test - .lava-rk3588-rock-5b:arm64 - - .panfrost-vk-rules + - .panfrost-vk-manual-rules variables: # Using more than 4 cores cause instabilities FDO_CI_CONCURRENT: 4