We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e7cf32 + de86a0a commit a62fb3bCopy full SHA for a62fb3b
scripts/ci/extends/template-build-linux.yml
@@ -51,7 +51,7 @@
51
if [ "$BUILD_CTEST" = true ]; then
52
ctest_timeout=60
53
preset_postfix=""
54
- 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
55
export BUILD_CTEST_LARGE=true
56
fi
57
if [ "$BUILD_CTEST_LARGE" = true ]; then
0 commit comments