diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2025-01-10 11:20:04 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2025-01-10 12:22:51 +0300 |
commit | 5c20e0857dcce24ffc495af63535d27e5010edc4 (patch) | |
tree | 9be85f3275c2729665798b6ec9113dc6bcc1e902 /build | |
parent | a2cb1d2101bfaf4f79beb3b8ea67d7d4bab64014 (diff) | |
download | ydb-5c20e0857dcce24ffc495af63535d27e5010edc4.tar.gz |
Automatic release build for test_tool, os_ya, ya_bin, os_test_tool
Update tools: test_tool, os_ya, ya_bin, os_test_tool
commit_hash:f1b6cb87f41aafd1da972691a0e49bc1bed358af
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 b6bd6a7930..375eadecf8 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -478,6 +478,8 @@ "7717387253": "https://devtools-registry.s3.yandex.net/7717387253", "7750415386": "https://devtools-registry.s3.yandex.net/7750415386", "7750425697": "https://devtools-registry.s3.yandex.net/7750425697", + "7798405477": "https://devtools-registry.s3.yandex.net/7798405477", + "7798431065": "https://devtools-registry.s3.yandex.net/7798431065", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1631,6 +1633,8 @@ "7717387253": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7750415386": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "7750425697": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "7798405477": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "7798431065": "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 36a9e3bd35..a8eaf39bf6 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:7750424052) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7798430074) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750422985) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7798429472) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750425697) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7798431065) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750421881) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7798428947) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750424913) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7798430628) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index cd7c6be19a..dfa7c54bfc 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:7750413507) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7798404906) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750412435) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7798404502) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750415386) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7798405477) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750411520) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7798404143) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7750414496) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7798405198) ENDIF() |