diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-07 01:15:25 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-07 01:15:25 +0300 |
commit | 78864aaa510f4009ce218fc5dbe8d5d3837a36da (patch) | |
tree | 80a36d1d6d1e22f3de5c0039dcde0f3ebeb7b26b /build/rules | |
parent | 7a3f7c2dc4ba5590a10edc61bc3f81108bb5792a (diff) | |
download | ydb-78864aaa510f4009ce218fc5dbe8d5d3837a36da.tar.gz |
intermediate changes
ref:35a60e91ad2bd3b32b616394b51ea3ba36c93db1
Diffstat (limited to 'build/rules')
-rw-r--r-- | build/rules/autocheck.blacklist | 9 | ||||
-rw-r--r-- | build/rules/go/contrib.policy | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/build/rules/autocheck.blacklist b/build/rules/autocheck.blacklist index 25868deada..643801834d 100644 --- a/build/rules/autocheck.blacklist +++ b/build/rules/autocheck.blacklist @@ -538,3 +538,12 @@ market/front/misc/partner-cookbook trust/simplebrother-elastic taxi/github/taxi_freeswitch taxi/dmp/spark/spark-over-yt +crowdsourcing/frontend +trust/lib/yb-python-blackbox +trust/lib/yb-python-zsi +trust/lib/yb-python-yutil +trust/lib/yb-python-ycorba +trust/dynamic-cfg-cli +trust/qyp-tc-agents +taxi/dmp/spark/pyspark-stubs +maps/b2bgeo/frontend diff --git a/build/rules/go/contrib.policy b/build/rules/go/contrib.policy index 72e90c9f58..de514b35c3 100644 --- a/build/rules/go/contrib.policy +++ b/build/rules/go/contrib.policy @@ -33,4 +33,10 @@ ALLOW contrib/go/patched/gobgp -> vendor/github.com/go-test/deep # CONTRIB-2469, responsible: diman@ ALLOW noc/nocauth -> contrib/go/patched/tacplus +# DTCC-896. Disallow PEERDIR into compiler. responsible: g:contrib +ALLOW contrib/go/_std/src/cmd -> contrib/go/_std/src/cmd +ALLOW contrib/go/_std_1.18/src/cmd -> contrib/go/_std_1.18/src/cmd +DENY .* -> contrib/go/_std/src/cmd +DENY .* -> contrib/go/_std_1.18rc1/src/cmd + DENY .* -> contrib/go/patched/ |