aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorrobot-ya-builder <robot-ya-builder@yandex-team.com>2023-11-14 11:01:20 +0300
committerrobot-ya-builder <robot-ya-builder@yandex-team.com>2023-11-14 17:56:56 +0300
commitda136496c2da030e427ad58efc385f85ca83bf32 (patch)
tree4ca5217035533b6d2f463a20b95f3852f2e8f043 /build
parentc2b2dfd9827a400a8495e172a56343462e3ceb82 (diff)
downloadydb-da136496c2da030e427ad58efc385f85ca83bf32.tar.gz
Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, test_tool3
From hash: [70d29faefbf9d2feae3ec861c049fb027834e6db](https://a.yandex-team.ru/arcadia/commit/70d29faefbf9d2feae3ec861c049fb027834e6db) From revision: [12885580](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=280) Flow triggered by user: [v-korovin](https://staff.yandex-team.ru/v-korovin) 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 95b78d2ac3..5d9d9a801f 100644
--- a/build/mapping.conf.json
+++ b/build/mapping.conf.json
@@ -63,8 +63,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",
- "5360700919": "http://devtools-registry.s3.yandex.net/5360700919",
- "5360699619": "http://devtools-registry.s3.yandex.net/5360699619",
+ "5386809135": "http://devtools-registry.s3.yandex.net/5386809135",
+ "5386759014": "http://devtools-registry.s3.yandex.net/5386759014",
"4307900052": "http://devtools-registry.s3.yandex.net/4307900052",
"4307900057": "http://devtools-registry.s3.yandex.net/4307900057",
"4307890075": "http://devtools-registry.s3.yandex.net/4307890075",
@@ -162,8 +162,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",
- "5360700919": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
- "5360699619": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
+ "5386809135": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
+ "5386759014": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
"4307900052": "flake8_linter for darwin",
"4307900057": "flake8_linter for darwin-arm64",
"4307890075": "flake8_linter for linux",
diff --git a/build/platform/test_tool/host.ya.make.inc b/build/platform/test_tool/host.ya.make.inc
index 41813a9459..c519f0f357 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:5360699648)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5360698288)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5386806256)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5386754279)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5360699112)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5360697535)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5386805280)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5386752133)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5360700919)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5360699619)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5386809135)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5386759014)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5360698627)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5360696765)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5386803981)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5386750030)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5360700342)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5360698968)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5386807476)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5386756543)
ENDIF()