diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-12-10 12:32:59 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-12-10 14:01:28 +0300 |
commit | 1fd7d34d96a347197477d4eb34cbb2823c16066c (patch) | |
tree | 6565b190c79eb91d74eb64230b00e312a379c67f /build | |
parent | cb7ead13d2f8a55cfd83d76ade6f809a5487f8a3 (diff) | |
download | ydb-1fd7d34d96a347197477d4eb34cbb2823c16066c.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:1d3f0583f2bb01dca4cc7f8974e7e0e1bc2ce9d6
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 7232ee59b1..3faafb1225 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -458,6 +458,8 @@ "7608382698": "https://devtools-registry.s3.yandex.net/7608382698", "7621347235": "https://devtools-registry.s3.yandex.net/7621347235", "7621357676": "https://devtools-registry.s3.yandex.net/7621357676", + "7631718068": "https://devtools-registry.s3.yandex.net/7631718068", + "7631728247": "https://devtools-registry.s3.yandex.net/7631728247", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1553,6 +1555,8 @@ "7608382698": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7621347235": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "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", "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 d1870892ea..37d79db5c9 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:7621356639) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631715970) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621356288) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631714701) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621357676) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631718068) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621355902) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631713717) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621357026) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631716956) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index 7e16220c71..93110dcee2 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:7621346283) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631725491) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621345922) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631724285) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621347235) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631728247) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621345505) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631723135) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621346894) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631726652) ENDIF() |