From 39aa4837601afb337f0bfb61818668bf2792325e Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 4 Sep 2023 11:47:00 -0400 Subject: [PATCH] zink: set optimal_keys for turnip jobs nobody cares about stipple on turnip for real world scenarios, so testing it instead of the thing that people will actually want is pointless Part-of: --- src/gallium/drivers/zink/ci/gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/zink/ci/gitlab-ci.yml b/src/gallium/drivers/zink/ci/gitlab-ci.yml index ff68829f20b..97fde767202 100644 --- a/src/gallium/drivers/zink/ci/gitlab-ci.yml +++ b/src/gallium/drivers/zink/ci/gitlab-ci.yml @@ -44,6 +44,8 @@ rules: - !reference [.collabora-turnip-rules, rules] - !reference [.zink-common-rules, rules] + variables: + ZINK_DEBUG: optimal_keys .zink-turnip-manual-rules: stage: layered-backends