aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-24 19:00:25 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-24 19:00:25 +0300
commit777f450cdfa178a0187055ace144bfdd75e1fa2d (patch)
treeab27fcbc3ce1ae40ac8c11345b97d9ddd061143a
parentd75b40213877270640e39cc7d734a0a4c7902230 (diff)
downloadydb-777f450cdfa178a0187055ace144bfdd75e1fa2d.tar.gz
intermediate changes
ref:d81faef22313ffd1abdf6586049797c5fe5607a4
-rw-r--r--build/ya.conf.json37
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": {