Skip to content
Snippets Groups Projects
Commit 42e1b4a6 authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[ci] Introduce MR label ci_large for enabling large tests.

parent 6f75994c
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,9 @@
if [ "$BUILD_CTEST" = true ]; then
ctest_timeout=60
preset_postfix=""
if [[ "$CI_MERGE_REQUEST_LABELS" =~ .*ci_large.* ]]; then
export BUILD_CTEST_LARGE=true
fi
if [ "$BUILD_CTEST_LARGE" = true ]; then
ctest_timeout=90
preset_postfix="-large"
......
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