diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-10-04 11:41:47 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-10-04 11:53:50 +0300 |
commit | 3c2391950c83e1d13265e144e0fbb9dcc34f1b66 (patch) | |
tree | e39f3554606063b761e3221d87ccc45a0043c2ab | |
parent | 391a6b7bc8b82be81098fdc93c9da8f53dfe3e52 (diff) | |
download | ydb-3c2391950c83e1d13265e144e0fbb9dcc34f1b66.tar.gz |
Automatic release build for test_tool, os_ya, ya_bin, os_test_tool
From hash: [a90772ebe7455e03b8882a87230324f1f13426dc](https://a.yandex-team.ru/arcadia/commit/a90772ebe7455e03b8882a87230324f1f13426dc)
From revision: [15022678](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=492)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: test_tool, os_ya, ya_bin, os_test_tool
commit_hash:3e87f872fc7171a35db3b0f53fe572ab344a21b6
-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 ed369cbc51..5242a8d948 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -405,6 +405,8 @@ "7083802536": "https://devtools-registry.s3.yandex.net/7083802536", "7120328912": "https://devtools-registry.s3.yandex.net/7120328912", "7120353733": "https://devtools-registry.s3.yandex.net/7120353733", + "7203766556": "https://devtools-registry.s3.yandex.net/7203766556", + "7203793573": "https://devtools-registry.s3.yandex.net/7203793573", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1317,6 +1319,8 @@ "7083802536": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7120328912": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7120353733": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "7203766556": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "7203793573": "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 69a66014eb..d06b61fec2 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:7120352053) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203790694) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120351367) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203789329) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120353733) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203793573) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120350948) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203788076) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120352672) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203792081) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index f82b95639d..03ef6b09e4 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:7120327883) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203764126) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120327375) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203762905) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120328912) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203766556) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120326904) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203761608) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120328512) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203765438) ENDIF() @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "30824e0eea5c1de99cad870142f16922", + "md5": "b9a6b9b51583d6e8e8e3430b5889b936", "urls": [ - f"{REGISTRY_ENDPOINT}/7120326728" + f"{REGISTRY_ENDPOINT}/7203792711" ] }, "darwin-arm64": { - "md5": "36b8d3ae595d998a6156e60fa3064d1d", + "md5": "157d04aa112f24b5b5deecf22fdf2408", "urls": [ - f"{REGISTRY_ENDPOINT}/7120326401" + f"{REGISTRY_ENDPOINT}/7203791602" ] }, "linux-aarch64": { - "md5": "4a05a464bcfe750c20c6cbb117bbc0fa", + "md5": "dac91d702f5cb1d51b8590f58cb5fae3", "urls": [ - f"{REGISTRY_ENDPOINT}/7120325932" + f"{REGISTRY_ENDPOINT}/7203790464" ] }, "win32-clang-cl": { - "md5": "df49f4b133b8948eef46e65b7b0adf32", + "md5": "39dcf1a1ccd79baeead3f64644008615", "urls": [ - f"{REGISTRY_ENDPOINT}/7120327156" + f"{REGISTRY_ENDPOINT}/7203794121" ] }, "linux": { - "md5": "fb7ae3201abf5b7891e20be90c955a35", + "md5": "1ce6223b1da674d6a72b0309caa5c0df", "urls": [ - f"{REGISTRY_ENDPOINT}/7120327554" + f"{REGISTRY_ENDPOINT}/7203795248" ] } } |