diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-19 18:15:51 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-19 18:15:51 +0300 |
commit | f5742bbe057a315ae890d66ee7f50ab5f3af84f6 (patch) | |
tree | 0aba983e01fbb14333ddbdc27d50330d8292bb05 | |
parent | d78d1be41abdec0fa017a17bbe3a0459493e09d6 (diff) | |
download | ydb-f5742bbe057a315ae890d66ee7f50ab5f3af84f6.tar.gz |
intermediate changes
ref:22213341b9234a0af0de934d342f251ab101a686
-rw-r--r-- | build/rules/contrib_python.policy | 1 | ||||
-rw-r--r-- | build/ya.conf.json | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 6481ae2edd..568a8516c6 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -700,4 +700,5 @@ DENY .* -> contrib/python/hurry.filesize # https://st.yandex-team.ru/CONTRIB-2338 ALLOW noc/.* -> contrib/python/asyncssh ALLOW jupytercloud/backend/.* -> contrib/python/asyncssh +ALLOW intranet/trip -> contrib/python/asyncssh DENY .* -> contrib/python/asyncssh diff --git a/build/ya.conf.json b/build/ya.conf.json index 90cb5df88d..c62a8fee73 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -8348,7 +8348,7 @@ }, "lama": { "formula": { - "sandbox_id": 1281928412, + "sandbox_id": 1283109099, "match": "lama" }, "executable": { |