diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-16 20:08:20 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-16 20:08:20 +0300 |
commit | feac76720fc277c1eeac84b704f94e2646a74abb (patch) | |
tree | d9bdf503a8cad7b7f82cee9dd83ac8d39963c54f | |
parent | 1d2053782e4bca02203af8643b4124c3059aae1b (diff) | |
download | ydb-feac76720fc277c1eeac84b704f94e2646a74abb.tar.gz |
intermediate changes
ref:aa315e510f4e7f0022eb7d6357075b7a286966cd
-rw-r--r-- | build/rules/autocheck.blacklist | 1 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 4 | ||||
-rw-r--r-- | build/ya.conf.json | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/build/rules/autocheck.blacklist b/build/rules/autocheck.blacklist index 59acf35a66..b9d1fc4c04 100644 --- a/build/rules/autocheck.blacklist +++ b/build/rules/autocheck.blacklist @@ -1423,3 +1423,4 @@ education/schoolbook/packages/accio adv/pcode/mobileadssdk/tests/frankenstein samsara/samsara-omni-incoming classifieds/incite +samsara/samsara-search/samsara-search-extended diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 8638d77e2e..c2afdd9ffb 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -1133,4 +1133,8 @@ ALLOW .* -> vendor/github.com/go-logr/zapr # This section is for EXCEPTIONS. Add new rule above, not here. # +# CONTRIB-2562 +DENY .* -> vendor/github.com/elastic/go-elasticsearch/v7;test +ALLOW * -> vendor/github.com/elastic/go-elasticsearch/v7 + DENY .* -> vendor/ diff --git a/build/ya.conf.json b/build/ya.conf.json index 6441312515..c37a4f910a 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -6576,7 +6576,7 @@ "arc": { "formula": { "sandbox_id": [ - 1307640198 + 1310730821 ], "match": "arc" }, |