Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
b152a89
change resource requirements for tests
naspirato Jan 3, 2026
2b7c53d
Update requirements for stress test configuration
naspirato Jan 3, 2026
2f2b96f
Refactor executor settings in default_yaml.yml
naspirato Jan 3, 2026
0780586
Add resource requirements for medium size scenario
naspirato Jan 3, 2026
bc4cd9b
Increase CPU requirement for medium size configuration
naspirato Jan 3, 2026
5980fe0
Specify resource requirements for parametrized queries test
naspirato Jan 3, 2026
5ee24ae
Update ya.make
naspirato Jan 3, 2026
8a503b9
Increase CPU requirement for MEDIUM size
naspirato Jan 3, 2026
f0e8407
Add requirements for test environment
naspirato Jan 3, 2026
de5d3e8
Add requirements for RAM and CPU in ya.make
naspirato Jan 3, 2026
76fd1fd
Simplify requirements for resource allocation
naspirato Jan 3, 2026
37ff1a3
Remove conditional requirements for sanitizer type
naspirato Jan 3, 2026
6253ba0
Adjust requirements based on SANITIZER_TYPE
naspirato Jan 4, 2026
32db531
Adjust CPU requirements based on SANITIZER_TYPE
naspirato Jan 4, 2026
b15a67f
Fix indentation in ya.make requirements section
naspirato Jan 4, 2026
3a89764
Specify resource requirements for scheme shard tests
naspirato Jan 4, 2026
e1e2192
Update ya.make
naspirato Jan 4, 2026
bea4569
Fix ELSE statement syntax in ya.make
naspirato Jan 4, 2026
959ff4a
Fix ELSE syntax in ya.make for requirements
naspirato Jan 4, 2026
bc42d03
Specify resource requirements for test_select
naspirato Jan 4, 2026
34b14bb
Specify resource requirements for S3 tests
naspirato Jan 4, 2026
4c70d09
Add requirements for memory and CPU in ya.make
naspirato Jan 4, 2026
6654676
Specify RAM and CPU requirements in ya.make
naspirato Jan 4, 2026
df36492
Add resource requirements for partitioning tests
naspirato Jan 4, 2026
5332ff7
Specify resource requirements for dump_restore tests
naspirato Jan 4, 2026
859b464
Specify RAM and CPU requirements in ya.make
naspirato Jan 4, 2026
02ca63a
Specify resource requirements in ya.make
naspirato Jan 4, 2026
e8ed033
Add resource requirements to ya.make
naspirato Jan 4, 2026
1e0e638
Add resource requirements for the build process
naspirato Jan 4, 2026
8efcb08
Adjust requirements for medium size configuration
naspirato Jan 4, 2026
041b37e
rollback to main
naspirato Jan 4, 2026
4fea31d
Update ydb/tests/functional/cms/ya.make
naspirato Jan 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ydb/tests/datashard/add_column/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ TEST_SRCS(

SIZE(MEDIUM)

REQUIREMENTS(ram:32 cpu:4)

PEERDIR(
ydb/tests/datashard/lib
ydb/tests/sql/lib
Expand Down
2 changes: 2 additions & 0 deletions ydb/tests/datashard/async_replication/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ FORK_SUBTESTS()
SPLIT_FACTOR(20)
SIZE(MEDIUM)

REQUIREMENTS(ram:32 cpu:4)

TEST_SRCS(
test_async_replication.py
)
Expand Down
2 changes: 2 additions & 0 deletions ydb/tests/datashard/copy_table/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ ENV(YDB_CLI_BINARY="ydb/apps/ydb/ydb")
FORK_SUBTESTS()
SPLIT_FACTOR(13)

REQUIREMENTS(ram:32 cpu:4)

IF (SANITIZER_TYPE OR WITH_VALGRIND)
SIZE(LARGE)
TAG(ya:fat)
Expand Down
2 changes: 2 additions & 0 deletions ydb/tests/datashard/dml/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ INCLUDE(${ARCADIA_ROOT}/ydb/tests/harness_dep.inc)
FORK_SUBTESTS()
SPLIT_FACTOR(23)

REQUIREMENTS(ram:32 cpu:4)

IF (SANITIZER_TYPE)
SIZE(LARGE)
INCLUDE(${ARCADIA_ROOT}/ydb/tests/large.inc)
Expand Down
2 changes: 2 additions & 0 deletions ydb/tests/datashard/dump_restore/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ ENV(YDB_CLI_BINARY="ydb/apps/ydb/ydb")
FORK_SUBTESTS()
SPLIT_FACTOR(18)

REQUIREMENTS(ram:32 cpu:4)

IF (SANITIZER_TYPE OR WITH_VALGRIND)
SIZE(LARGE)
TAG(ya:fat)
Expand Down
2 changes: 2 additions & 0 deletions ydb/tests/datashard/parametrized_queries/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ FORK_SUBTESTS()
SPLIT_FACTOR(19)
SIZE(MEDIUM)

REQUIREMENTS(ram:32 cpu:4)

TEST_SRCS(
test_parametrized_queries.py
)
Expand Down
2 changes: 2 additions & 0 deletions ydb/tests/datashard/partitioning/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ SPLIT_FACTOR(23)

SIZE(MEDIUM)

REQUIREMENTS(ram:32 cpu:4)

TEST_SRCS(
test_partitioning.py

Expand Down
2 changes: 2 additions & 0 deletions ydb/tests/datashard/s3/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ SPLIT_FACTOR(27)

SIZE(MEDIUM)

REQUIREMENTS(ram:32 cpu:4)

TEST_SRCS(
test_s3.py
)
Expand Down
2 changes: 2 additions & 0 deletions ydb/tests/datashard/select/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ SPLIT_FACTOR(45)

SIZE(MEDIUM)

REQUIREMENTS(ram:32 cpu:4)

TEST_SRCS(
test_select.py

Expand Down
2 changes: 2 additions & 0 deletions ydb/tests/datashard/split_merge/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ENV(YDB_CLI_BINARY="ydb/apps/ydb/ydb")
FORK_SUBTESTS()
SPLIT_FACTOR(45)

REQUIREMENTS(ram:32 cpu:4)

IF (SANITIZER_TYPE OR WITH_VALGRIND)
SIZE(LARGE)
TAG(ya:fat)
Expand Down
2 changes: 2 additions & 0 deletions ydb/tests/datashard/ttl/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ SPLIT_FACTOR(36)

SIZE(MEDIUM)

REQUIREMENTS(ram:32 cpu:4)

TEST_SRCS(
test_ttl.py

Expand Down
2 changes: 2 additions & 0 deletions ydb/tests/datashard/vector_index/medium/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ INCLUDE(${ARCADIA_ROOT}/ydb/tests/harness_dep.inc)
FORK_SUBTESTS()
SPLIT_FACTOR(39)

REQUIREMENTS(ram:32 cpu:4)

IF (SANITIZER_TYPE)
SIZE(LARGE)
INCLUDE(${ARCADIA_ROOT}/ydb/tests/large.inc)
Expand Down
2 changes: 2 additions & 0 deletions ydb/tests/fq/yds/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@ ELSE()
SIZE(MEDIUM)
ENDIF()

REQUIREMENTS(ram:32 cpu:4)

END()
4 changes: 1 addition & 3 deletions ydb/tests/functional/cms/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ TEST_SRCS(

SPLIT_FACTOR(10)

IF (SANITIZER_TYPE)
REQUIREMENTS(ram:16 cpu:4)
ENDIF()
REQUIREMENTS(ram:16 cpu:4)

IF (SANITIZER_TYPE == "thread")
SIZE(LARGE)
Expand Down
6 changes: 2 additions & 4 deletions ydb/tests/functional/encryption/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ TEST_SRCS(
test_encryption.py
)

REQUIREMENTS(ram:32 cpu:4)

SIZE(MEDIUM)

DEPENDS(
Expand All @@ -16,8 +18,4 @@ PEERDIR(
ydb/public/sdk/python
)

IF (SANITIZER_TYPE)
REQUIREMENTS(ram:32 cpu:4)
ENDIF()

END()
2 changes: 2 additions & 0 deletions ydb/tests/functional/hive/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ TEST_SRCS(

IF (SANITIZER_TYPE)
REQUIREMENTS(ram:16 cpu:2)
ELSE()
REQUIREMENTS(ram:16 cpu:4)
ENDIF()

IF (SANITIZER_TYPE == "thread")
Expand Down
2 changes: 2 additions & 0 deletions ydb/tests/functional/rename/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ SPLIT_FACTOR(10)

IF (SANITIZER_TYPE)
REQUIREMENTS(ram:32 cpu:2)
ELSE()
REQUIREMENTS(ram:32 cpu:4)
ENDIF()

IF (SANITIZER_TYPE == "thread" OR WITH_VALGRIND)
Expand Down
4 changes: 1 addition & 3 deletions ydb/tests/functional/restarts/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ TEST_SRCS(

SPLIT_FACTOR(10)

IF (SANITIZER_TYPE)
REQUIREMENTS(ram:32 cpu:4)
ENDIF()
REQUIREMENTS(ram:32 cpu:4)

IF (SANITIZER_TYPE == "thread")
SIZE(LARGE)
Expand Down
1 change: 1 addition & 0 deletions ydb/tests/functional/scheme_shard/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ TEST_SRCS(
)

SIZE(MEDIUM)
REQUIREMENTS(ram:32 cpu:4)

DEPENDS(
)
Expand Down
4 changes: 1 addition & 3 deletions ydb/tests/functional/serverless/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ TEST_SRCS(
FORK_TEST_FILES()
FORK_SUBTESTS()

IF (SANITIZER_TYPE)
REQUIREMENTS(ram:32 cpu:4)
ENDIF()
REQUIREMENTS(ram:32 cpu:4)

SIZE(MEDIUM)

Expand Down
1 change: 1 addition & 0 deletions ydb/tests/functional/sqs/cloud/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ IF (SANITIZER_TYPE == "thread")
REQUIREMENTS(ram:32 cpu:2)
ELSE()
SIZE(MEDIUM)
REQUIREMENTS(ram:32 cpu:4)
ENDIF()

DEPENDS(
Expand Down
1 change: 1 addition & 0 deletions ydb/tests/functional/sqs/large/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ IF (SANITIZER_TYPE)
REQUIREMENTS(ram:32 cpu:16)
ELSE()
SIZE(MEDIUM)
REQUIREMENTS(ram:32 cpu:4)
ENDIF()

DEPENDS(
Expand Down
1 change: 1 addition & 0 deletions ydb/tests/functional/sqs/messaging/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ IF (SANITIZER_TYPE == "thread")
REQUIREMENTS(ram:32 cpu:1)
ELSE()
SIZE(MEDIUM)
REQUIREMENTS(ram:32 cpu:4)
ENDIF()

DEPENDS(
Expand Down
2 changes: 2 additions & 0 deletions ydb/tests/olap/column_family/compression/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ TEST_SRCS(

SIZE(MEDIUM)

REQUIREMENTS(ram:32 cpu:4)

PEERDIR(
ydb/tests/library
ydb/public/sdk/python
Expand Down
1 change: 1 addition & 0 deletions ydb/tests/olap/scenario/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ PY3TEST()
)

SIZE(MEDIUM)
REQUIREMENTS(ram:32 cpu:4)

END()
4 changes: 1 addition & 3 deletions ydb/tests/stress/viewer/tests/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ TEST_SRCS(
test_workload.py
)

IF (SANITIZER_TYPE)
REQUIREMENTS(ram:32)
ENDIF()
REQUIREMENTS(ram:32 cpu:4)

SIZE(MEDIUM)

Expand Down
Loading