aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorrobot-ya-builder <robot-ya-builder@yandex-team.com>2024-12-27 11:14:51 +0300
committerrobot-ya-builder <robot-ya-builder@yandex-team.com>2024-12-27 11:34:07 +0300
commit9254c9cd6a331e717fdbeb43fe1d9b2fe680d426 (patch)
treec64b648a88f649a4bae536ad62107f535428a330 /build
parenta472cb8a8fac0b378bbdcc1ae9a8b3314c78686e (diff)
downloadydb-9254c9cd6a331e717fdbeb43fe1d9b2fe680d426.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:175a7f2219daf8495b0967d6e68048f057213904
Diffstat (limited to 'build')
-rw-r--r--build/mapping.conf.json4
-rw-r--r--build/platform/test_tool/host.ya.make.inc10
-rw-r--r--build/platform/test_tool/host_os.ya.make.inc10
3 files changed, 14 insertions, 10 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json
index f3743e8100..9f48ab5bbb 100644
--- a/build/mapping.conf.json
+++ b/build/mapping.conf.json
@@ -468,6 +468,8 @@
"7706227677": "https://devtools-registry.s3.yandex.net/7706227677",
"7717368273": "https://devtools-registry.s3.yandex.net/7717368273",
"7717387253": "https://devtools-registry.s3.yandex.net/7717387253",
+ "7750415386": "https://devtools-registry.s3.yandex.net/7750415386",
+ "7750425697": "https://devtools-registry.s3.yandex.net/7750425697",
"5486731632": "https://devtools-registry.s3.yandex.net/5486731632",
"5514350352": "https://devtools-registry.s3.yandex.net/5514350352",
"5514360398": "https://devtools-registry.s3.yandex.net/5514360398",
@@ -1609,6 +1611,8 @@
"7706227677": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"7717368273": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"7717387253": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
+ "7750415386": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
+ "7750425697": "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 bddbceb567..36a9e3bd35 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:7717386600)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750424052)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717386279)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750422985)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717387253)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750425697)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717386028)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750421881)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717387014)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750424913)
ENDIF()
diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc
index e2c3ebc4b5..cd7c6be19a 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:7717367660)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750413507)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717367448)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750412435)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717368273)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750415386)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717367154)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750411520)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7717367994)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750414496)
ENDIF()