Skip to content

Commit

Permalink
Merge branch 'fix-large-label' into 'master'
Browse files Browse the repository at this point in the history
[ci] large label affects linux and mac build jobs only.

See merge request ogs/ogs!5167
  • Loading branch information
bilke committed Dec 13, 2024
2 parents 2e7cf32 + de86a0a commit a62fb3b
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 a62fb3b

Please sign in to comment.