diff options
| -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 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": { |
