diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2025-01-30 11:05:08 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2025-01-30 11:43:24 +0300 |
commit | 1f30505d5b811cf41e718bbaac518b310a1f2b9f (patch) | |
tree | 61b2a55ee9348b36cf48c7c98833fe1a72d975a9 /build | |
parent | 63389c48bc8b9423279edaea502967abc8126bbc (diff) | |
download | ydb-1f30505d5b811cf41e718bbaac518b310a1f2b9f.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:8390c40136df6004e96b61d4c62a24026de175c7
Diffstat (limited to 'build')
-rw-r--r-- | build/mapping.conf.json | 2 | ||||
-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, 12 insertions, 10 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index ab231af6ac..a844852a43 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -490,6 +490,7 @@ "7854642100": "https://devtools-registry.s3.yandex.net/7854642100", "7854653248": "https://devtools-registry.s3.yandex.net/7854653248", "7903404398": "https://devtools-registry.s3.yandex.net/7903404398", + "7914217459": "https://devtools-registry.s3.yandex.net/7914217459", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1700,6 +1701,7 @@ "7854642100": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7854653248": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7903404398": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "7914217459": "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 ca7767d8fe..0d02b608b6 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:7903418039) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914244334) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7903417797) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914243379) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7903418874) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914245698) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7903417306) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914242140) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7903418465) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914244981) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index 7a7b8fe527..2062e90512 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:7903403896) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914215842) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7903403512) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914215284) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7903404398) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914217459) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7903403307) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914214265) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7903404233) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914216562) ENDIF() |