summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorGuilherme Gallo <guilherme.gallo@collabora.com>2023-03-27 16:17:51 -0300
committerMarge Bot <emma+marge@anholt.net>2023-03-29 21:30:19 +0000
commita5de0174af1d185dbcde7409055be7c48973d936 (patch)
tree4c392ca8aa52e942c9ec69fb695a8c3decfa3930 /.gitlab-ci
parent43dc19f44d93325e7471a0af9b9874516739ef07 (diff)
ci/zink: Fix zink-tu-a618-traces perf job rules
The pipeline should create this job only when it is under performance enabled workflow, represented by the presence of MESA_CI_PERFORMANCE_ENABLED variable. For example: The following pipeline https://gitlab.freedesktop.org/gallo/mesa/-/pipelines/840525 has `zink-tu-a618-traces-performance` job, even if it was not triggered by marge-bot, which means that performance jobs should be disabled. This job should appear in pipelines with performance jobs enabled https://gitlab.freedesktop.org/gallo/mesa/-/pipelines/840529 Fixes: 93e3d37b47c77b19b330e3d5c6d2440108636952 Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22155>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/test-source-dep.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index 9103c321f98..60ee771a478 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -83,7 +83,8 @@
allow_failure: true
.piglit-performance-base:
- allow_failure: true
+ extends:
+ - .performance-rules
variables:
LAVA_JOB_PRIORITY: 40
PIGLIT_REPLAY_SUBCOMMAND: "profile"