diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-12-16 11:22:27 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-12-16 11:56:06 +0300 |
commit | 7827e4e464727d19606f6c95fa1ad4bf279aab5b (patch) | |
tree | 891bbb1911bd5b302d0cbfbae2aa67c5485632d7 /build | |
parent | 1cf043797ad3677c3d0a54f979f9276566f87e56 (diff) | |
download | ydb-7827e4e464727d19606f6c95fa1ad4bf279aab5b.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:084f4f0c650db1022f7ef44f839b6cb28b3c752d
Diffstat (limited to 'build')
-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 |
3 files changed, 14 insertions, 10 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index d4964cd864..aa17c3e2e4 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -462,6 +462,8 @@ "7631728247": "https://devtools-registry.s3.yandex.net/7631728247", "7658393380": "https://devtools-registry.s3.yandex.net/7658393380", "7658438634": "https://devtools-registry.s3.yandex.net/7658438634", + "7670428642": "https://devtools-registry.s3.yandex.net/7670428642", + "7670445858": "https://devtools-registry.s3.yandex.net/7670445858", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1588,6 +1590,8 @@ "7631728247": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7658393380": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7658438634": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "7670428642": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "7670445858": "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 d32afd0792..900ed37638 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:7658436923) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670444989) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658436110) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670444502) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658438634) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670445858) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658435304) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670443717) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658437694) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670445522) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index f991eb4610..6d3f923ac2 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:7658391057) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670427631) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658389921) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670427348) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658393380) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670428642) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658388690) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670427060) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658392345) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670428042) ENDIF() |