diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-06-28 11:51:38 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-06-28 12:03:23 +0300 |
commit | 71a71fcf019dad59ed18261f0f0099ec40465fd1 (patch) | |
tree | b483147b504da4b3ec7cce80f8bb2cd391e4e1c0 | |
parent | 5a08c58407a4c97834972d705c6fa311c42b8915 (diff) | |
download | ydb-71a71fcf019dad59ed18261f0f0099ec40465fd1.tar.gz |
Automatic release build for ya_bin3, os_ya, test_tool, os_test_tool
From hash: [23669dc018552e4ef7be812ed67b04a89f7015a1](https://a.yandex-team.ru/arcadia/commit/23669dc018552e4ef7be812ed67b04a89f7015a1)
From revision: [14307258](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=428)
Flow triggered by user: [iaz1607](https://staff.yandex-team.ru/iaz1607)
Update tools: ya_bin3, os_ya, test_tool, os_test_tool
6ce487b2389ec8159f1a3c174e294ca0a845da62
-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 e2b6d94772..b1eb3e83ff 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -238,6 +238,8 @@ "6489370295": "https://devtools-registry.s3.yandex.net/6489370295", "6523690593": "https://devtools-registry.s3.yandex.net/6523690593", "6523723140": "https://devtools-registry.s3.yandex.net/6523723140", + "6578812149": "https://devtools-registry.s3.yandex.net/6578812149", + "6578827567": "https://devtools-registry.s3.yandex.net/6578827567", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -815,6 +817,8 @@ "6489370295": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6523690593": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6523723140": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6578812149": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6578827567": "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 439b5cd962..097e54b867 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:6523688078) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6578821490) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523686672) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6578817196) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523690593) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6578827567) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523685259) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6578814238) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523689284) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6578824371) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index d60649da9d..b1ba4a8876 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:6523719110) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6578807086) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523717132) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6578805082) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523723140) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6578812149) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523715499) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6578802987) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523721033) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6578809549) ENDIF() @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "39aa44bc47b76b8e9507831c6edc8f58", + "md5": "2ee09cdbb5c482191de019fe14f2746a", "urls": [ - f"{REGISTRY_ENDPOINT}/6523687639" + f"{REGISTRY_ENDPOINT}/6578780754" ] }, "darwin-arm64": { - "md5": "f26e58e2edd7a7893584feadd91a123a", + "md5": "d455575e10e57a2c00b6bb3ebd2f921f", "urls": [ - f"{REGISTRY_ENDPOINT}/6523685433" + f"{REGISTRY_ENDPOINT}/6578778713" ] }, "linux-aarch64": { - "md5": "767296cd970bae206ce0ee80d47cb130", + "md5": "aa121abf97348c262b9c8c11701b5585", "urls": [ - f"{REGISTRY_ENDPOINT}/6523683560" + f"{REGISTRY_ENDPOINT}/6578776216" ] }, "win32-clang-cl": { - "md5": "a0a49c174819b01578a9c43571fb3bc0", + "md5": "c6f27993c95f0e9d6bcfe85c5233b6fc", "urls": [ - f"{REGISTRY_ENDPOINT}/6523689496" + f"{REGISTRY_ENDPOINT}/6578783040" ] }, "linux": { - "md5": "66bd2f6fbe39ccd8ee157fa81cb5643c", + "md5": "3a0eabf37258f8d21b362d72646e4a8a", "urls": [ - f"{REGISTRY_ENDPOINT}/6523691306" + f"{REGISTRY_ENDPOINT}/6578784800" ] } } |