diff options
author | iaz1607 <iaz1607@yandex-team.com> | 2023-12-08 13:26:58 +0300 |
---|---|---|
committer | iaz1607 <iaz1607@yandex-team.com> | 2023-12-08 14:39:33 +0300 |
commit | 55eb3c2eceed1b0fb22e925a16ddf159349aed62 (patch) | |
tree | 781e35518d270110b6aba577db06bc11f947eab1 /build | |
parent | 660fc48d95073c82db87a86342e836f6c98bd40e (diff) | |
download | ydb-55eb3c2eceed1b0fb22e925a16ddf159349aed62.tar.gz |
Revert commit rXXXXXX, Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, os_test_tool_3, test_tool3
Diffstat (limited to 'build')
-rw-r--r-- | build/mapping.conf.json | 4 | ||||
-rw-r--r-- | build/platform/test_tool/host.ya.make.inc | 20 |
2 files changed, 10 insertions, 14 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index ef3ac3b0ef..c81c00eefd 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -70,9 +70,7 @@ "3968796981": "https://devtools-registry.s3.yandex.net/3968796981", "3968797636": "https://devtools-registry.s3.yandex.net/3968797636", "5486713852": "https://devtools-registry.s3.yandex.net/5486713852", - "5504103775": "https://devtools-registry.s3.yandex.net/5504103775", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", - "5504118829": "https://devtools-registry.s3.yandex.net/5504118829", "4307890075": "https://devtools-registry.s3.yandex.net/4307890075", "4307901240": "https://devtools-registry.s3.yandex.net/4307901240", "3833498694": "https://devtools-registry.s3.yandex.net/3833498694", @@ -167,9 +165,7 @@ "3968796981": "devtools/ya/test/programs/flake8/py3/flake8 for linux-ppc64le", "3968797636": "devtools/ya/test/programs/flake8/py3/flake8 for win32", "5486713852": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", - "5504103775": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "5486731632": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", - "5504118829": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", "4307890075": "flake8_linter for linux", "4307901240": "flake8_linter for linux-aarch64", "3833498694": "gdb 11.2 for osx_10.15_catalina", diff --git a/build/platform/test_tool/host.ya.make.inc b/build/platform/test_tool/host.ya.make.inc index 913f3be50c..0c1380c290 100644 --- a/build/platform/test_tool/host.ya.make.inc +++ b/build/platform/test_tool/host.ya.make.inc @@ -1,17 +1,17 @@ IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5504101978) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5504117758) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5486712718) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5486730250) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5504101063) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5504116972) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5486712244) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5486729606) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5504103775) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5504118829) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5486713852) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5486731632) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5504100078) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5504116266) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5486711599) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5486728731) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5504102754) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5504118304) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5486713341) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5486731004) ENDIF() |