diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-03-19 10:41:33 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-03-19 10:57:32 +0300 |
commit | d51da397df035468c58197c56f8e51097d5927ea (patch) | |
tree | db842e3d45bd3aaef3a7f837e8752fd2fb0d86c5 | |
parent | fd844ce8e71903baedb129464d4b949e6410d112 (diff) | |
download | ydb-d51da397df035468c58197c56f8e51097d5927ea.tar.gz |
Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, os_test_tool_3, test_tool3
From hash: [ee3e4740fb549c1d5ff5a6a830adcb65d6fdc25a](https://a.yandex-team.ru/arcadia/commit/ee3e4740fb549c1d5ff5a6a830adcb65d6fdc25a)
From revision: [13657852](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=368)
Flow triggered by user: [v-korovin](https://staff.yandex-team.ru/v-korovin)
Update tools: ya_bin3, os_ya, ya_bin, test_tool, os_test_tool_3, test_tool3
d47b733143d76ae8728ba24f52586d9d8c00ae91
-rw-r--r-- | build/mapping.conf.json | 6 | ||||
-rw-r--r-- | build/platform/test_tool/host.ya.make.inc | 20 | ||||
-rw-r--r-- | build/platform/test_tool/host_os.ya.make.inc | 20 | ||||
-rwxr-xr-x | ya | 20 |
4 files changed, 36 insertions, 30 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index aab4f1aa9e..1d2548c502 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -143,6 +143,7 @@ "5923487331": "https://devtools-registry.s3.yandex.net/5923487331", "5939051197": "https://devtools-registry.s3.yandex.net/5939051197", "5955125762": "https://devtools-registry.s3.yandex.net/5955125762", + "6010598329": "https://devtools-registry.s3.yandex.net/6010598329", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -188,6 +189,8 @@ "5939157325": "https://devtools-registry.s3.yandex.net/5939157325", "5955150131": "https://devtools-registry.s3.yandex.net/5955150131", "5955152376": "https://devtools-registry.s3.yandex.net/5955152376", + "6010600587": "https://devtools-registry.s3.yandex.net/6010600587", + "6010620187": "https://devtools-registry.s3.yandex.net/6010620187", "5811823978": "https://devtools-registry.s3.yandex.net/5811823978", "5840611982": "https://devtools-registry.s3.yandex.net/5840611982", "5860186783": "https://devtools-registry.s3.yandex.net/5860186783", @@ -491,6 +494,7 @@ "5923487331": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "5939051197": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "5955125762": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6010598329": "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", @@ -536,6 +540,8 @@ "5939157325": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", "5955150131": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", "5955152376": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", + "6010600587": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", + "6010620187": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", "5811823978": "devtools/yexport/bin/yexport for darwin", "5840611982": "devtools/yexport/bin/yexport for darwin", "5860186783": "devtools/yexport/bin/yexport for darwin", diff --git a/build/platform/test_tool/host.ya.make.inc b/build/platform/test_tool/host.ya.make.inc index 0652481b96..0a3d3f3843 100644 --- a/build/platform/test_tool/host.ya.make.inc +++ b/build/platform/test_tool/host.ya.make.inc @@ -1,17 +1,17 @@ IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5955124917) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5955148660) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6010597305) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:6010617983) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5955124481) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5955148035) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6010596932) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:6010616740) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5955125762) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5955150131) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6010598329) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:6010620187) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5955124163) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5955147544) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6010596405) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:6010615713) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5955125340) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5955149320) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6010597864) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:6010618868) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index cc1570eabd..b34b581d45 100644 --- a/build/platform/test_tool/host_os.ya.make.inc +++ b/build/platform/test_tool/host_os.ya.make.inc @@ -1,17 +1,17 @@ IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5955149519) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5955149519) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6010599557) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:6010599557) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5955148273) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5955148273) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6010599064) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:6010599064) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5955152376) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5955152376) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6010600587) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:6010600587) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5955147189) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5955147189) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6010598761) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:6010598761) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5955150957) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5955150957) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6010600099) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:6010600099) ENDIF() @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "2ebe862a307246989be632928130199f", + "md5": "a1c3ec126b05f7260df59279c7e7093a", "urls": [ - f"{REGISTRY_ENDPOINT}/5955139631" + f"{REGISTRY_ENDPOINT}/6010634370" ] }, "darwin-arm64": { - "md5": "ac40dee57a223cdba05ea8c94de9b649", + "md5": "0d45040171b34f0dd5794904dd2adc25", "urls": [ - f"{REGISTRY_ENDPOINT}/5955138953" + f"{REGISTRY_ENDPOINT}/6010633477" ] }, "linux-aarch64": { - "md5": "63b9cc33ff32048c460c5a9076d1482b", + "md5": "7fbb728ec287578cd253235092fc3136", "urls": [ - f"{REGISTRY_ENDPOINT}/5955138301" + f"{REGISTRY_ENDPOINT}/6010632527" ] }, "win32-clang-cl": { - "md5": "87fe2ce1c305b0e8c9ba44d7eb840ea5", + "md5": "7ffdca62d12b0e50ce58e4244a13cadc", "urls": [ - f"{REGISTRY_ENDPOINT}/5955140105" + f"{REGISTRY_ENDPOINT}/6010635227" ] }, "linux": { - "md5": "4760845d20d6d22c4f6255638cc64ef1", + "md5": "52eb97cfa8a5c1c776d82d00f4f4f61d", "urls": [ - f"{REGISTRY_ENDPOINT}/5955140488" + f"{REGISTRY_ENDPOINT}/6010636180" ] } } |