File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,15 @@ ENDIF()
33
33
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
34
34
35
35
IF (OPENSOURCE)
36
- # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
37
- # which makes it impossible to run them during precommit checks on Github CI.
38
- # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
39
- SIZE(MEDIUM)
36
+ IF (SANITIZER_TYPE)
37
+ # Too huge for precommit check with sanitizers
38
+ SIZE(LARGE)
39
+ ELSE()
40
+ # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
41
+ # which makes it impossible to run them during precommit checks on Github CI.
42
+ # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
43
+ SIZE(MEDIUM)
44
+ ENDIF()
40
45
SET(TEST_TAGS_VALUE)
41
46
SET(TEST_REQUIREMENTS_VALUE)
42
47
# This requirement forces tests to be launched consequently,
You can’t perform that action at this time.
0 commit comments