Module: Mesa
Branch: main
Commit: 6cb0c8b6d746fe055bbe905025550140c0980720
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6cb0c8b6d746fe055bbe905025550140c0980720

Author: Guilherme Gallo <[email protected]>
Date:   Mon Feb 27 08:29:47 2023 -0300

ci: Reuse MESA_CI_PERFORMANCE_ENABLED in performance-rules

Signed-off-by: Guilherme Gallo <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21492>

---

 .gitlab-ci/test-source-dep.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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).

Reply via email to