aboutsummaryrefslogtreecommitdiffstats
path: root/library/recipes/docker_compose/test/acceptance/ya.make
blob: 069ac4257c1e8be2868229d9efa4d09df33db735 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
PY3TEST()

TEST_SRCS(
    test_docker_compose.py
)

INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/large.inc)
INCLUDE(${ARCADIA_ROOT}/devtools/ya/chameleon_bin/recipe.inc)

TAG(
    ya:external
    ya:force_sandbox
    ya:dirty
)

REQUIREMENTS(
    container:4467981730  # bionic with fuse allowed
    cpu:all
    dns:dns64
)

DATA(
   arcadia/library/recipes/docker_compose/example
   arcadia/library/recipes/docker_compose/example_with_context
   arcadia/library/recipes/docker_compose/example_test_container
   arcadia/library/recipes/docker_compose/example_with_recipe_config
)

PEERDIR(
    devtools/ya/test/tests/lib/common
)

DEPENDS(
    devtools/ya/test/programs/test_tool/bin
    devtools/ya/test/programs/test_tool/bin3
    devtools/ymake/bin
)

END()