diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-11-15 11:38:03 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-11-15 12:12:36 +0300 |
commit | ecdd35e2c7bf67b68a104f4c447678be5fa8e85d (patch) | |
tree | a38c23841d68b95daf205162ded37af900d5f366 /build | |
parent | f3553732373d554190878a620dafd5636d4d59c6 (diff) | |
download | ydb-ecdd35e2c7bf67b68a104f4c447678be5fa8e85d.tar.gz |
Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, test_tool3
From hash: [410fe0c5e221dbd1d294cc1ab13dd632a2468d14](https://a.yandex-team.ru/arcadia/commit/410fe0c5e221dbd1d294cc1ab13dd632a2468d14)
From revision: [12896226](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=282)
Flow triggered by user: [prettyboy](https://staff.yandex-team.ru/prettyboy)
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 95b78d2ac3..ad3965a93c 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -63,8 +63,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", - "5360700919": "http://devtools-registry.s3.yandex.net/5360700919", - "5360699619": "http://devtools-registry.s3.yandex.net/5360699619", + "5393476203": "http://devtools-registry.s3.yandex.net/5393476203", + "5393484817": "http://devtools-registry.s3.yandex.net/5393484817", "4307900052": "http://devtools-registry.s3.yandex.net/4307900052", "4307900057": "http://devtools-registry.s3.yandex.net/4307900057", "4307890075": "http://devtools-registry.s3.yandex.net/4307890075", @@ -162,8 +162,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", - "5360700919": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", - "5360699619": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", + "5393476203": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "5393484817": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", "4307900052": "flake8_linter for darwin", "4307900057": "flake8_linter for darwin-arm64", "4307890075": "flake8_linter for linux", diff --git a/build/platform/test_tool/host.ya.make.inc b/build/platform/test_tool/host.ya.make.inc index 41813a9459..61fdc80c2b 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:5360699648) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5360698288) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5393474478) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5393482562) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5360699112) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5360697535) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5393473424) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5393481720) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5360700919) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5360699619) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5393476203) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5393484817) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5360698627) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5360696765) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5393472588) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5393480944) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5360700342) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5360698968) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5393475476) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5393483867) ENDIF() |