Skip to content

Commit da59181

Browse files
robot-pigletblinkov
authored andcommitted
Intermediate changes
commit_hash:0ece39f764da165d6f259d1e8d89904001d07282
1 parent 7abd218 commit da59181

File tree

7 files changed

+41
-10
lines changed

7 files changed

+41
-10
lines changed
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
PY2TEST()
32

43
SIZE(LARGE)
@@ -7,10 +6,16 @@ TAG(
76
ya:force_sandbox
87
sb:intel_e5_2660v1
98
ya:fat
9+
ya:large_tests_on_multi_slots
10+
ya:large_tests_on_ya_make_2
1011
)
1112

12-
TEST_SRCS(main.py)
13+
TEST_SRCS(
14+
main.py
15+
)
1316

14-
DEPENDS(library/cpp/accurate_accumulate/benchmark)
17+
DEPENDS(
18+
library/cpp/accurate_accumulate/benchmark
19+
)
1520

1621
END()

library/cpp/containers/intrusive_rb_tree/fuzz/ya.make

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ FUZZ()
22

33
SIZE(LARGE)
44

5-
TAG(ya:fat)
5+
TAG(
6+
ya:fat
7+
ya:large_tests_on_multi_slots
8+
ya:large_tests_on_ya_make_2
9+
)
610

711
PEERDIR(
812
library/cpp/containers/intrusive_rb_tree

library/cpp/digest/argonish/ut_fat/ya.make

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ TAG(
1212
sb:intel_e5_2660v4
1313
ya:fat
1414
ya:force_sandbox
15+
ya:large_tests_on_multi_slots
16+
ya:large_tests_on_ya_make_2
1517
)
1618

1719
SIZE(LARGE)

library/cpp/json/yson/ut/ya.make

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ UNITTEST_FOR(library/cpp/json/yson)
22

33
ALLOCATOR(LF)
44

5-
DATA(sbr://363537653)
5+
DATA(
6+
sbr://363537653
7+
)
68

79
PEERDIR(
810
library/cpp/blockcodecs
@@ -12,7 +14,11 @@ PEERDIR(
1214

1315
SIZE(LARGE)
1416

15-
TAG(ya:fat)
17+
TAG(
18+
ya:fat
19+
ya:large_tests_on_multi_slots
20+
ya:large_tests_on_ya_make_2
21+
)
1622

1723
TIMEOUT(600)
1824

library/cpp/string_utils/base64/bench/metrics/ya.make

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ TAG(
66
ya:force_sandbox
77
sb:intel_e5_2660v1
88
ya:fat
9+
ya:large_tests_on_multi_slots
10+
ya:large_tests_on_ya_make_2
911
)
1012

11-
TEST_SRCS(main.py)
13+
TEST_SRCS(
14+
main.py
15+
)
1216

13-
DEPENDS(library/cpp/string_utils/base64/bench)
17+
DEPENDS(
18+
library/cpp/string_utils/base64/bench
19+
)
1420

1521
END()

library/cpp/testing/benchmark/examples/metrics/ya.make

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ TAG(
66
ya:force_sandbox
77
sb:intel_e5_2660v1
88
ya:fat
9+
ya:large_tests_on_multi_slots
10+
ya:large_tests_on_ya_make_2
911
)
1012

11-
TEST_SRCS(main.py)
13+
TEST_SRCS(
14+
main.py
15+
)
1216

13-
DEPENDS(library/cpp/testing/benchmark/examples)
17+
DEPENDS(
18+
library/cpp/testing/benchmark/examples
19+
)
1420

1521
END()

library/cpp/testing/unittest/fat/ya.make

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ FORK_SUBTESTS()
1212
TAG(
1313
ya:fat
1414
ya:force_sandbox
15+
ya:large_tests_on_multi_slots
16+
ya:large_tests_on_ya_make_2
1517
)
1618

1719
END()

0 commit comments

Comments
 (0)