From 6cb0c8b6d746fe055bbe905025550140c0980720 Mon Sep 17 00:00:00 2001 From: Guilherme Gallo Date: Mon, 27 Feb 2023 08:29:47 -0300 Subject: [PATCH] ci: Reuse MESA_CI_PERFORMANCE_ENABLED in performance-rules Signed-off-by: Guilherme Gallo Part-of: --- .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).