diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-10-09 08:59:28 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-10-09 09:25:35 +0300 |
commit | c58eed762e1011c73f049d8822811cc2125ecf8f (patch) | |
tree | 12099d11aa4a0877803d39e9eb4e53ca074f7a83 /build | |
parent | 20b31868a936eceda7d5271d1b604ad8bdb5388c (diff) | |
download | ydb-c58eed762e1011c73f049d8822811cc2125ecf8f.tar.gz |
Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, test_tool3
From hash: [3586848a7aecb54438f0d8534f1a4bab69de4402](https://a.yandex-team.ru/arcadia/commit/3586848a7aecb54438f0d8534f1a4bab69de4402)
From revision: [12615430](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=255)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
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 27165a763a..591bffbd2c 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -80,8 +80,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", - "5201604530": "http://devtools-registry.s3.yandex.net/5201604530", - "5201624090": "http://devtools-registry.s3.yandex.net/5201624090", + "5211973300": "http://devtools-registry.s3.yandex.net/5211973300", + "5211979759": "http://devtools-registry.s3.yandex.net/5211979759", "4307890075": "http://devtools-registry.s3.yandex.net/4307890075", "3833498694": "http://devtools-registry.s3.yandex.net/3833498694", "4940640829": "http://devtools-registry.s3.yandex.net/4940640829", @@ -192,8 +192,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", - "5201604530": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", - "5201624090": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", + "5211973300": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "5211979759": "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 2a15161aac..90b4593dff 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:5201601328) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5201621808) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5211972961) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5211979209) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5201599876) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5201620309) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5211972743) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5211978813) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5201604530) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5201624090) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5211973300) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5211979759) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5201597881) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5201619125) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5211972486) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5211978625) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5201602689) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5201622964) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5211973082) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5211979499) ENDIF() |