summaryrefslogtreecommitdiff
path: root/.gitlab-ci/test-source-dep.yml
diff options
context:
space:
mode:
authorGuilherme Gallo <guilherme.gallo@collabora.com>2023-02-27 08:29:47 -0300
committerMarge Bot <emma+marge@anholt.net>2023-02-28 22:19:48 +0000
commit6cb0c8b6d746fe055bbe905025550140c0980720 (patch)
tree2e92864dafaa42e6c95407cefe3d6e7d86d0b8c0 /.gitlab-ci/test-source-dep.yml
parent5b9a6106041263b40ba7789fbd3586aafa17faff (diff)
downloadmesa-6cb0c8b6d746fe055bbe905025550140c0980720.tar.gz
ci: Reuse MESA_CI_PERFORMANCE_ENABLED in performance-rules
Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21492>
Diffstat (limited to '.gitlab-ci/test-source-dep.yml')
-rw-r--r--.gitlab-ci/test-source-dep.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index 63ff6fd7bbd..c03649f8626 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -76,7 +76,7 @@
rules:
- !reference [.no_scheduled_pipelines-rules, rules]
# Run only on pre-merge pipelines from Marge
- - if: '$GITLAB_USER_LOGIN != "marge-bot" || $CI_COMMIT_BRANCH'
+ - if: $MESA_CI_PERFORMANCE_ENABLED == null
when: never
# Allow the merge to complete even before the job completes (since it won't
# even start until the separate script triggers on it).