diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-08-05 11:10:57 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-08-05 11:23:33 +0300 |
commit | 25798d43c70543e50210ea8d8dcdf856eef416cb (patch) | |
tree | bff386a677f9cacd71733392a21a393be16b3b71 | |
parent | 8ca35a5a3ec2486b6905e4f1e55ab10872752ab2 (diff) | |
download | ydb-25798d43c70543e50210ea8d8dcdf856eef416cb.tar.gz |
Automatic release build for test_tool, ya_bin, os_ya, os_test_tool
From hash: [21be7d7457955cef67f2d8ca9aa00abd30dd58f1](https://a.yandex-team.ru/arcadia/commit/21be7d7457955cef67f2d8ca9aa00abd30dd58f1)
From revision: [14560536](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=452)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: test_tool, ya_bin, os_ya, os_test_tool
d3d29b1a7cfcbc974883693c6a3b564f7eac41e1
-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 20ebdd4979..e4a9281858 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -351,6 +351,8 @@ "6733663069": "https://devtools-registry.s3.yandex.net/6733663069", "6761602592": "https://devtools-registry.s3.yandex.net/6761602592", "6761604639": "https://devtools-registry.s3.yandex.net/6761604639", + "6806306613": "https://devtools-registry.s3.yandex.net/6806306613", + "6806306627": "https://devtools-registry.s3.yandex.net/6806306627", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1086,6 +1088,8 @@ "6733663069": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6761602592": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6761604639": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6806306613": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6806306627": "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 9f76ce6d3e..ba5adea13d 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:6761603811) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6806306122) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761603407) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6806305772) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761604639) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6806306627) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761603045) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6806305594) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761604252) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6806306344) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index b80ee3059c..43b926c181 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:6761601964) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6806306169) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761601833) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6806305813) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761602592) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6806306613) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761601614) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6806305649) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761602256) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6806306371) ENDIF() @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "0fde66aa3d2eedca282b89f27dc498fb", + "md5": "cd778a12cd93b085137f3e30b25008ae", "urls": [ - f"{REGISTRY_ENDPOINT}/6761606505" + f"{REGISTRY_ENDPOINT}/6806300256" ] }, "darwin-arm64": { - "md5": "d87f182ed40f1be37c1c3b271c83669c", + "md5": "9cd59726b1d7ebad262faf6589c59de8", "urls": [ - f"{REGISTRY_ENDPOINT}/6761606258" + f"{REGISTRY_ENDPOINT}/6806299955" ] }, "linux-aarch64": { - "md5": "e3555221b30ffb2f992012fb0dd21587", + "md5": "1aa452b20c9c553f0e2d915b8096e5a1", "urls": [ - f"{REGISTRY_ENDPOINT}/6761606102" + f"{REGISTRY_ENDPOINT}/6806299806" ] }, "win32-clang-cl": { - "md5": "0dc634d2325ed6edc9d79f4daf61bca8", + "md5": "b3ec7606223ca2c88e448d5cd8b03b1d", "urls": [ - f"{REGISTRY_ENDPOINT}/6761606645" + f"{REGISTRY_ENDPOINT}/6806300365" ] }, "linux": { - "md5": "a1f742755f8fb41fe2dcc521bff6fe95", + "md5": "4fd058322f65a5f31887c1207ca4424e", "urls": [ - f"{REGISTRY_ENDPOINT}/6761606901" + f"{REGISTRY_ENDPOINT}/6806300480" ] } } |