diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-05-02 12:12:48 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-05-02 12:21:20 +0300 |
commit | c729224e7354cb0f6710ce0430d2a9c92d96ec26 (patch) | |
tree | fb21cc0827f517f11fb2507d752eda08e3c4d35f | |
parent | f201836e67793bbae7adb7e871d7c92cdbb694d4 (diff) | |
download | ydb-c729224e7354cb0f6710ce0430d2a9c92d96ec26.tar.gz |
Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, os_test_tool
From hash: [85607905a95dac2d6d40ca51ef127728bc83db34](https://a.yandex-team.ru/arcadia/commit/85607905a95dac2d6d40ca51ef127728bc83db34)
From revision: [13949677](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=392)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: ya_bin3, os_ya, ya_bin, test_tool, os_test_tool
bed4b54c25f6898acc792f670e2cc7bec3111fd4
-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 009f4e4257..07eabbbbb5 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -198,6 +198,8 @@ "6101888639": "https://devtools-registry.s3.yandex.net/6101888639", "6178087411": "https://devtools-registry.s3.yandex.net/6178087411", "6178098368": "https://devtools-registry.s3.yandex.net/6178098368", + "6258202406": "https://devtools-registry.s3.yandex.net/6258202406", + "6258209816": "https://devtools-registry.s3.yandex.net/6258209816", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -667,6 +669,8 @@ "6101888639": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6178087411": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6178098368": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6258202406": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6258209816": "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 fbf208b66b..14c2250598 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:6178086204) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6258209013) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6178085688) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6258208684) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6178087411) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6258209816) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6178084953) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6258208222) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6178086753) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6258209361) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index 58078b1f70..753d786df2 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:6178096241) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6258201851) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6178095381) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6258201607) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6178098368) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6258202406) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6178093908) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6258201362) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6178097157) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6258202161) ENDIF() @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "45c63c225f789d33a465ae3d5b64f7ef", + "md5": "b00ce763a344991876aca9d67f645f8a", "urls": [ - f"{REGISTRY_ENDPOINT}/6178064410" + f"{REGISTRY_ENDPOINT}/6258205097" ] }, "darwin-arm64": { - "md5": "e6f6dbc072ff1872a9d5fb9324ea1d31", + "md5": "7b44dae1657f45afc3f58ec46781dcb6", "urls": [ - f"{REGISTRY_ENDPOINT}/6178063973" + f"{REGISTRY_ENDPOINT}/6258204795" ] }, "linux-aarch64": { - "md5": "ad86306e4e3658cd8cfc95292d7b5a10", + "md5": "602e62a0bf679b05800bf6fedd85507f", "urls": [ - f"{REGISTRY_ENDPOINT}/6178063478" + f"{REGISTRY_ENDPOINT}/6258204391" ] }, "win32-clang-cl": { - "md5": "f4df6cde99415f82f3ec5827918b65e4", + "md5": "0e9933c350a1f83a188c92991e667275", "urls": [ - f"{REGISTRY_ENDPOINT}/6178065184" + f"{REGISTRY_ENDPOINT}/6258205276" ] }, "linux": { - "md5": "38099bfe05628c5a677631730558333a", + "md5": "e8552f8dcae81aa0fcd6a7a4293a8b85", "urls": [ - f"{REGISTRY_ENDPOINT}/6178066131" + f"{REGISTRY_ENDPOINT}/6258205398" ] } } |