Skip to content

Commit 429161e

Browse files
fix: change cpu compat tests requirement to 16 (#20597)
1 parent 1049202 commit 429161e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ydb/tests/compatibility/ya.make

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ TEST_SRCS(
2525
)
2626

2727
SIZE(LARGE)
28-
REQUIREMENTS(cpu:all)
29-
REQUIREMENTS(ram:all)
28+
REQUIREMENTS(cpu:16)
3029
INCLUDE(${ARCADIA_ROOT}/ydb/tests/large.inc)
3130
INCLUDE(${ARCADIA_ROOT}/ydb/tests/tools/s3_recipe/recipe.inc)
3231

0 commit comments

Comments
 (0)