diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-28 20:09:42 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-28 20:09:42 +0300 |
commit | ae964a120852ffb6ea862b4976f64827539d56c4 (patch) | |
tree | d91c2c9e3eaa45e797183911123c49b3c12f97f4 | |
parent | 8be787f9944674840f40333d101d4fcdf00dc73b (diff) | |
download | ydb-ae964a120852ffb6ea862b4976f64827539d56c4.tar.gz |
intermediate changes
ref:4c2ca32275f3a31d5d83972938499d661ec70d20
-rw-r--r-- | build/rules/autocheck.blacklist | 1 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 3 | ||||
-rw-r--r-- | build/ya.conf.json | 6 |
3 files changed, 7 insertions, 3 deletions
diff --git a/build/rules/autocheck.blacklist b/build/rules/autocheck.blacklist index 63db3a97387..cd5c721a54e 100644 --- a/build/rules/autocheck.blacklist +++ b/build/rules/autocheck.blacklist @@ -1415,3 +1415,4 @@ classifieds/skypper admins/icecream/ice admins/icecream/backend haas/infra/graphite-sender +noc/packages/telegraf-noc-conf diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 9e92b49bcf2..96c0ca834fe 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -1106,6 +1106,9 @@ ALLOW .* -> vendor/github.com/fatih/color # CONTRIB-2519 ALLOW .* -> vendor/github.com/nathan-osman/go-sunrise +# CONTRIB-2529 +ALLOW .* -> vendor/github.com/rivo/tview + # CONTRIB-2541 ALLOW noc/traffic/dns/.* -> vendor/github.com/gin-gonic/gin diff --git a/build/ya.conf.json b/build/ya.conf.json index 20aad358057..50dc010eb80 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -7146,7 +7146,7 @@ }, "infractl": { "formula": { - "sandbox_id": 1293230344, + "sandbox_id": 1285417816, "match": "infractl" }, "executable": { @@ -8053,8 +8053,8 @@ "sedem": { "formula": { "sandbox_id": [ - 1293388114, - 1293388115 + 1293504575, + 1293504576 ], "match": "bin/sedem" }, |