File tree Expand file tree Collapse file tree 29 files changed +70
-33
lines changed
storage/core/tests/recipes Expand file tree Collapse file tree 29 files changed +70
-33
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,13 @@ DEPENDS(
1919 cloud/blockstore/apps/client
2020 cloud/blockstore/apps/server
2121 cloud/blockstore/apps/disk_agent
22- contrib/ydb/apps/ydbd
2322)
2423
2524DATA(
2625 arcadia/cloud/blockstore/tests/certs/server.crt
2726 arcadia/cloud/blockstore/tests/certs/server.key
2827)
2928
29+ INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/ydbd.inc)
30+
3031END()
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ DEPENDS(
1515 cloud/blockstore/apps/client
1616 cloud/blockstore/apps/disk_agent
1717 cloud/blockstore/apps/server
18- contrib/ydb/apps/ydbd
1918)
2019
2120PEERDIR(
@@ -31,5 +30,6 @@ SET_APPEND(QEMU_VIRTIO none)
3130SET_APPEND(QEMU_ENABLE_KVM True)
3231SET_APPEND(QEMU_MEM 8G)
3332INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/qemu.inc)
33+ INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/ydbd.inc)
3434
3535END()
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ DEPENDS(
2222 cloud/blockstore/apps/server
2323 cloud/filestore/apps/client
2424 cloud/filestore/apps/vhost
25- contrib/ydb/apps/ydbd
2625)
2726
2827PEERDIR(
@@ -38,5 +37,6 @@ SET_APPEND(QEMU_VIRTIO none)
3837SET_APPEND(QEMU_ENABLE_KVM True)
3938SET_APPEND(QEMU_MEM 8G)
4039INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/qemu.inc)
40+ INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/ydbd.inc)
4141
4242END()
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ DEPENDS(
2020 cloud/blockstore/apps/client
2121 cloud/blockstore/apps/disk_agent
2222 cloud/blockstore/apps/server
23- contrib/ydb/apps/ydbd
2423)
2524
2625PEERDIR(
@@ -36,5 +35,6 @@ SET_APPEND(QEMU_VIRTIO none)
3635SET_APPEND(QEMU_ENABLE_KVM True)
3736SET_APPEND(QEMU_MEM 8G)
3837INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/qemu.inc)
38+ INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/ydbd.inc)
3939
4040END()
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ DEPENDS(
2020 cloud/blockstore/apps/client
2121 cloud/blockstore/apps/disk_agent
2222 cloud/blockstore/apps/server
23- contrib/ydb/apps/ydbd
2423)
2524
2625PEERDIR(
@@ -36,5 +35,6 @@ SET_APPEND(QEMU_VIRTIO none)
3635SET_APPEND(QEMU_ENABLE_KVM True)
3736SET_APPEND(QEMU_MEM 8G)
3837INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/qemu.inc)
38+ INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/ydbd.inc)
3939
4040END()
Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ DEPENDS(
1010 cloud/blockstore/apps/server
1111 cloud/blockstore/tools/testing/fake-vhost-server
1212 cloud/blockstore/vhost-server
13- contrib/ydb/apps/ydbd
1413)
1514
1615PEERDIR(
1716 cloud/blockstore/tests/python/lib
1817)
1918
19+ INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/ydbd.inc)
20+
2021END()
Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ DEPENDS(
88 cloud/blockstore/apps/client
99 cloud/blockstore/apps/disk_agent
1010 cloud/blockstore/apps/server
11- contrib/ydb/apps/ydbd
1211)
1312
1413PEERDIR(
1514 cloud/blockstore/tests/python/lib
1615)
1716
17+ INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/ydbd.inc)
18+
1819END()
Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ DEPENDS(
88 cloud/blockstore/apps/client
99 cloud/blockstore/apps/disk_agent
1010 cloud/blockstore/apps/server
11- contrib/ydb/apps/ydbd
1211)
1312
1413PEERDIR(
1514 cloud/blockstore/tests/python/lib
1615)
1716
17+ INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/ydbd.inc)
18+
1819END()
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ DEPENDS(
1111 cloud/blockstore/apps/client
1212 cloud/blockstore/apps/disk_agent
1313 cloud/blockstore/apps/server
14- contrib/ydb/apps/ydbd
1514)
1615
1716PEERDIR(
@@ -25,5 +24,6 @@ SET_APPEND(QEMU_INVOKE_TEST YES)
2524SET_APPEND(QEMU_VIRTIO none)
2625SET_APPEND(QEMU_ENABLE_KVM True)
2726INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/qemu.inc)
27+ INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/ydbd.inc)
2828
2929END()
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ DEPENDS(
1616 cloud/blockstore/apps/client
1717 cloud/blockstore/apps/disk_agent
1818 cloud/blockstore/apps/server
19- contrib/ydb/apps/ydbd
2019)
2120
2221PEERDIR(
@@ -32,5 +31,6 @@ SET_APPEND(QEMU_INVOKE_TEST YES)
3231SET_APPEND(QEMU_VIRTIO none)
3332SET_APPEND(QEMU_ENABLE_KVM True)
3433INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/qemu.inc)
34+ INCLUDE(${ARCADIA_ROOT}/cloud/storage/core/tests/recipes/ydbd.inc)
3535
3636END()
You can’t perform that action at this time.
0 commit comments