diff options
author | prettyboy <prettyboy@yandex-team.com> | 2023-11-15 12:28:14 +0300 |
---|---|---|
committer | prettyboy <prettyboy@yandex-team.com> | 2023-11-15 13:05:11 +0300 |
commit | 5f454a52a66263da419300858c1aca4cb1c7271e (patch) | |
tree | 702437f2948d78d873caaf808421b88d73f9f7e9 /build | |
parent | ecdd35e2c7bf67b68a104f4c447678be5fa8e85d (diff) | |
download | ydb-5f454a52a66263da419300858c1aca4cb1c7271e.tar.gz |
Revert commit rXXXXXX, Automatic release build for 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 ad3965a93c..95b78d2ac3 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", - "5393476203": "http://devtools-registry.s3.yandex.net/5393476203", - "5393484817": "http://devtools-registry.s3.yandex.net/5393484817", + "5360700919": "http://devtools-registry.s3.yandex.net/5360700919", + "5360699619": "http://devtools-registry.s3.yandex.net/5360699619", "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", - "5393476203": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", - "5393484817": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", + "5360700919": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "5360699619": "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 61fdc80c2b..41813a9459 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:5393474478) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5393482562) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5360699648) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5360698288) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5393473424) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5393481720) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5360699112) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5360697535) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5393476203) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5393484817) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5360700919) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5360699619) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5393472588) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5393480944) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5360698627) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5360696765) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5393475476) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5393483867) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5360700342) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5360698968) ENDIF() |