Skip to content
Snippets Groups Projects
Commit a62fb3ba authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'fix-large-label' into 'master'

[ci] large label affects linux and mac build jobs only.

See merge request ogs/ogs!5167
parents 2e7cf325 de86a0a3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment