From de86a0a3751d9a0da1c9bea59faf712a53f6d401 Mon Sep 17 00:00:00 2001 From: Lars Bilke Date: Thu, 12 Dec 2024 13:49:08 +0100 Subject: [PATCH] [ci] large label affects linux and mac build jobs only. --- scripts/ci/extends/template-build-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/extends/template-build-linux.yml b/scripts/ci/extends/template-build-linux.yml index 4f833282e5f..8b12eaa4a5e 100644 --- a/scripts/ci/extends/template-build-linux.yml +++ b/scripts/ci/extends/template-build-linux.yml @@ -51,7 +51,7 @@ if [ "$BUILD_CTEST" = true ]; then ctest_timeout=60 preset_postfix="" - if [[ "$CI_MERGE_REQUEST_LABELS" =~ .*ci_large.* ]]; then + if [[ "$CI_MERGE_REQUEST_LABELS" =~ .*ci_large.* && "$CI_JOB_NAME" =~ build.[linux|mac].* && ! "$CI_JOB_NAME" =~ .*sanitizer ]]; then export BUILD_CTEST_LARGE=true fi if [ "$BUILD_CTEST_LARGE" = true ]; then