summaryrefslogtreecommitdiffstats
path: root/build/plugins/ytest.py
diff options
context:
space:
mode:
authorarcadia-devtools <[email protected]>2022-06-10 02:16:30 +0300
committerarcadia-devtools <[email protected]>2022-06-10 02:16:30 +0300
commitc030f2ecf1fff5bc710b70c9f82a606733599e4b (patch)
tree55006bc0e5c15db946f3c8a2e54607a7c8c87256 /build/plugins/ytest.py
parent73d52c73ad180a441ccb30c0bda97d61c14c7835 (diff)
intermediate changes
ref:8ec5cfb23b925da435e06e11b73f71123630131a
Diffstat (limited to 'build/plugins/ytest.py')
-rw-r--r--build/plugins/ytest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/plugins/ytest.py b/build/plugins/ytest.py
index 6746edf711b..698878b4697 100644
--- a/build/plugins/ytest.py
+++ b/build/plugins/ytest.py
@@ -194,6 +194,8 @@ def validate_test(unit, kw):
errors.append("You can set sandbox tags '{}' only for FAT tests without ya:force_distbuild. Remove TAG(ya:force_sandbox) or sandbox tags.".format(sb_tags))
if 'ya:sandbox_coverage' in tags:
errors.append("You can set 'ya:sandbox_coverage' tag only for FAT tests without ya:force_distbuild.")
+ if is_ytexec_run:
+ errors.append("Running LARGE tests over YT (ya:yt) on Distbuild (ya:force_distbuild) is forbidden. Consider removing TAG(ya:force_distbuild).")
else:
if is_force_sandbox:
errors.append('ya:force_sandbox can be used with LARGE tests only')