diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-10 12:42:20 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-10 12:42:20 +0300 |
commit | d86267870580f2f60993cedf63d494cdcc98ec5e (patch) | |
tree | 6dda063f4f95a9aa252f7a4e7b921f0ad80f3fbb | |
parent | 3b79bc88c6872b8f7e29ea81ce41948930059509 (diff) | |
download | ydb-d86267870580f2f60993cedf63d494cdcc98ec5e.tar.gz |
intermediate changes
ref:aaf22d03b26666ab1c4f0de2d10fab98d5e35ceb
-rw-r--r-- | build/rules/alice.policy | 2 | ||||
-rw-r--r-- | build/ya.conf.json | 2 | ||||
-rw-r--r-- | contrib/python/ya.make | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/build/rules/alice.policy b/build/rules/alice.policy index 7bda44bd73..375d89a5cb 100644 --- a/build/rules/alice.policy +++ b/build/rules/alice.policy @@ -1,6 +1,8 @@ ALLOW alice/megamind -> alice/megamind/library ALLOW junk -> alice/megamind/library ALLOW alice/apphost/graph_generator -> alice/megamind/library/config/protos +ALLOW alice/apphost/graph_generator -> alice/megamind/library/config/scenario_protos +ALLOW alice/kronstadt/tools/graph_generator -> alice/megamind/library/config/scenario_protos # DO NOT ADD NEW ALLOW RULES ALLOW alice/bass -> alice/megamind/library/search/protos diff --git a/build/ya.conf.json b/build/ya.conf.json index aaec9b9c2c..d3a43abe5e 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -8083,7 +8083,7 @@ }, "sedem": { "formula": { - "sandbox_id": 1232901498, + "sandbox_id": 1235297973, "match": "SEDEM archive" }, "executable": { diff --git a/contrib/python/ya.make b/contrib/python/ya.make index cff92cc990..7a674c6bab 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -448,6 +448,7 @@ RECURSE( glob2 glom goerr + google-ads google-api-core google-api-python-client google-auth @@ -773,6 +774,7 @@ RECURSE( promise prompt-toolkit prophet + proto-plus protobuf protobuf_std protobuf_to_dict |