diff options
author | zhukoff-pavel <zhukoff-pavel@yandex-team.com> | 2024-12-16 14:06:56 +0300 |
---|---|---|
committer | zhukoff-pavel <zhukoff-pavel@yandex-team.com> | 2024-12-16 14:22:35 +0300 |
commit | 7514b45b489da1e853217adaa08478cb6dbae251 (patch) | |
tree | f5c8d5080cc8eae10a654ab3af4c650cbe15678b /build | |
parent | d9f1a5adb9cd89510a32565c368daf3d85a92e7e (diff) | |
download | ydb-7514b45b489da1e853217adaa08478cb6dbae251.tar.gz |
Revert commit rXXXXXX, Automatic release build for test_tool, ya_bin, os_ya, os_test_tool
commit_hash:fc6442f1fdc6e45821c0d02a061a4be26fee095b
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 aa17c3e2e4..d4964cd864 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -462,8 +462,6 @@ "7631728247": "https://devtools-registry.s3.yandex.net/7631728247", "7658393380": "https://devtools-registry.s3.yandex.net/7658393380", "7658438634": "https://devtools-registry.s3.yandex.net/7658438634", - "7670428642": "https://devtools-registry.s3.yandex.net/7670428642", - "7670445858": "https://devtools-registry.s3.yandex.net/7670445858", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1590,8 +1588,6 @@ "7631728247": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7658393380": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7658438634": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", - "7670428642": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", - "7670445858": "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 900ed37638..d32afd0792 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:7670444989) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658436923) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670444502) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658436110) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670445858) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658438634) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670443717) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658435304) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670445522) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658437694) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index 6d3f923ac2..f991eb4610 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:7670427631) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658391057) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670427348) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658389921) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670428642) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658393380) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670427060) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658388690) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7670428042) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7658392345) ENDIF() |