diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-08-14 11:07:10 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-08-14 11:20:20 +0300 |
commit | 30d4302fae42eb45b9c2dcdea4359fcd231682e3 (patch) | |
tree | 9ab34a368a832301f2ea62aa85e21030d3b1608e | |
parent | 0c4397eb7b46ea36fd3b12c5c640e7b4dd0c7093 (diff) | |
download | ydb-30d4302fae42eb45b9c2dcdea4359fcd231682e3.tar.gz |
Automatic release build for test_tool, os_ya, ya_bin, os_test_tool
From hash: [071be62dac16d3b65f24a5ef1c261b82508a41b2](https://a.yandex-team.ru/arcadia/commit/071be62dac16d3b65f24a5ef1c261b82508a41b2)
From revision: [14622029](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=457)
Flow triggered by user: [say](https://staff.yandex-team.ru/say)
Update tools: test_tool, os_ya, ya_bin, os_test_tool
77f3543131819bf559d40c621445098d27d1d8be
-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 bd1ad897ba..d2dd99d2b1 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -367,6 +367,8 @@ "6761604639": "https://devtools-registry.s3.yandex.net/6761604639", "6815682618": "https://devtools-registry.s3.yandex.net/6815682618", "6815696206": "https://devtools-registry.s3.yandex.net/6815696206", + "6859343013": "https://devtools-registry.s3.yandex.net/6859343013", + "6859350577": "https://devtools-registry.s3.yandex.net/6859350577", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1133,6 +1135,8 @@ "6761604639": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6815682618": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6815696206": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6859343013": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6859350577": "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 984997a975..ca23c6530e 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:6815679855) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859341560) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6815678752) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859340618) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6815682618) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859343013) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6815677851) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859339878) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6815681031) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859342250) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index a83c00293f..9e62a3aeee 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:6815693736) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859349354) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6815692155) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859348596) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6815696206) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859350577) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6815690541) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859347658) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6815694963) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859349912) ENDIF() @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "dba7b41893efeb5ce98500cb6e0bf444", + "md5": "cf4519ad31e0099e1c2860faac5e719b", "urls": [ - f"{REGISTRY_ENDPOINT}/6815678992" + f"{REGISTRY_ENDPOINT}/6859345043" ] }, "darwin-arm64": { - "md5": "cf2f84d059ca06ed916797d21e5c9b5e", + "md5": "d7e6a6ef21a73e912f4e280397eec4e3", "urls": [ - f"{REGISTRY_ENDPOINT}/6815678339" + f"{REGISTRY_ENDPOINT}/6859344125" ] }, "linux-aarch64": { - "md5": "d0fd298e8027f3b424d95ff88643e01a", + "md5": "fed650837513ee55891d3957de24e43d", "urls": [ - f"{REGISTRY_ENDPOINT}/6815677562" + f"{REGISTRY_ENDPOINT}/6859343529" ] }, "win32-clang-cl": { - "md5": "2e673bd1413816a79d4114f1a61831f4", + "md5": "b368e2ede30fca079d62236aa2635f74", "urls": [ - f"{REGISTRY_ENDPOINT}/6815679755" + f"{REGISTRY_ENDPOINT}/6859345754" ] }, "linux": { - "md5": "72389b6c6c584aa368e1cfdda777603f", + "md5": "94b1ae501d75b100934fb3166723f89f", "urls": [ - f"{REGISTRY_ENDPOINT}/6815680535" + f"{REGISTRY_ENDPOINT}/6859346648" ] } } |