diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-11-30 11:47:42 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-11-30 12:23:32 +0300 |
commit | d45ca8681189e38fb470af62811bf6b2baf1fa94 (patch) | |
tree | 80158c1497dcbbfbbefeb5fe90fbb1c67103aa32 /build | |
parent | f0d92f5622194da36dd18b6e08f373958b8b6392 (diff) | |
download | ydb-d45ca8681189e38fb470af62811bf6b2baf1fa94.tar.gz |
Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, test_tool3
From hash: [6958b448df244fbaf2c8ea7b777a4b97f8174f09](https://a.yandex-team.ru/arcadia/commit/6958b448df244fbaf2c8ea7b777a4b97f8174f09)
From revision: [12991667](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=292)
Flow triggered by user: [prettyboy](https://staff.yandex-team.ru/prettyboy)
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 710a02b84e..b5b6066ef9 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -69,8 +69,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", - "5437210524": "http://devtools-registry.s3.yandex.net/5437210524", - "5437183640": "http://devtools-registry.s3.yandex.net/5437183640", + "5464114714": "http://devtools-registry.s3.yandex.net/5464114714", + "5464141088": "http://devtools-registry.s3.yandex.net/5464141088", "4307890075": "http://devtools-registry.s3.yandex.net/4307890075", "4307901240": "http://devtools-registry.s3.yandex.net/4307901240", "3833498694": "http://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", - "5437210524": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", - "5437183640": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", + "5464114714": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "5464141088": "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 69a0e4c36c..9e419238d2 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:5437209018) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5437182510) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5464112332) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5464136222) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5437208179) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5437181909) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5464110863) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5464133896) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5437210524) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5437183640) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5464114714) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5464141088) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5437207517) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5437181185) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5464109428) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5464125695) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5437209791) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5437183093) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5464113685) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5464138416) ENDIF() |