Skip to content

Commit

Permalink
[ci] large label affects linux and mac build jobs only.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Dec 13, 2024
1 parent 2e7cf32 commit de86a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/extends/template-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de86a0a

Please sign in to comment.