Skip to content

Commit a62fb3b

Browse files
committed
Merge branch 'fix-large-label' into 'master'
[ci] large label affects linux and mac build jobs only. See merge request ogs/ogs!5167
2 parents 2e7cf32 + de86a0a commit a62fb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/extends/template-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
if [ "$BUILD_CTEST" = true ]; then
5252
ctest_timeout=60
5353
preset_postfix=""
54-
if [[ "$CI_MERGE_REQUEST_LABELS" =~ .*ci_large.* ]]; then
54+
if [[ "$CI_MERGE_REQUEST_LABELS" =~ .*ci_large.* && "$CI_JOB_NAME" =~ build.[linux|mac].* && ! "$CI_JOB_NAME" =~ .*sanitizer ]]; then
5555
export BUILD_CTEST_LARGE=true
5656
fi
5757
if [ "$BUILD_CTEST_LARGE" = true ]; then

0 commit comments

Comments
 (0)