From c4d8c5ed4a3b4d1b862ceaa73f5134bcb59f0142 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Wed, 6 Aug 2025 09:14:11 +0200 Subject: [PATCH] zink/ci: Switch to quick_gl profile for nightly ANV jobs The full nightly jobs have been failing for a while without much interest in them. Reduce Piglit coverage by switching to the `quick_gl` profile, which is what the pre-merge jobs run. Signed-off-by: Valentine Burley Part-of: --- src/gallium/drivers/zink/ci/deqp-zink-anv-full.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/zink/ci/deqp-zink-anv-full.toml b/src/gallium/drivers/zink/ci/deqp-zink-anv-full.toml index b6fa125661c..d4e2591b803 100644 --- a/src/gallium/drivers/zink/ci/deqp-zink-anv-full.toml +++ b/src/gallium/drivers/zink/ci/deqp-zink-anv-full.toml @@ -131,6 +131,6 @@ prefix = "wayland-" [[piglit]] piglit_folder = "/piglit" -profile = "gpu" +profile = "quick_gl" process_isolation = true timeout = 180.0