diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-03-28 11:14:25 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-03-28 11:28:56 +0300 |
commit | 03161f0329a98235e9eabfc3d0aa9ebb8469d704 (patch) | |
tree | 2aab7eefc81455e383d5ea899b65e91ccf7d3a59 /build | |
parent | 2de742ce97267f0469cf0c9bd384488c91442bce (diff) | |
download | ydb-03161f0329a98235e9eabfc3d0aa9ebb8469d704.tar.gz |
Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, os_test_tool_3, test_tool3
From hash: [715d184ce1132952f2c6ce8718b00c76cf89abca](https://a.yandex-team.ru/arcadia/commit/715d184ce1132952f2c6ce8718b00c76cf89abca)
From revision: [13730812](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=373)
Flow triggered by user: [v-korovin](https://staff.yandex-team.ru/v-korovin)
Update tools: ya_bin3, ya_bin, os_ya, test_tool, os_test_tool_3, test_tool3
c1873a1caa0587df3429d46ee974b91dabfa3cf6
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 1e53dd2f1e..7cb346ade5 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -163,6 +163,8 @@ "6033072818": "https://devtools-registry.s3.yandex.net/6033072818", "6052179215": "https://devtools-registry.s3.yandex.net/6052179215", "6052374369": "https://devtools-registry.s3.yandex.net/6052374369", + "6069658916": "https://devtools-registry.s3.yandex.net/6069658916", + "6069660536": "https://devtools-registry.s3.yandex.net/6069660536", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -550,6 +552,8 @@ "6033072818": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6052179215": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6052374369": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6069658916": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6069660536": "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 fdf84687f2..3024df6e02 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:6052371779) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6069657263) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6052370170) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6069656351) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6052374369) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6069658916) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6052369086) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6069655520) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6052372920) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6069658130) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index f28c64e58f..0121ab0c21 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:6052177415) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6069658980) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6052176424) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6069658372) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6052179215) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6069660536) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6052175367) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6069657596) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6052178311) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6069659674) ENDIF() |