diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-12-05 10:49:38 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-12-05 11:19:47 +0300 |
commit | 048b8ea15d508e14b4fa644c973ba8cd3c6ff771 (patch) | |
tree | 4d2940e43ad19fe60c40cd35e42404cb54e45457 /build | |
parent | 147cae18db4087d5cf7aebdf9a0c25fc46292155 (diff) | |
download | ydb-048b8ea15d508e14b4fa644c973ba8cd3c6ff771.tar.gz |
Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, test_tool3
From hash: [c717794c0e745e11ca2efb05cb7b897c03010274](https://a.yandex-team.ru/arcadia/commit/c717794c0e745e11ca2efb05cb7b897c03010274)
From revision: [13021561](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=295)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: ya_bin3, ya_bin, os_ya, 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 b8bf206bd7..1e59b51b53 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -69,8 +69,8 @@ "3968796477": "https://devtools-registry.s3.yandex.net/3968796477", "3968796981": "https://devtools-registry.s3.yandex.net/3968796981", "3968797636": "https://devtools-registry.s3.yandex.net/3968797636", - "5479425381": "https://devtools-registry.s3.yandex.net/5479425381", - "5479427611": "https://devtools-registry.s3.yandex.net/5479427611", + "5486713852": "https://devtools-registry.s3.yandex.net/5486713852", + "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "4307890075": "https://devtools-registry.s3.yandex.net/4307890075", "4307901240": "https://devtools-registry.s3.yandex.net/4307901240", "3833498694": "https://devtools-registry.s3.yandex.net/3833498694", @@ -161,8 +161,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", - "5479425381": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", - "5479427611": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", + "5486713852": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "5486731632": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", "4307890075": "flake8_linter for linux", "4307901240": "flake8_linter for linux-aarch64", "3833498694": "gdb 11.2 for osx_10.15_catalina", diff --git a/build/platform/test_tool/host.ya.make.inc b/build/platform/test_tool/host.ya.make.inc index c1ee4ec0d8..0c1380c290 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:5479425030) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5479427223) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5486712718) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5486730250) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5479424832) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5479427035) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5486712244) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5486729606) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5479425381) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5479427611) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5486713852) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5486731632) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5479424537) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5479426879) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5486711599) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5486728731) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5479425164) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5479427454) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5486713341) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5486731004) ENDIF() |