Skip to content

Commit 48718ab

Browse files
authored
Remove cpu reqs from tests in order to speed up checks (#7111)
1 parent 6b9001c commit 48718ab

File tree

31 files changed

+0
-46
lines changed

31 files changed

+0
-46
lines changed

ydb/core/blobstorage/dsproxy/ut/ya.make

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ FORK_SUBTESTS(MODULO)
55
SPLIT_FACTOR(20)
66

77
REQUIREMENTS(
8-
cpu:4
98
ram:32
109
)
1110

ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/ya.make

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ PEERDIR(
2121
)
2222

2323
REQUIREMENTS(
24-
cpu:4
2524
ram:32
2625
)
2726

ydb/core/blobstorage/ut_blobstorage/ut_osiris/ya.make

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ PEERDIR(
1717
)
1818

1919
REQUIREMENTS(
20-
cpu:4
2120
ram:32
2221
)
2322

ydb/core/blobstorage/ut_blobstorage/ut_replication/ya.make

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ PEERDIR(
1818
)
1919

2020
REQUIREMENTS(
21-
cpu:4
2221
ram:32
2322
)
2423

ydb/core/blobstorage/ut_blobstorage/ut_scrub/ya.make

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ PEERDIR(
1717
)
1818

1919
REQUIREMENTS(
20-
cpu:4
2120
ram:32
2221
)
2322

ydb/core/blobstorage/vdisk/hullop/ut/ya.make

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ IF (SANITIZER_TYPE == "thread" OR WITH_VALGRIND)
77
SIZE(LARGE)
88
TAG(ya:fat)
99
REQUIREMENTS(
10-
cpu:4
1110
ram:32
1211
)
1312
ELSE()
1413
TIMEOUT(600)
1514
SIZE(MEDIUM)
1615
REQUIREMENTS(
17-
cpu:4
1816
ram:16
1917
)
2018
ENDIF()

ydb/core/client/ut/ya.make

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ IF (SANITIZER_TYPE == "thread" OR WITH_VALGRIND)
88
TIMEOUT(3600)
99
SIZE(LARGE)
1010
REQUIREMENTS(
11-
cpu:4
1211
ram:32
1312
)
1413
TAG(ya:fat)
1514
ELSE()
1615
REQUIREMENTS(
17-
cpu:4
1816
ram:16
1917
)
2018
TIMEOUT(600)

ydb/core/kqp/ut/idx_test/ya.make

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ IF (SANITIZER_TYPE == "thread" OR WITH_VALGRIND)
99
SIZE(LARGE)
1010
TAG(ya:fat)
1111
REQUIREMENTS(
12-
cpu:4
1312
ram:32
1413
)
1514
ELSE()

ydb/core/mind/bscontroller/ut_bscontroller/ya.make

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ UNITTEST()
33
FORK_SUBTESTS()
44

55
REQUIREMENTS(
6-
cpu:4
76
ram:16
87
)
98

ydb/core/mind/ut/ya.make

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ IF (SANITIZER_TYPE == "thread" OR WITH_VALGRIND)
88
TAG(ya:fat)
99
SPLIT_FACTOR(80)
1010
REQUIREMENTS(
11-
cpu:4
1211
ram:32
1312
)
1413
ELSE()
1514
SPLIT_FACTOR(80)
1615
TIMEOUT(600)
1716
SIZE(MEDIUM)
1817
REQUIREMENTS(
19-
cpu:4
2018
ram:16
2119
)
2220
ENDIF()

0 commit comments

Comments
 (0)