aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-18 15:35:45 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-18 15:35:45 +0300
commit93d62d9e4c7bbc2eb90f6e001baf20f00f76e212 (patch)
treed425c7ffff1608fe001e85d61f6d9022ccc68a82
parente0ddcb1e3c9d4c86b210bc1c5a51bc74c0f1feeb (diff)
downloadydb-93d62d9e4c7bbc2eb90f6e001baf20f00f76e212.tar.gz
intermediate changes
ref:829149a280127d7dd3e3c268ea75ad0d82000b6f
-rw-r--r--build/ya.conf.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json
index 19ce932f09..9d8d281295 100644
--- a/build/ya.conf.json
+++ b/build/ya.conf.json
@@ -27,6 +27,9 @@
"dctl": {
"description": "Run Yandex.Deploy CLI"
},
+ "infractl": {
+ "description": "Run InfraCtl CLI"
+ },
"llvm-profdata": {
"description": "Run llvm-profdata Clang utility"
},
@@ -3917,6 +3920,34 @@
}
]
},
+ "infractl": {
+ "tools": {
+ "infractl": {
+ "bottle": "infractl",
+ "executable": "infractl"
+ }
+ },
+ "platforms": [
+ {
+ "host": {
+ "os": "LINUX"
+ },
+ "default": true
+ },
+ {
+ "host": {
+ "os": "WIN"
+ },
+ "default": true
+ },
+ {
+ "host": {
+ "os": "DARWIN"
+ },
+ "default": true
+ }
+ ]
+ },
"jq": {
"tools": {
"jq": {
@@ -7253,6 +7284,19 @@
]
}
},
+ "infractl": {
+ "formula": {
+ "sandbox_id": [
+ 1248249652
+ ],
+ "match": "infractl"
+ },
+ "executable": {
+ "infractl": [
+ "infractl"
+ ]
+ }
+ },
"vim": {
"formula": {
"sandbox_id": 82345405,