diff options
author | v-korovin <v-korovin@yandex-team.com> | 2024-10-02 15:26:43 +0300 |
---|---|---|
committer | v-korovin <v-korovin@yandex-team.com> | 2024-10-02 15:39:03 +0300 |
commit | 82311f7f0b8b92bc63bf78335d77621726c9e449 (patch) | |
tree | 04a0a400e6e5bbb279e73230c888be81cdc9315d | |
parent | 91a4451afcbafd41dd6c49c0a7b6b1d701ab4c9c (diff) | |
download | ydb-82311f7f0b8b92bc63bf78335d77621726c9e449.tar.gz |
Revert commit rXXXXXX, Automatic release build for test_tool, os_ya, ya_bin, os_test_tool
commit_hash:1b1506c5637db39db0da6690c9e8481a1bc66b7a
-rw-r--r-- | build/mapping.conf.json | 4 | ||||
-rw-r--r-- | build/platform/test_tool/host.ya.make.inc | 10 | ||||
-rw-r--r-- | build/platform/test_tool/host_os.ya.make.inc | 10 | ||||
-rwxr-xr-x | ya | 20 |
4 files changed, 20 insertions, 24 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index 7d0d22ae2e..5b3d503ff7 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -400,8 +400,6 @@ "7083802536": "https://devtools-registry.s3.yandex.net/7083802536", "7120328912": "https://devtools-registry.s3.yandex.net/7120328912", "7120353733": "https://devtools-registry.s3.yandex.net/7120353733", - "7171156703": "https://devtools-registry.s3.yandex.net/7171156703", - "7171170069": "https://devtools-registry.s3.yandex.net/7171170069", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1303,8 +1301,6 @@ "7083802536": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7120328912": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7120353733": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", - "7171156703": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", - "7171170069": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "5486731632": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", "5514350352": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", "5514360398": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", diff --git a/build/platform/test_tool/host.ya.make.inc b/build/platform/test_tool/host.ya.make.inc index bfaa23c9c7..69a66014eb 100644 --- a/build/platform/test_tool/host.ya.make.inc +++ b/build/platform/test_tool/host.ya.make.inc @@ -1,12 +1,12 @@ IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171168461) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120352053) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171167386) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120351367) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171170069) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120353733) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171166397) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120350948) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171169193) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120352672) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index 5cedfeae20..f82b95639d 100644 --- a/build/platform/test_tool/host_os.ya.make.inc +++ b/build/platform/test_tool/host_os.ya.make.inc @@ -1,12 +1,12 @@ IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171155340) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120327883) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171154530) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120327375) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171156703) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120328912) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171153757) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120326904) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171155976) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120328512) ENDIF() @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "a6d621be62bce6659ae85c213f3fb59d", + "md5": "30824e0eea5c1de99cad870142f16922", "urls": [ - f"{REGISTRY_ENDPOINT}/7171183968" + f"{REGISTRY_ENDPOINT}/7120326728" ] }, "darwin-arm64": { - "md5": "5feb9bf5bcb71080245a621f56880976", + "md5": "36b8d3ae595d998a6156e60fa3064d1d", "urls": [ - f"{REGISTRY_ENDPOINT}/7171182928" + f"{REGISTRY_ENDPOINT}/7120326401" ] }, "linux-aarch64": { - "md5": "db748629040c333b100c3bef8900a967", + "md5": "4a05a464bcfe750c20c6cbb117bbc0fa", "urls": [ - f"{REGISTRY_ENDPOINT}/7171182087" + f"{REGISTRY_ENDPOINT}/7120325932" ] }, "win32-clang-cl": { - "md5": "76414f9eddf5c2a367984a563d94cf2a", + "md5": "df49f4b133b8948eef46e65b7b0adf32", "urls": [ - f"{REGISTRY_ENDPOINT}/7171184826" + f"{REGISTRY_ENDPOINT}/7120327156" ] }, "linux": { - "md5": "d743226c91ded90b38e85ab6bd37f5ee", + "md5": "fb7ae3201abf5b7891e20be90c955a35", "urls": [ - f"{REGISTRY_ENDPOINT}/7171186227" + f"{REGISTRY_ENDPOINT}/7120327554" ] } } |