aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2025-02-21 13:07:50 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2025-02-21 13:19:47 +0300
commitccdb4738d37ce7e2ac74e8a298fe06ad3c01eda2 (patch)
tree0473e312305b1bc5952019dfe7b3bc61580283d3 /library/cpp
parentc6c8f6f1021832ea3c343f30cc0247daedee3b3d (diff)
downloadydb-ccdb4738d37ce7e2ac74e8a298fe06ad3c01eda2.tar.gz
Intermediate changes
commit_hash:0ece39f764da165d6f259d1e8d89904001d07282
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/accurate_accumulate/benchmark/metrics/ya.make11
-rw-r--r--library/cpp/containers/intrusive_rb_tree/fuzz/ya.make6
-rw-r--r--library/cpp/digest/argonish/ut_fat/ya.make2
-rw-r--r--library/cpp/json/yson/ut/ya.make10
-rw-r--r--library/cpp/string_utils/base64/bench/metrics/ya.make10
-rw-r--r--library/cpp/testing/benchmark/examples/metrics/ya.make10
-rw-r--r--library/cpp/testing/unittest/fat/ya.make2
7 files changed, 41 insertions, 10 deletions
diff --git a/library/cpp/accurate_accumulate/benchmark/metrics/ya.make b/library/cpp/accurate_accumulate/benchmark/metrics/ya.make
index b8334316e7..51476cad40 100644
--- a/library/cpp/accurate_accumulate/benchmark/metrics/ya.make
+++ b/library/cpp/accurate_accumulate/benchmark/metrics/ya.make
@@ -1,4 +1,3 @@
-
PY2TEST()
SIZE(LARGE)
@@ -7,10 +6,16 @@ TAG(
ya:force_sandbox
sb:intel_e5_2660v1
ya:fat
+ ya:large_tests_on_multi_slots
+ ya:large_tests_on_ya_make_2
)
-TEST_SRCS(main.py)
+TEST_SRCS(
+ main.py
+)
-DEPENDS(library/cpp/accurate_accumulate/benchmark)
+DEPENDS(
+ library/cpp/accurate_accumulate/benchmark
+)
END()
diff --git a/library/cpp/containers/intrusive_rb_tree/fuzz/ya.make b/library/cpp/containers/intrusive_rb_tree/fuzz/ya.make
index 9043c78472..6d2c9ac261 100644
--- a/library/cpp/containers/intrusive_rb_tree/fuzz/ya.make
+++ b/library/cpp/containers/intrusive_rb_tree/fuzz/ya.make
@@ -2,7 +2,11 @@ FUZZ()
SIZE(LARGE)
-TAG(ya:fat)
+TAG(
+ ya:fat
+ ya:large_tests_on_multi_slots
+ ya:large_tests_on_ya_make_2
+)
PEERDIR(
library/cpp/containers/intrusive_rb_tree
diff --git a/library/cpp/digest/argonish/ut_fat/ya.make b/library/cpp/digest/argonish/ut_fat/ya.make
index 6f0a77611d..0596953924 100644
--- a/library/cpp/digest/argonish/ut_fat/ya.make
+++ b/library/cpp/digest/argonish/ut_fat/ya.make
@@ -12,6 +12,8 @@ TAG(
sb:intel_e5_2660v4
ya:fat
ya:force_sandbox
+ ya:large_tests_on_multi_slots
+ ya:large_tests_on_ya_make_2
)
SIZE(LARGE)
diff --git a/library/cpp/json/yson/ut/ya.make b/library/cpp/json/yson/ut/ya.make
index 8fce6dbe2f..3f89b54507 100644
--- a/library/cpp/json/yson/ut/ya.make
+++ b/library/cpp/json/yson/ut/ya.make
@@ -2,7 +2,9 @@ UNITTEST_FOR(library/cpp/json/yson)
ALLOCATOR(LF)
-DATA(sbr://363537653)
+DATA(
+ sbr://363537653
+)
PEERDIR(
library/cpp/blockcodecs
@@ -12,7 +14,11 @@ PEERDIR(
SIZE(LARGE)
-TAG(ya:fat)
+TAG(
+ ya:fat
+ ya:large_tests_on_multi_slots
+ ya:large_tests_on_ya_make_2
+)
TIMEOUT(600)
diff --git a/library/cpp/string_utils/base64/bench/metrics/ya.make b/library/cpp/string_utils/base64/bench/metrics/ya.make
index d941438e1a..a77c2c9505 100644
--- a/library/cpp/string_utils/base64/bench/metrics/ya.make
+++ b/library/cpp/string_utils/base64/bench/metrics/ya.make
@@ -6,10 +6,16 @@ TAG(
ya:force_sandbox
sb:intel_e5_2660v1
ya:fat
+ ya:large_tests_on_multi_slots
+ ya:large_tests_on_ya_make_2
)
-TEST_SRCS(main.py)
+TEST_SRCS(
+ main.py
+)
-DEPENDS(library/cpp/string_utils/base64/bench)
+DEPENDS(
+ library/cpp/string_utils/base64/bench
+)
END()
diff --git a/library/cpp/testing/benchmark/examples/metrics/ya.make b/library/cpp/testing/benchmark/examples/metrics/ya.make
index 56eb58fc7f..7481bdf215 100644
--- a/library/cpp/testing/benchmark/examples/metrics/ya.make
+++ b/library/cpp/testing/benchmark/examples/metrics/ya.make
@@ -6,10 +6,16 @@ TAG(
ya:force_sandbox
sb:intel_e5_2660v1
ya:fat
+ ya:large_tests_on_multi_slots
+ ya:large_tests_on_ya_make_2
)
-TEST_SRCS(main.py)
+TEST_SRCS(
+ main.py
+)
-DEPENDS(library/cpp/testing/benchmark/examples)
+DEPENDS(
+ library/cpp/testing/benchmark/examples
+)
END()
diff --git a/library/cpp/testing/unittest/fat/ya.make b/library/cpp/testing/unittest/fat/ya.make
index 464f26818f..d02282d605 100644
--- a/library/cpp/testing/unittest/fat/ya.make
+++ b/library/cpp/testing/unittest/fat/ya.make
@@ -12,6 +12,8 @@ FORK_SUBTESTS()
TAG(
ya:fat
ya:force_sandbox
+ ya:large_tests_on_multi_slots
+ ya:large_tests_on_ya_make_2
)
END()