diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-09-15 10:17:12 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-09-15 10:41:59 +0300 |
commit | d5fef28dab08e9d262cd5c95e77f45b18c4eea73 (patch) | |
tree | 4bbdd864452445fc6f653d5006608b50ed45eefd /build | |
parent | 652d8f52109599005eb4544cc0570987f5e605f8 (diff) | |
download | ydb-d5fef28dab08e9d262cd5c95e77f45b18c4eea73.tar.gz |
Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, test_tool3
From hash: [222d54bd7cfde268c4bdfde7e0d8806c13e552d0](https://a.yandex-team.ru/arcadia/commit/222d54bd7cfde268c4bdfde7e0d8806c13e552d0)
From revision: [12426935](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=236)
Flow triggered by user: [v-korovin](https://staff.yandex-team.ru/v-korovin)
Update tools: ya_bin3, os_ya, ya_bin, test_tool, test_tool3
Diffstat (limited to 'build')
-rw-r--r-- | build/mapping.conf.json | 8 | ||||
-rw-r--r-- | build/platform/test_tool/host.ya.make.inc | 20 |
2 files changed, 14 insertions, 14 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index 355761696b7..05f37b14d9b 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -52,8 +52,8 @@ "3968796477": "http://s3.mds.yandex.net/test-devtools-registry/3968796477", "3968796981": "http://s3.mds.yandex.net/test-devtools-registry/3968796981", "3968797636": "http://s3.mds.yandex.net/test-devtools-registry/3968797636", - "5067134447": "http://s3.mds.yandex.net/test-devtools-registry/5067134447", - "5067180809": "http://s3.mds.yandex.net/test-devtools-registry/5067180809", + "5087862479": "http://s3.mds.yandex.net/test-devtools-registry/5087862479", + "5087910205": "http://s3.mds.yandex.net/test-devtools-registry/5087910205", "4307890075": "http://s3.mds.yandex.net/test-devtools-registry/4307890075", "3833498694": "http://s3.mds.yandex.net/test-devtools-registry/3833498694", "4940640829": "http://s3.mds.yandex.net/test-devtools-registry/4940640829", @@ -137,8 +137,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", - "5067134447": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", - "5067180809": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", + "5087862479": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "5087910205": "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 005ca02f326..e94562b8a8f 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:5067132840) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5067178664) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5087859290) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5087905171) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5067132097) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5067177433) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5087857532) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5087903891) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5067134447) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5067180809) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5087862479) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5087910205) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5067131075) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5067176401) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5087856292) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5087902752) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5067133512) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5067179541) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5087861191) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5087907902) ENDIF() |