aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorrobot-ya-builder <robot-ya-builder@yandex-team.com>2023-09-27 10:29:17 +0300
committerrobot-ya-builder <robot-ya-builder@yandex-team.com>2023-09-27 10:51:00 +0300
commitbe1349755e7a86e84c9ad32a8254e52e91807ced (patch)
tree2321eb5f6b46462d1a328fdd844de476f625f90e /build
parentd6b6299558baad3055fb6e35b1f72ec5bf6e123c (diff)
downloadydb-be1349755e7a86e84c9ad32a8254e52e91807ced.tar.gz
Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, test_tool3
From hash: [7dade422d3e66298205cbb575543c1689f2884ab](https://a.yandex-team.ru/arcadia/commit/7dade422d3e66298205cbb575543c1689f2884ab) From revision: [12524414](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=247) Flow triggered by user: [zhukoff-pavel](https://staff.yandex-team.ru/zhukoff-pavel) Update tools: ya_bin3, ya_bin, os_ya, test_tool, test_tool3
Diffstat (limited to 'build')
-rw-r--r--build/mapping.conf.json8
-rw-r--r--build/platform/test_tool/host.ya.make.inc20
2 files changed, 14 insertions, 14 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json
index ed2a409fcd3..926fd12d4fa 100644
--- a/build/mapping.conf.json
+++ b/build/mapping.conf.json
@@ -56,8 +56,8 @@
"3968796477": "http://devtools-registry.s3.yandex.net/3968796477",
"3968796981": "http://devtools-registry.s3.yandex.net/3968796981",
"3968797636": "http://devtools-registry.s3.yandex.net/3968797636",
- "5135871574": "http://devtools-registry.s3.yandex.net/5135871574",
- "5135867795": "http://devtools-registry.s3.yandex.net/5135867795",
+ "5151493748": "http://devtools-registry.s3.yandex.net/5151493748",
+ "5151554537": "http://devtools-registry.s3.yandex.net/5151554537",
"4307890075": "http://devtools-registry.s3.yandex.net/4307890075",
"3833498694": "http://devtools-registry.s3.yandex.net/3833498694",
"4940640829": "http://devtools-registry.s3.yandex.net/4940640829",
@@ -145,8 +145,8 @@
"3968796477": "devtools/ya/test/programs/flake8/py3/flake8 for linux-aarch64",
"3968796981": "devtools/ya/test/programs/flake8/py3/flake8 for linux-ppc64le",
"3968797636": "devtools/ya/test/programs/flake8/py3/flake8 for win32",
- "5135871574": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
- "5135867795": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
+ "5151493748": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
+ "5151554537": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
"4307890075": "flake8_linter for linux",
"3833498694": "gdb 11.2 for osx_10.15_catalina",
"4940640829": "gdb for linux-aarch64",
diff --git a/build/platform/test_tool/host.ya.make.inc b/build/platform/test_tool/host.ya.make.inc
index b50c8da1de0..f12078c9a3d 100644
--- a/build/platform/test_tool/host.ya.make.inc
+++ b/build/platform/test_tool/host.ya.make.inc
@@ -1,17 +1,17 @@
IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5135870549)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5135866903)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5151489433)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5151551576)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5135870284)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5135866535)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5151487686)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5151550038)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5135871574)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5135867795)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5151493748)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5151554537)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5135869823)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5135866208)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5151485962)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5151547949)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5135871028)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5135867408)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5151491454)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5151553527)
ENDIF()