diff options
author | v-korovin <v-korovin@yandex-team.com> | 2024-10-02 15:26:43 +0300 |
---|---|---|
committer | v-korovin <v-korovin@yandex-team.com> | 2024-10-02 15:39:03 +0300 |
commit | 82311f7f0b8b92bc63bf78335d77621726c9e449 (patch) | |
tree | 04a0a400e6e5bbb279e73230c888be81cdc9315d /build | |
parent | 91a4451afcbafd41dd6c49c0a7b6b1d701ab4c9c (diff) | |
download | ydb-82311f7f0b8b92bc63bf78335d77621726c9e449.tar.gz |
Revert commit rXXXXXX, Automatic release build for test_tool, os_ya, ya_bin, os_test_tool
commit_hash:1b1506c5637db39db0da6690c9e8481a1bc66b7a
Diffstat (limited to 'build')
-rw-r--r-- | build/mapping.conf.json | 4 | ||||
-rw-r--r-- | build/platform/test_tool/host.ya.make.inc | 10 | ||||
-rw-r--r-- | build/platform/test_tool/host_os.ya.make.inc | 10 |
3 files changed, 10 insertions, 14 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index 7d0d22ae2e..5b3d503ff7 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -400,8 +400,6 @@ "7083802536": "https://devtools-registry.s3.yandex.net/7083802536", "7120328912": "https://devtools-registry.s3.yandex.net/7120328912", "7120353733": "https://devtools-registry.s3.yandex.net/7120353733", - "7171156703": "https://devtools-registry.s3.yandex.net/7171156703", - "7171170069": "https://devtools-registry.s3.yandex.net/7171170069", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1303,8 +1301,6 @@ "7083802536": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7120328912": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7120353733": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", - "7171156703": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", - "7171170069": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "5486731632": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", "5514350352": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", "5514360398": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", diff --git a/build/platform/test_tool/host.ya.make.inc b/build/platform/test_tool/host.ya.make.inc index bfaa23c9c7..69a66014eb 100644 --- a/build/platform/test_tool/host.ya.make.inc +++ b/build/platform/test_tool/host.ya.make.inc @@ -1,12 +1,12 @@ IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171168461) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120352053) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171167386) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120351367) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171170069) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120353733) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171166397) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120350948) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171169193) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120352672) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index 5cedfeae20..f82b95639d 100644 --- a/build/platform/test_tool/host_os.ya.make.inc +++ b/build/platform/test_tool/host_os.ya.make.inc @@ -1,12 +1,12 @@ IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171155340) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120327883) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171154530) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120327375) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171156703) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120328912) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171153757) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120326904) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7171155976) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120328512) ENDIF() |