diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-09-21 11:25:06 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-09-21 12:10:15 +0300 |
commit | d611e37dbf9aed32c566d10c802e139a8fbbd397 (patch) | |
tree | 6c8128c0c793a69b505c3b9aa7b69fd9768bafda /build | |
parent | 1c9fbdf95beaf72a198a41b845d02366acf1dd84 (diff) | |
download | ydb-d611e37dbf9aed32c566d10c802e139a8fbbd397.tar.gz |
Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, test_tool3
From hash: [8d05e77edc53d102e2badab6d76d0e18d00aee56](https://a.yandex-team.ru/arcadia/commit/8d05e77edc53d102e2badab6d76d0e18d00aee56)
From revision: [12476737](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=241)
Flow triggered by user: [iaz1607](https://staff.yandex-team.ru/iaz1607)
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 1027b20330..48e18e2e06 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -52,8 +52,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", - "5114574109": "http://devtools-registry.s3.yandex.net/5114574109", - "5114599261": "http://devtools-registry.s3.yandex.net/5114599261", + "5120028520": "http://devtools-registry.s3.yandex.net/5120028520", + "5120024210": "http://devtools-registry.s3.yandex.net/5120024210", "4307890075": "http://devtools-registry.s3.yandex.net/4307890075", "3833498694": "http://devtools-registry.s3.yandex.net/3833498694", "4940640829": "http://devtools-registry.s3.yandex.net/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", - "5114574109": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", - "5114599261": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", + "5120028520": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "5120024210": "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 ed1eabc1d2..170d6aceff 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:5114573370) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5114598276) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5120026108) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5120022462) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5114573098) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5114597718) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5120025031) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5120021914) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5114574109) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5114599261) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5120028520) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5120024210) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5114572863) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5114597103) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5120024209) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5120021199) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5114573793) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5114598869) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5120027644) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5120023324) ENDIF() |