diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-06-19 11:03:28 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-06-19 11:13:15 +0300 |
commit | 889d25ae124880839d3fb9630b7b86cdc580403f (patch) | |
tree | 58958dd78c3ccfcda84f0fc155e3ec0d510786fb | |
parent | 30bcb2b0866066d4f27f91b538958641f4c2cbdc (diff) | |
download | ydb-889d25ae124880839d3fb9630b7b86cdc580403f.tar.gz |
Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, os_test_tool
From hash: [4a17c8064ca352b3adcd6f64435c1f8ca6230b9c](https://a.yandex-team.ru/arcadia/commit/4a17c8064ca352b3adcd6f64435c1f8ca6230b9c)
From revision: [14241847](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=423)
Flow triggered by user: [zhukoff-pavel](https://staff.yandex-team.ru/zhukoff-pavel)
Update tools: ya_bin3, ya_bin, os_ya, test_tool, os_test_tool
bde04d6752119e8f4f7040e5af1f9f8bcb43aa96
-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 7ec2f2c420..420e73ae58 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -232,6 +232,8 @@ "6469853075": "https://devtools-registry.s3.yandex.net/6469853075", "6489357564": "https://devtools-registry.s3.yandex.net/6489357564", "6489370295": "https://devtools-registry.s3.yandex.net/6489370295", + "6523690593": "https://devtools-registry.s3.yandex.net/6523690593", + "6523723140": "https://devtools-registry.s3.yandex.net/6523723140", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -788,6 +790,8 @@ "6469853075": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6489357564": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "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", "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 54f31f1c69..439b5cd962 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:6489369151) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523688078) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489368341) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523686672) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489370295) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523690593) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489367821) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523685259) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489369573) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523689284) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index d3d8b116e6..d60649da9d 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:6489356681) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523719110) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489355985) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523717132) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489357564) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523723140) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489355458) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523715499) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489357078) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6523721033) ENDIF() @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "1b6618c53299de1285e137442f47c50c", + "md5": "39aa44bc47b76b8e9507831c6edc8f58", "urls": [ - f"{REGISTRY_ENDPOINT}/6489354212" + f"{REGISTRY_ENDPOINT}/6523687639" ] }, "darwin-arm64": { - "md5": "a180d81b2620e7197822bc6f820e0288", + "md5": "f26e58e2edd7a7893584feadd91a123a", "urls": [ - f"{REGISTRY_ENDPOINT}/6489353788" + f"{REGISTRY_ENDPOINT}/6523685433" ] }, "linux-aarch64": { - "md5": "a46d91ba66bb9111cecec6be139d2a7a", + "md5": "767296cd970bae206ce0ee80d47cb130", "urls": [ - f"{REGISTRY_ENDPOINT}/6489353393" + f"{REGISTRY_ENDPOINT}/6523683560" ] }, "win32-clang-cl": { - "md5": "b96439645eb2c1b8c6a1071b0be59354", + "md5": "a0a49c174819b01578a9c43571fb3bc0", "urls": [ - f"{REGISTRY_ENDPOINT}/6489354593" + f"{REGISTRY_ENDPOINT}/6523689496" ] }, "linux": { - "md5": "d46dcdf79bd80354633d5e145a469842", + "md5": "66bd2f6fbe39ccd8ee157fa81cb5643c", "urls": [ - f"{REGISTRY_ENDPOINT}/6489355029" + f"{REGISTRY_ENDPOINT}/6523691306" ] } } |