diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-08-19 11:51:16 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-08-19 12:01:37 +0300 |
commit | 60f93e64442a1e4b00e436f5a876b783f28b79e6 (patch) | |
tree | 19e0de8e0c08bd5bb312477c8239e2fedb4bb7bd | |
parent | 5a0dda49c9caa747ff41bfd010bc95d2809a136b (diff) | |
download | ydb-60f93e64442a1e4b00e436f5a876b783f28b79e6.tar.gz |
Automatic release build for test_tool, ya_bin, os_ya, os_test_tool
From hash: [cfad05c1366e859aadbfc3777aafc13e955757b0](https://a.yandex-team.ru/arcadia/commit/cfad05c1366e859aadbfc3777aafc13e955757b0)
From revision: [14660145](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=459)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: test_tool, ya_bin, os_ya, os_test_tool
78aca49d7ccba5f645c24b1c8ae14d05a212ad05
-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 603fbdfa17..2499a47760 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -374,6 +374,8 @@ "6815696206": "https://devtools-registry.s3.yandex.net/6815696206", "6859343013": "https://devtools-registry.s3.yandex.net/6859343013", "6859350577": "https://devtools-registry.s3.yandex.net/6859350577", + "6892341406": "https://devtools-registry.s3.yandex.net/6892341406", + "6892348074": "https://devtools-registry.s3.yandex.net/6892348074", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1147,6 +1149,8 @@ "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", + "6892341406": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6892348074": "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 ca23c6530e..8f9f9b83ca 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:6859341560) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892340424) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859340618) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892339701) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859343013) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892341406) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859339878) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892339194) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859342250) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892340947) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index 9e62a3aeee..215fd0097f 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:6859349354) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892347071) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859348596) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892346489) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859350577) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892348074) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859347658) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892345742) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859349912) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892347590) ENDIF() @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "cf4519ad31e0099e1c2860faac5e719b", + "md5": "2dc168a3aaf4ec96f956951525e36a17", "urls": [ - f"{REGISTRY_ENDPOINT}/6859345043" + f"{REGISTRY_ENDPOINT}/6892379666" ] }, "darwin-arm64": { - "md5": "d7e6a6ef21a73e912f4e280397eec4e3", + "md5": "d76d597fcf8bf09bff05b21c9d5e6e0f", "urls": [ - f"{REGISTRY_ENDPOINT}/6859344125" + f"{REGISTRY_ENDPOINT}/6892378821" ] }, "linux-aarch64": { - "md5": "fed650837513ee55891d3957de24e43d", + "md5": "7c0d5054bf02b83e10893dc5b754e038", "urls": [ - f"{REGISTRY_ENDPOINT}/6859343529" + f"{REGISTRY_ENDPOINT}/6892378087" ] }, "win32-clang-cl": { - "md5": "b368e2ede30fca079d62236aa2635f74", + "md5": "0af14f489d5da14d1becb98e5ddf9408", "urls": [ - f"{REGISTRY_ENDPOINT}/6859345754" + f"{REGISTRY_ENDPOINT}/6892380563" ] }, "linux": { - "md5": "94b1ae501d75b100934fb3166723f89f", + "md5": "124ceda651b91c93275b8c589301fd1e", "urls": [ - f"{REGISTRY_ENDPOINT}/6859346648" + f"{REGISTRY_ENDPOINT}/6892381380" ] } } |