diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2025-01-20 11:23:26 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2025-01-20 11:42:05 +0300 |
commit | c345883bbb07a2f0e3c4c4fbb75b9e468627e834 (patch) | |
tree | 48bdc2d4b6ba9fe328f0afb9ee816f4fbc5f94d8 /build | |
parent | e14e91a6108532ece219662013d91892825fdaab (diff) | |
download | ydb-c345883bbb07a2f0e3c4c4fbb75b9e468627e834.tar.gz |
Automatic release build for test_tool, ya_bin, os_ya, os_test_tool
Update tools: test_tool, ya_bin, os_ya, os_test_tool
commit_hash:903a091c728e9b7a1c102b996ad1ee7a3a0bb42f
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, 14 insertions, 10 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index 95cdb4ed8a..1d323b752d 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -486,6 +486,8 @@ "7827481464": "https://devtools-registry.s3.yandex.net/7827481464", "7842973241": "https://devtools-registry.s3.yandex.net/7842973241", "7842994658": "https://devtools-registry.s3.yandex.net/7842994658", + "7854642100": "https://devtools-registry.s3.yandex.net/7854642100", + "7854653248": "https://devtools-registry.s3.yandex.net/7854653248", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1673,6 +1675,8 @@ "7827481464": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7842973241": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7842994658": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "7854642100": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "7854653248": "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 a999b28429..f1f0ab0c4a 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:7842993506) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7854652424) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842992801) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7854652072) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842994658) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7854653248) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842992357) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7854651821) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842994147) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7854652753) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index 7535988b98..211c0d9bf0 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:7842972207) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7854641416) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842971762) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7854641117) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842973241) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7854642100) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842971279) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7854640876) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7842972751) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7854641896) ENDIF() |