diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-24 19:00:25 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-24 19:00:25 +0300 |
commit | 777f450cdfa178a0187055ace144bfdd75e1fa2d (patch) | |
tree | ab27fcbc3ce1ae40ac8c11345b97d9ddd061143a | |
parent | d75b40213877270640e39cc7d734a0a4c7902230 (diff) | |
download | ydb-777f450cdfa178a0187055ace144bfdd75e1fa2d.tar.gz |
intermediate changes
ref:d81faef22313ffd1abdf6586049797c5fe5607a4
-rw-r--r-- | build/ya.conf.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index 78367d94ce..1d6b2f7d87 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -535,6 +535,9 @@ }, "metrika-core": { "description": "Run metrika-core toolkit" + }, + "quota_mover": { + "description": "Run quota mover cli" } }, "toolchain": { @@ -6493,6 +6496,28 @@ "default": true } ] + }, + "quota_mover": { + "tools": { + "quota_mover": { + "bottle": "quota_mover", + "executable": "quota_mover" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + }, + { + "host": { + "os": "darwin" + }, + "default": true + } + ] } }, "bottles": { @@ -9005,6 +9030,18 @@ "metrika-core" ] } + }, + "quota_mover": { + "formula": { + "sandbox_id": 1351287754, + "match": "quota_mover" + }, + "executable": { + "quota_mover": [ + "bin", + "quota_mover" + ] + } } }, "toolchain_aliases": { |