diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2025-06-05 11:05:48 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2025-06-05 11:20:48 +0300 |
commit | bb54c2065e7e6650defae4b2ecba4ec34d407182 (patch) | |
tree | 9d2aae97e8f903e47265de5e9077f67d7d168cc9 | |
parent | eb202d81ae829e93bb6fbfb8e95a4f919c31aa45 (diff) | |
download | ydb-bb54c2065e7e6650defae4b2ecba4ec34d407182.tar.gz |
Automatic release build for test_tool, os_ya, ya_bin, os_test_tool
Update tools: test_tool, os_ya, ya_bin, os_test_tool
commit_hash:358b5ebe86f44950c909a3f13cdce5f7ce0fea98
-rw-r--r-- | build/mapping.conf.json | 2 | ||||
-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, 22 insertions, 20 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index cefd87ece49..25ac9e6e8cf 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -555,6 +555,7 @@ "8813611998": "{registry_endpoint}/8813611998", "8850031153": "{registry_endpoint}/8850031153", "8865992733": "{registry_endpoint}/8865992733", + "8895767556": "{registry_endpoint}/8895767556", "5486731632": "{registry_endpoint}/5486731632", "5514350352": "{registry_endpoint}/5514350352", "5514360398": "{registry_endpoint}/5514360398", @@ -2018,6 +2019,7 @@ "8813611998": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "8850031153": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "8865992733": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "8895767556": "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 2d938f23adc..12b2d956e25 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:8866026265) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8895832159) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8866025345) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8895829195) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8866027930) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8895837699) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8866024152) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8895827132) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8866027125) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8895835134) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index b47d36daab0..89f274e4f8e 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:8865991022) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8895763011) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8865990327) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8895760446) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8865992733) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8895767556) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8865989443) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8895758330) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8865991956) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8895765221) ENDIF() @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "win32": { - "md5": "959ac604b4f1e70a564d2acdf58780c8", + "md5": "b132c12d36b608f21094c45a78ef19e7", "urls": [ - f"{REGISTRY_ENDPOINT}/8865998621" + f"{REGISTRY_ENDPOINT}/8895853142" ] }, "darwin": { - "md5": "ac465f0d4e34dc9e7a6bd99c3a82793d", + "md5": "82b34d9b5c7f2715fada3065284b76ca", "urls": [ - f"{REGISTRY_ENDPOINT}/8865997772" + f"{REGISTRY_ENDPOINT}/8895850470" ] }, "darwin-arm64": { - "md5": "e660c3cae2cf4c25fbdbb45a0d8a907d", + "md5": "0c958dd6cebef431c9a61dfbd772ace3", "urls": [ - f"{REGISTRY_ENDPOINT}/8865996866" + f"{REGISTRY_ENDPOINT}/8895847781" ] }, "linux-aarch64": { - "md5": "1505a3542ed34f5136b39aeffacb3d05", + "md5": "4991302ae6ed00a84bcd3c102d016ee9", "urls": [ - f"{REGISTRY_ENDPOINT}/8865995987" + f"{REGISTRY_ENDPOINT}/8895845422" ] }, "linux": { - "md5": "aebab289cf4e5571d2c2871dbfc1f2b7", + "md5": "433d1228f4ab3b0931ca8383bb83e0ff", "urls": [ - f"{REGISTRY_ENDPOINT}/8865999271" + f"{REGISTRY_ENDPOINT}/8895855534" ] } } |