diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-12-09 11:18:11 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-12-09 11:32:52 +0300 |
commit | bc7efd59c3940f609c01a8af3ea6c6d69cbc456c (patch) | |
tree | 3768aa1b1a5a1ba3b9af1011a3289b37f0894933 | |
parent | fba2db3ebebc7dfc21481530d357e4815cb24513 (diff) | |
download | ydb-bc7efd59c3940f609c01a8af3ea6c6d69cbc456c.tar.gz |
Automatic release build for test_tool, os_ya, ya_bin, os_test_tool
Update tools: test_tool, os_ya, ya_bin, os_test_tool
commit_hash:32567c05a243ac46a55a1d806ff8622c2fb72ded
-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, 24 insertions, 20 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index 7590610b85..7232ee59b1 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -456,6 +456,8 @@ "7583796922": "https://devtools-registry.s3.yandex.net/7583796922", "7608331254": "https://devtools-registry.s3.yandex.net/7608331254", "7608382698": "https://devtools-registry.s3.yandex.net/7608382698", + "7621347235": "https://devtools-registry.s3.yandex.net/7621347235", + "7621357676": "https://devtools-registry.s3.yandex.net/7621357676", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1549,6 +1551,8 @@ "7583796922": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7608331254": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7608382698": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "7621347235": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "7621357676": "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 075511b168..d1870892ea 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:7608376902) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621356639) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608372217) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621356288) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608382698) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621357676) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608370825) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621355902) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608380805) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621357026) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index 2479a3ea28..7e16220c71 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:7608329338) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621346283) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608328381) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621345922) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608331254) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621347235) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608327198) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621345505) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608330324) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621346894) ENDIF() @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "28f5c3bd8f5ce8885ad23a41131c0809", + "md5": "1604062310476df6ddad5959432a77c4", "urls": [ - f"{REGISTRY_ENDPOINT}/7608371966" + f"{REGISTRY_ENDPOINT}/7621374748" ] }, "darwin-arm64": { - "md5": "8abb919f2531ec56c1478710a66e73c7", + "md5": "e7ad8c14b183db925b355e3402a1b571", "urls": [ - f"{REGISTRY_ENDPOINT}/7608371359" + f"{REGISTRY_ENDPOINT}/7621374003" ] }, "linux-aarch64": { - "md5": "c7de929a864fad8d4c0d43f641b5dbdd", + "md5": "f121467f2042456e2c088e62f2be89ae", "urls": [ - f"{REGISTRY_ENDPOINT}/7608370722" + f"{REGISTRY_ENDPOINT}/7621373413" ] }, "win32-clang-cl": { - "md5": "f5d74a921f7c6e1819f6954d69c3b16c", + "md5": "b95bd558fd10bdb10838634701cccadf", "urls": [ - f"{REGISTRY_ENDPOINT}/7608372971" + f"{REGISTRY_ENDPOINT}/7621375066" ] }, "linux": { - "md5": "2b17a54cea5f7cac0db5926b95d14b76", + "md5": "90a87ec1b4e76856214ad687fddf6051", "urls": [ - f"{REGISTRY_ENDPOINT}/7608373807" + f"{REGISTRY_ENDPOINT}/7621375326" ] } } |