aboutsummaryrefslogtreecommitdiffstats
path: root/library/recipes/docker_compose/recipe.inc
blob: 12fe432018540f75bed6b891164e8ee614ab9197 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DEPENDS(
    library/recipes/docker_compose
    library/recipes/docker_compose/bin
)

USE_RECIPE(
    library/recipes/docker_compose/docker_compose --compose-file $DOCKER_COMPOSE_FILE --recipe-config $RECIPE_CONFIG_FILE --context-file $DOCKER_CONTEXT_FILE --test-host $DOCKER_TEST_HOST
)

INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/large.inc)

REQUIREMENTS(
    # docker tests usually cannot work simultaneously: cpu:all does not allow other tests to work in parallel
    cpu:all
    # docker compose works well only with dns64
    dns:dns64
    # use default bionic lxc container with docker and allowed fuse
    # for more info see https://docs.yandex-team.ru/devtools/test/environment#docker-compose
    container:4467981730
)