diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-04 17:24:16 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-04 17:24:16 +0300 |
commit | 7001ce888368ba77934ff5819357d6f275f541ef (patch) | |
tree | c09b2fa4d4152abdabe732162033d8e74f075dac | |
parent | d9ed9ebf80d6e3d306dfcb09b64d76400da5ca29 (diff) | |
download | ydb-7001ce888368ba77934ff5819357d6f275f541ef.tar.gz |
intermediate changes
ref:1fa0704cfaba4029082030b1f362ff07f88c2a7a
-rw-r--r-- | build/rules/go/vendor.policy | 3 | ||||
-rw-r--r-- | build/ya.conf.json | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index a647f1ff438..52ba426a27d 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -1125,6 +1125,9 @@ DENY .* -> vendor/gonum.org/v1/netlib;test # CONTRIB-2548 ALLOW .* -> vendor/github.com/yandex-cloud/go-sdk +# CONTRIB-2537 +ALLOW infra/awacs/.* -> vendor/github.com/anttsov/curator + # # This section is for EXCEPTIONS. Add new rule above, not here. # diff --git a/build/ya.conf.json b/build/ya.conf.json index 08ea8e527e6..307b136843c 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -7148,7 +7148,7 @@ }, "infractl": { "formula": { - "sandbox_id": 1298505361, + "sandbox_id": 1298816281, "match": "infractl" }, "executable": { |