diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-04-03 08:02:56 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-04-03 08:10:51 +0300 |
commit | e2305ee33e2fd860e215bdba2530a9a18ef6464f (patch) | |
tree | df8e614adcead5e1b9e7ac9a48fefb14032e0116 /build | |
parent | b2757c05108f79864f9d510bf651389d5191ee75 (diff) | |
download | ydb-e2305ee33e2fd860e215bdba2530a9a18ef6464f.tar.gz |
Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, os_test_tool_3, test_tool3
From hash: [f7b3e4897d0b26b95587fa58f3f2febaec04d8ca](https://a.yandex-team.ru/arcadia/commit/f7b3e4897d0b26b95587fa58f3f2febaec04d8ca)
From revision: [13769975](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=377)
Flow triggered by user: [v-korovin](https://staff.yandex-team.ru/v-korovin)
Update tools: ya_bin3, ya_bin, os_ya, test_tool, os_test_tool_3, test_tool3
b919bcabf5e55dc633662d6b19d769c431fa0d00
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 24989eac34..d88e3876cc 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -174,6 +174,8 @@ "6076189274": "https://devtools-registry.s3.yandex.net/6076189274", "6095436985": "https://devtools-registry.s3.yandex.net/6095436985", "6095438622": "https://devtools-registry.s3.yandex.net/6095438622", + "6101882623": "https://devtools-registry.s3.yandex.net/6101882623", + "6101888639": "https://devtools-registry.s3.yandex.net/6101888639", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -588,6 +590,8 @@ "6076189274": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6095436985": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6095438622": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6101882623": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6101888639": "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 a7e302146b..5c08a611c7 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:6095435311) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6101880269) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6095434409) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6101879402) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6095436985) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6101882623) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6095433567) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6101878379) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6095435998) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6101881365) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index 44db9858d3..53ed9b91a7 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:6095436487) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6101887681) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6095435854) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6101887336) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6095438622) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6101888639) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6095435085) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6101887021) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6095437888) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6101888065) ENDIF() |