From 777f450cdfa178a0187055ace144bfdd75e1fa2d Mon Sep 17 00:00:00 2001 From: arcadia-devtools Date: Fri, 24 Jun 2022 19:00:25 +0300 Subject: intermediate changes ref:d81faef22313ffd1abdf6586049797c5fe5607a4 --- build/ya.conf.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/build/ya.conf.json b/build/ya.conf.json index 78367d94ce4..1d6b2f7d878 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": { -- cgit v1.3