diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2025-01-17 11:13:59 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2025-01-17 11:41:10 +0300 |
commit | 827e5b98025d25ce6a47f3d76dec2bb221ba8ed2 (patch) | |
tree | 206af969f04de6ff356018ce03f5c460fedd5f9a | |
parent | 83ec52734db52686f9efb10bc9882828fb180d90 (diff) | |
download | ydb-827e5b98025d25ce6a47f3d76dec2bb221ba8ed2.tar.gz |
Automatic release build for test_tool, ya_bin, os_ya, os_test_tool
Update tools: test_tool, ya_bin, os_ya, os_test_tool
commit_hash:855453f52c90405d19a0ee39891fa15c4a8e8d6a
-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 5ac06f82cf..bb38d26dc1 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -484,6 +484,8 @@ "7808709138": "https://devtools-registry.s3.yandex.net/7808709138", "7827427680": "https://devtools-registry.s3.yandex.net/7827427680", "7827481464": "https://devtools-registry.s3.yandex.net/7827481464", + "7842973241": "https://devtools-registry.s3.yandex.net/7842973241", + "7842994658": "https://devtools-registry.s3.yandex.net/7842994658", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1659,6 +1661,8 @@ "7808709138": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7827427680": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7827481464": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "7842973241": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "7842994658": "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 d283e213fa..a999b28429 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:7827478825) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842993506) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827476769) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842992801) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827481464) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842994658) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827475180) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842992357) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827480238) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842994147) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index 20fd205d7d..7535988b98 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:7827425105) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842972207) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827423650) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842971762) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827427680) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842973241) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827422227) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842971279) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827426459) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842972751) ENDIF() @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "85c76fbd0d23319cce3ad98cd6926ad7", + "md5": "ae63bfaf584d60bbfed88f02ab39d214", "urls": [ - f"{REGISTRY_ENDPOINT}/7827466176" + f"{REGISTRY_ENDPOINT}/7843021328" ] }, "darwin-arm64": { - "md5": "b29d3df1d6e67afaa304bdc0fc811966", + "md5": "42b853ad17d72ae1ebfabf5e9cfe38f6", "urls": [ - f"{REGISTRY_ENDPOINT}/7827465506" + f"{REGISTRY_ENDPOINT}/7843020972" ] }, "linux-aarch64": { - "md5": "855754159dd5301a07b58ed0c01dc334", + "md5": "b23c0e2569b81d759e2eaa37529d9d25", "urls": [ - f"{REGISTRY_ENDPOINT}/7827464666" + f"{REGISTRY_ENDPOINT}/7843020525" ] }, "win32-clang-cl": { - "md5": "fba50c68c7a0a106dc7370113172c77c", + "md5": "1be0d0332ae664bb62d2e461ff094ca1", "urls": [ - f"{REGISTRY_ENDPOINT}/7827466887" + f"{REGISTRY_ENDPOINT}/7843021829" ] }, "linux": { - "md5": "8292d28960e74996f913db75c3a880f6", + "md5": "c1096864c2c0360c7784295b0a0b3597", "urls": [ - f"{REGISTRY_ENDPOINT}/7827467700" + f"{REGISTRY_ENDPOINT}/7843022530" ] } } |