aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-ya-builder <robot-ya-builder@yandex-team.com>2024-10-28 11:19:58 +0300
committerrobot-ya-builder <robot-ya-builder@yandex-team.com>2024-10-28 11:38:16 +0300
commitd529a9a30237f102b2ea509bc26d1ed04886a6c9 (patch)
tree75bdcdc0fcb0f96fe9ca51e3471a045d92c99a2c
parentc8be30cac94b3cf035a99c8881e6588ce0304787 (diff)
downloadydb-d529a9a30237f102b2ea509bc26d1ed04886a6c9.tar.gz
Automatic release build for test_tool, os_ya, ya_bin, os_test_tool
From hash: [9cfee9dc7d966db17e7176c80ff46821477b827f](HIDDEN_URL From revision: [15181883](HIDDEN_URL [CI flow](HIDDEN_URL Flow triggered by user: [robot-ci](HIDDEN_URL Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:35ebc8dfddedc31b9af0661e555f8be56ddcec75
-rw-r--r--build/mapping.conf.json4
-rw-r--r--build/platform/test_tool/host.ya.make.inc10
-rw-r--r--build/platform/test_tool/host_os.ya.make.inc10
-rwxr-xr-xya20
4 files changed, 24 insertions, 20 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json
index a21bf54c35..2f050bf559 100644
--- a/build/mapping.conf.json
+++ b/build/mapping.conf.json
@@ -422,6 +422,8 @@
"7313006036": "https://devtools-registry.s3.yandex.net/7313006036",
"7328789439": "https://devtools-registry.s3.yandex.net/7328789439",
"7328798659": "https://devtools-registry.s3.yandex.net/7328798659",
+ "7347465174": "https://devtools-registry.s3.yandex.net/7347465174",
+ "7347467510": "https://devtools-registry.s3.yandex.net/7347467510",
"5486731632": "https://devtools-registry.s3.yandex.net/5486731632",
"5514350352": "https://devtools-registry.s3.yandex.net/5514350352",
"5514360398": "https://devtools-registry.s3.yandex.net/5514360398",
@@ -1376,6 +1378,8 @@
"7313006036": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"7328789439": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"7328798659": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
+ "7347465174": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
+ "7347467510": "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 9395cb53cc..57f40b0903 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:7328787806)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7347466790)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328787249)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7347466501)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328789439)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7347467510)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328786722)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7347466127)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328788415)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7347467244)
ENDIF()
diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc
index 806462b9b5..5b2f6a58fa 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:7328796744)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7347464693)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328796008)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7347464406)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328798659)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7347465174)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328795244)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7347464141)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328797856)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7347464906)
ENDIF()
diff --git a/ya b/ya
index acdca51189..a1d28cca51 100755
--- a/ya
+++ b/ya
@@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg
PLATFORM_MAP = {
"data": {
"darwin": {
- "md5": "fca0430b597f29e2a3f32efb0fffc342",
+ "md5": "d498a32a83ebc284d4a0ac76a8464dff",
"urls": [
- f"{REGISTRY_ENDPOINT}/7328784265"
+ f"{REGISTRY_ENDPOINT}/7347470247"
]
},
"darwin-arm64": {
- "md5": "c530045fe4ed6a2160e5ddc95ee85f45",
+ "md5": "2b48dd9abef31c0264e91fbbb6ae0f03",
"urls": [
- f"{REGISTRY_ENDPOINT}/7328783738"
+ f"{REGISTRY_ENDPOINT}/7347470076"
]
},
"linux-aarch64": {
- "md5": "1629081f2280b654e6ce41a23cc42de8",
+ "md5": "d7c5fe0de17fbdf04e60fa9632b9307a",
"urls": [
- f"{REGISTRY_ENDPOINT}/7328782982"
+ f"{REGISTRY_ENDPOINT}/7347469784"
]
},
"win32-clang-cl": {
- "md5": "cd586119666f807d7771a5a9b5446e6f",
+ "md5": "5dd786fda8f01aab8299e56d0e1d6648",
"urls": [
- f"{REGISTRY_ENDPOINT}/7328784805"
+ f"{REGISTRY_ENDPOINT}/7347470608"
]
},
"linux": {
- "md5": "24a62251cfe13a05ec0a43cb24eedf50",
+ "md5": "f2352809e245f2d7d753b2391ad15c43",
"urls": [
- f"{REGISTRY_ENDPOINT}/7328785652"
+ f"{REGISTRY_ENDPOINT}/7347471000"
]
}
}