diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-26 17:30:34 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-26 17:30:34 +0300 |
commit | 226931a6797f969a0107ebfb340156a7c54b7eaf (patch) | |
tree | b0f843945efbb43c6de01ec53a8af4096971f8bb /build | |
parent | 109c9cfeeea4de50d115c57e3c3558ee4720a70d (diff) | |
download | ydb-226931a6797f969a0107ebfb340156a7c54b7eaf.tar.gz |
intermediate changes
ref:b35c544104917ed7bbc85fb2bb2cbe41e8850ca7
Diffstat (limited to 'build')
-rw-r--r-- | build/ya.conf.json | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index 3ae7d888ab..8e39243ec3 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -531,6 +531,9 @@ }, "vh3": { "description": "Run VH3 CLI" + }, + "marketsre": { + "description": "Run Market SRE Cli" } }, "toolchain": { @@ -776,6 +779,41 @@ } ] }, + "marketsre": { + "tools": { + "marketsre": { + "bottle": "marketsre", + "executable": "marketsre" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + }, + { + "host": { + "os": "WIN" + }, + "default": true + }, + { + "host": { + "os": "DARWIN", + "arch": "arm64" + }, + "default": true + }, + { + "host": { + "os": "DARWIN" + }, + "default": true + } + ] + }, "caesar_profile_size_analyzer": { "tools": { "caesar_profile_size_analyzer": { @@ -8368,6 +8406,17 @@ ] } }, + "marketsre": { + "formula": { + "sandbox_id": 1290085131, + "match": "marketsre" + }, + "executable": { + "marketsre": [ + "marketsre" + ] + } + }, "caesar_profile_size_analyzer": { "formula": { "sandbox_id": 1290390680, |