From cbb9ebcd827c911c7065c72ecef5eb6d8f69eea1 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Fri, 11 Jul 2025 08:16:41 +0200 Subject: [PATCH] freedreno/ci: Fix configuration for a618-traces-performance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The a618-traces-performance job wasn’t actually running performance tests because it didn’t extend the `.piglit-performance-base` template, which is what sets the traces to be replayed 150 times. This also hides the job from non-Marge pipelines, as intended. Signed-off-by: Valentine Burley Part-of: --- src/freedreno/ci/gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index ba1a612f7c2..4f5026f893d 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -237,6 +237,10 @@ a618-traces-performance: extends: - a618-traces - .collabora-freedreno-rules-performance + - .piglit-performance-base + rules: + - !reference [.piglit-performance-base, rules] + - !reference [.collabora-freedreno-rules-performance, rules] variables: # Always use the same device # a618 tag starts with cbg-1 (not cbg-0) for some reason