aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorya-shishqa <ya-shishqa@yandex-team.com>2024-12-03 20:01:03 +0300
committerya-shishqa <ya-shishqa@yandex-team.com>2024-12-03 20:18:52 +0300
commit6301465bfe48c88e4aaf1a8addeed7cda47e4b47 (patch)
treea956bdb89dde6bbe7a3edc9e4719cb634566ecf2
parenta097081bf5bce678e146a03e658ffcd83b93bda0 (diff)
downloadydb-6301465bfe48c88e4aaf1a8addeed7cda47e4b47.tar.gz
remove coverage_push_tool from ya
Related to commit_hash:64d85744304d4a2195b5039e1d7688d14592b717
-rw-r--r--build/plugins/lib/test_const/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/plugins/lib/test_const/__init__.py b/build/plugins/lib/test_const/__init__.py
index cc2536d6fed..81803e044e0 100644
--- a/build/plugins/lib/test_const/__init__.py
+++ b/build/plugins/lib/test_const/__init__.py
@@ -173,10 +173,6 @@ SANDBOX_RUN_TEST_YT_TOKEN_VALUE_NAME = 'YA_MAKE_SANDBOX_RUN_TEST_YT_TOKEN'
# global resources
ANDROID_AVD_ROOT = 'ANDROID_AVD_RESOURCE_GLOBAL'
ANDROID_SDK_ROOT = 'ANDROID_SDK_RESOURCE_GLOBAL'
-COVERAGE_PUSH_TOOL_LOCAL = 'USE_SYSTEM_COVERAGE_PUSH_TOOL'
-COVERAGE_PUSH_TOOL_RESOURCE = 'COVERAGE_PUSH_TOOL_RESOURCE_GLOBAL'
-COVERAGE_PUSH_TOOL_LB_LOCAL = 'USE_SYSTEM_COVERAGE_PUSH_TOOL_LB'
-COVERAGE_PUSH_TOOL_LB_RESOURCE = 'COVERAGE_PUSH_TOOL_LB_RESOURCE_GLOBAL'
FLAKE8_PY2_RESOURCE = 'FLAKE8_PY2_RESOURCE_GLOBAL'
FLAKE8_PY3_RESOURCE = 'FLAKE8_PY3_RESOURCE_GLOBAL'
GO_TOOLS_RESOURCE = 'GO_TOOLS_RESOURCE_GLOBAL'