diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-12-13 11:14:13 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-12-13 11:29:44 +0300 |
commit | b643b0cb5b1a28996ce6ff18a3689d7af03f2e58 (patch) | |
tree | 427c9d976a5ed2d4ec2b7ed4735c93f5dc933d38 /build | |
parent | f4c82e083def38003630d0e606eb1d12c9c1445f (diff) | |
download | ydb-b643b0cb5b1a28996ce6ff18a3689d7af03f2e58.tar.gz |
Automatic release build for test_tool, os_ya, ya_bin, os_test_tool
Update tools: test_tool, os_ya, ya_bin, os_test_tool
commit_hash:db4f64852481cb3fcde219679e83900e4d9e3180
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 9b3d8563cd..55ff123747 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -460,6 +460,8 @@ "7621357676": "https://devtools-registry.s3.yandex.net/7621357676", "7631718068": "https://devtools-registry.s3.yandex.net/7631718068", "7631728247": "https://devtools-registry.s3.yandex.net/7631728247", + "7658393380": "https://devtools-registry.s3.yandex.net/7658393380", + "7658438634": "https://devtools-registry.s3.yandex.net/7658438634", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1573,6 +1575,8 @@ "7621357676": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7631718068": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "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", "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 37d79db5c9..d32afd0792 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:7631715970) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658436923) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631714701) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658436110) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631718068) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658438634) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631713717) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658435304) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631716956) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658437694) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index 93110dcee2..f991eb4610 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:7631725491) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658391057) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631724285) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658389921) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631728247) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658393380) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631723135) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658388690) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631726652) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658392345) ENDIF() |