aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-17 17:45:07 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-17 17:45:07 +0300
commitf87efb7f43ebfc8ad0f15cf1b616ecadbe00494b (patch)
treeb70f87f4663bfa96784ffe5a69ff8d74a44e3dee /build/plugins
parent0a6355415f7ab6858ced03f4206897efd0c13dcb (diff)
downloadydb-f87efb7f43ebfc8ad0f15cf1b616ecadbe00494b.tar.gz
intermediate changes
ref:6a5984fa7fcdc92485660f780c825784f54bb4c9
Diffstat (limited to 'build/plugins')
-rw-r--r--build/plugins/ytest.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/build/plugins/ytest.py b/build/plugins/ytest.py
index 8970837f0f..149c0a3ace 100644
--- a/build/plugins/ytest.py
+++ b/build/plugins/ytest.py
@@ -293,11 +293,7 @@ def validate_test(unit, kw):
unit_path = get_norm_unit_path(unit)
if not is_fat and "ya:noretries" in tags and not is_ytexec_run \
- and not unit_path.startswith("devtools/") \
- and not unit_path.startswith("infra/kernel/") \
- and not unit_path.startswith("yt/python/yt") \
- and not unit_path.startswith("infra/yp_dns_api/tests") \
- and not unit_path.startswith("yp/tests"):
+ and not unit_path.startswith("devtools/dummy_arcadia/test/noretries"):
errors.append("Only LARGE tests can have 'ya:noretries' tag")
if errors: