aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorr3zch <r3zch@yandex-team.com>2025-02-28 20:00:51 +0300
committerr3zch <r3zch@yandex-team.com>2025-02-28 20:37:35 +0300
commita00c5f24963aa5b3e9fc08a197dce8399b705c89 (patch)
tree47cc447930e89fd0acdeae389f482ac832f8e097
parent033e3b0606b67f265394680865b7eb1c516734e2 (diff)
downloadydb-a00c5f24963aa5b3e9fc08a197dce8399b705c89.tar.gz
change build policy for mobile/geo/maps ya.make build
commit_hash:4875b5ef44f2f87a84bf374989d1c70b1fd4afff
-rw-r--r--build/plugins/ytest.py13
1 files changed, 12 insertions, 1 deletions
diff --git a/build/plugins/ytest.py b/build/plugins/ytest.py
index 7adb582a91..4ae288e062 100644
--- a/build/plugins/ytest.py
+++ b/build/plugins/ytest.py
@@ -141,7 +141,18 @@ def validate_test(unit, kw):
if valid_kw.get('SCRIPT-REL-PATH') == 'boost.test':
project_path = valid_kw.get('BUILD-FOLDER-PATH', "")
if not project_path.startswith(
- ("contrib", "mail", "maps", "tools/idl", "metrika", "devtools", "mds", "yandex_io", "smart_devices")
+ (
+ "contrib",
+ "mail",
+ "maps",
+ "mobile/geo/maps",
+ "tools/idl",
+ "metrika",
+ "devtools",
+ "mds",
+ "yandex_io",
+ "smart_devices",
+ )
):
errors.append("BOOSTTEST is not allowed here")