diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-09-04 10:05:38 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-09-04 10:20:50 +0300 |
commit | 8fa28069a0e0a851dfc38515dad79a7fd086d92b (patch) | |
tree | a66648a7f68f9e2168a1afaeea3e386e57c32c3c | |
parent | 31d385aefad0d8c21f3b36f304cb447757dab030 (diff) | |
download | ydb-8fa28069a0e0a851dfc38515dad79a7fd086d92b.tar.gz |
Automatic release build for test_tool, ya_bin, os_ya, os_test_tool
From hash: [7b095560c536e1d8ff08551faa7aeadcc6b43caa](https://a.yandex-team.ru/arcadia/commit/7b095560c536e1d8ff08551faa7aeadcc6b43caa)
From revision: [14783601](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=470)
Flow triggered by user: [zhukoff-pavel](https://staff.yandex-team.ru/zhukoff-pavel)
Update tools: test_tool, ya_bin, os_ya, os_test_tool
2f4eb99df3ac9511890a13920e27dfed91ec3932
-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 72ffad598e..a2562ea0b7 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -381,6 +381,8 @@ "6892348074": "https://devtools-registry.s3.yandex.net/6892348074", "6924868447": "https://devtools-registry.s3.yandex.net/6924868447", "6924868767": "https://devtools-registry.s3.yandex.net/6924868767", + "7000556602": "https://devtools-registry.s3.yandex.net/7000556602", + "7000559763": "https://devtools-registry.s3.yandex.net/7000559763", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1216,6 +1218,8 @@ "6892348074": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6924868447": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6924868767": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "7000556602": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "7000559763": "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 a5e46de182..46f69f034f 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:6924866298) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7000557899) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6924865372) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7000557002) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6924868767) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7000559763) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6924864489) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7000556408) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6924867240) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7000558863) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index c07f7d9e97..613971108b 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:6924866817) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7000555716) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6924866115) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7000555346) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6924868447) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7000556602) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6924865342) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7000554860) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6924867637) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7000556186) ENDIF() @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "77bf5f02119379836215cf304a6b24f3", + "md5": "2e11485f245cb08f3e3732542c0d8886", "urls": [ - f"{REGISTRY_ENDPOINT}/6924896924" + f"{REGISTRY_ENDPOINT}/7000586843" ] }, "darwin-arm64": { - "md5": "45e5eecad032d1346e4b7e6fea6141bf", + "md5": "79807566364c71397ea1777f60bd147e", "urls": [ - f"{REGISTRY_ENDPOINT}/6924896354" + f"{REGISTRY_ENDPOINT}/7000585718" ] }, "linux-aarch64": { - "md5": "46a9eae28baa99e94128fa3ffba00f93", + "md5": "e3976f38b0ea283666645d643206ffff", "urls": [ - f"{REGISTRY_ENDPOINT}/6924895559" + f"{REGISTRY_ENDPOINT}/7000584572" ] }, "win32-clang-cl": { - "md5": "0fbed021b99b832d539f05edb8f3038c", + "md5": "682f5df3801cd93a20edec23555d6a35", "urls": [ - f"{REGISTRY_ENDPOINT}/6924897663" + f"{REGISTRY_ENDPOINT}/7000588090" ] }, "linux": { - "md5": "021f6548d4dbe1387eb0981505473f1e", + "md5": "a7c0892ae2214a7b90fbf1e7eac2197b", "urls": [ - f"{REGISTRY_ENDPOINT}/6924898922" + f"{REGISTRY_ENDPOINT}/7000589502" ] } } |