diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-12-23 10:58:52 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-12-23 11:54:09 +0300 |
commit | 7cb98322ed7e1f13520602bf1730a885743f645c (patch) | |
tree | 083ad0b0c46d1ce29402b131d4ff5e5a43373b2d | |
parent | c4d7dd5f3fbcbd76ee9162dd7dad511c7540e354 (diff) | |
download | ydb-7cb98322ed7e1f13520602bf1730a885743f645c.tar.gz |
Automatic release build for test_tool, ya_bin, os_ya, os_test_tool
Update tools: test_tool, ya_bin, os_ya, os_test_tool
commit_hash:3cedcff3b7d06876fa362d6cca3ce474eff85c2f
-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 bc58c2390d..f3743e8100 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -466,6 +466,8 @@ "7688984774": "https://devtools-registry.s3.yandex.net/7688984774", "7706167620": "https://devtools-registry.s3.yandex.net/7706167620", "7706227677": "https://devtools-registry.s3.yandex.net/7706227677", + "7717368273": "https://devtools-registry.s3.yandex.net/7717368273", + "7717387253": "https://devtools-registry.s3.yandex.net/7717387253", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1605,6 +1607,8 @@ "7688984774": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7706167620": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7706227677": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "7717368273": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "7717387253": "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 81033b57f3..bddbceb567 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:7706224936) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717386600) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7706223966) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717386279) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7706227677) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717387253) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7706223086) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717386028) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7706226315) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717387014) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index fcfb2f45ff..e2c3ebc4b5 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:7706166705) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717367660) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7706166273) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717367448) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7706167620) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717368273) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7706165575) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717367154) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7706167197) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717367994) ENDIF() @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "d02823394203babd0080846986c5c711", + "md5": "0dbb899ca6535e6fb9190ff174ddba64", "urls": [ - f"{REGISTRY_ENDPOINT}/7706189921" + f"{REGISTRY_ENDPOINT}/7717386190" ] }, "darwin-arm64": { - "md5": "46c5819893a213bb5f4bd646d0f7462e", + "md5": "a20ba3ccad87532e23d5273742aa7e20", "urls": [ - f"{REGISTRY_ENDPOINT}/7706189101" + f"{REGISTRY_ENDPOINT}/7717385787" ] }, "linux-aarch64": { - "md5": "5862ba5a5be4d12e4a330649837969e3", + "md5": "bee36ad0cb272bcd8b3571123b42ed3e", "urls": [ - f"{REGISTRY_ENDPOINT}/7706188332" + f"{REGISTRY_ENDPOINT}/7717385214" ] }, "win32-clang-cl": { - "md5": "87863db300259c82bd003b1a16bc7fe2", + "md5": "09af264ef19e31e219cd062323f4b86c", "urls": [ - f"{REGISTRY_ENDPOINT}/7706190655" + f"{REGISTRY_ENDPOINT}/7717386558" ] }, "linux": { - "md5": "417f67cf7833fa6e3d80472efbb23e55", + "md5": "a6df5b2d99d6daee9c939154a3ea1231", "urls": [ - f"{REGISTRY_ENDPOINT}/7706191268" + f"{REGISTRY_ENDPOINT}/7717387113" ] } } |