diff options
author | Guilherme Gallo <guilherme.gallo@collabora.com> | 2024-08-16 15:00:15 -0300 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2024-08-20 17:45:00 +0200 |
commit | 27c36ffddc3d216a3c97021a02db67dfd81208c9 (patch) | |
tree | ef34c23831f123f549b4894a4a8703a3ac350d30 /src/gallium | |
parent | db8d043296d1f0276edb42e1773291ce33a8320f (diff) |
ci/a618: Fix zink-tu-a618-full rules
We should use `.zink-turnip-collabora-manual-rules` instead of
`.collabora-turnip-manual-rules`, since the former correctly reacts to
the zink+turnip file changes.
Fixes: 69eac6dd152 ("ci/a618: Add zink-tu-a618-full")
Reported-by: Valentine Burley <valentine.burley@gmail.com>
Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30698>
(cherry picked from commit 8aa52ac6666c835169f490703e557f892648e89a)
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/zink/ci/gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/zink/ci/gitlab-ci.yml b/src/gallium/drivers/zink/ci/gitlab-ci.yml index 75e59666fde..09707b8b130 100644 --- a/src/gallium/drivers/zink/ci/gitlab-ci.yml +++ b/src/gallium/drivers/zink/ci/gitlab-ci.yml @@ -97,7 +97,7 @@ zink-tu-a618: zink-tu-a618-full: extends: - zink-tu-a618 - - .collabora-turnip-manual-rules + - .zink-turnip-collabora-manual-rules variables: DEQP_FRACTION: 1 |