blob: 3ab2889a0132a866a64df6a9ea32f5a36bba2cff (
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
|
PY3TEST()
OWNER(g:yatool)
TEST_SRCS(
test.py
)
# To use docker-compose.yml from another directory, set DOCKER_COMPOSE_FILE variable with Arcadia relative path to the file
# and do not forget to add the directory to the DATA macro, e.g.:
# SET(DOCKER_COMPOSE_FILE library/recipes/docker_compose/test/docker-compose-1.yml)
# DATA(arcadia/library/recipes/docker_compose/test)
SET(RECIPE_CONFIG_FILE library/recipes/docker_compose/example_with_recipe_config/recipe-config.yml)
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
TAG(
ya:external
ya:force_sandbox
)
DEPENDS(
devtools/dummy_arcadia/hello_world
)
END()
|