diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-07-29 11:52:12 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-07-29 12:11:02 +0300 |
commit | 5d639bd83a0f3642a1c2b605bcac23a25a071920 (patch) | |
tree | 52d705f1b9da7b381bdbcb20a7c8d306644d07e1 | |
parent | 62f366fc923c082074001fe3ca2b9d70268f28bd (diff) | |
download | ydb-5d639bd83a0f3642a1c2b605bcac23a25a071920.tar.gz |
Automatic release build for ya_bin3, os_ya, test_tool, os_test_tool
From hash: [7d34f2c641d819c40468ca84403e11b89cabce08](https://a.yandex-team.ru/arcadia/commit/7d34f2c641d819c40468ca84403e11b89cabce08)
From revision: [14512432](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=446)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: ya_bin3, os_ya, test_tool, os_test_tool
ae8b0d4a8201e0816fe879524f7a847b98efb79e
-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 2880659fa8..bf0ae59a1b 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -341,6 +341,8 @@ "6696787149": "https://devtools-registry.s3.yandex.net/6696787149", "6733651979": "https://devtools-registry.s3.yandex.net/6733651979", "6733663069": "https://devtools-registry.s3.yandex.net/6733663069", + "6761602592": "https://devtools-registry.s3.yandex.net/6761602592", + "6761604639": "https://devtools-registry.s3.yandex.net/6761604639", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1062,6 +1064,8 @@ "6696787149": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6733651979": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "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", "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 8e027ad008..9f76ce6d3e 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:6733657579) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761603811) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6733654181) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761603407) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6733663069) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761604639) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6733650123) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761603045) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6733660396) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761604252) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index fec5288e20..b80ee3059c 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:6733648674) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761601964) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6733646931) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761601833) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6733651979) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761602592) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6733645116) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761601614) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6733650391) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6761602256) ENDIF() @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "3dc9ec5c17e19528ca4ac94e7ec66e55", + "md5": "0fde66aa3d2eedca282b89f27dc498fb", "urls": [ - f"{REGISTRY_ENDPOINT}/6733637448" + f"{REGISTRY_ENDPOINT}/6761606505" ] }, "darwin-arm64": { - "md5": "0461888d9201358037de0ae972ce1e7e", + "md5": "d87f182ed40f1be37c1c3b271c83669c", "urls": [ - f"{REGISTRY_ENDPOINT}/6733635630" + f"{REGISTRY_ENDPOINT}/6761606258" ] }, "linux-aarch64": { - "md5": "b0565c783dea4de59f9be0ff3921ca3d", + "md5": "e3555221b30ffb2f992012fb0dd21587", "urls": [ - f"{REGISTRY_ENDPOINT}/6733633713" + f"{REGISTRY_ENDPOINT}/6761606102" ] }, "win32-clang-cl": { - "md5": "d7e9ff63def864ae63d10d1004027c74", + "md5": "0dc634d2325ed6edc9d79f4daf61bca8", "urls": [ - f"{REGISTRY_ENDPOINT}/6733638762" + f"{REGISTRY_ENDPOINT}/6761606645" ] }, "linux": { - "md5": "ab8434e0a8c459e7e6583db2b59923a1", + "md5": "a1f742755f8fb41fe2dcc521bff6fe95", "urls": [ - f"{REGISTRY_ENDPOINT}/6733639828" + f"{REGISTRY_ENDPOINT}/6761606901" ] } } |