aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-ya-builder <robot-ya-builder@yandex-team.com>2024-11-18 11:29:36 +0300
committerrobot-ya-builder <robot-ya-builder@yandex-team.com>2024-11-18 11:43:42 +0300
commita04215d91c3179d9a5a0332e3b2c94feed8fbe3b (patch)
tree97b00b37aa9eef13a08a4c6640efe7a216d2c0e3
parentdeb489489bd4b56d74a20ab1df3475e6ac72a552 (diff)
downloadydb-a04215d91c3179d9a5a0332e3b2c94feed8fbe3b.tar.gz
Automatic release build for test_tool, ya_bin, os_ya, os_test_tool
From hash: [5ce8019253cdb971d1af36350e3efa3a4ec8545c](HIDDEN_URL From revision: [15327756](HIDDEN_URL [CI flow](HIDDEN_URL Flow triggered by user: [robot-ci](HIDDEN_URL Update tools: test_tool, ya_bin, os_ya, os_test_tool commit_hash:b16a23a4fef3ab23a671ddff7a7cbd4dfc1c21d1
-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 cd05baacfc..ddaa21cd2e 100644
--- a/build/mapping.conf.json
+++ b/build/mapping.conf.json
@@ -441,6 +441,8 @@
"7394624673": "https://devtools-registry.s3.yandex.net/7394624673",
"7434961084": "https://devtools-registry.s3.yandex.net/7434961084",
"7434972788": "https://devtools-registry.s3.yandex.net/7434972788",
+ "7480257071": "https://devtools-registry.s3.yandex.net/7480257071",
+ "7480276291": "https://devtools-registry.s3.yandex.net/7480276291",
"5486731632": "https://devtools-registry.s3.yandex.net/5486731632",
"5514350352": "https://devtools-registry.s3.yandex.net/5514350352",
"5514360398": "https://devtools-registry.s3.yandex.net/5514360398",
@@ -1477,6 +1479,8 @@
"7394624673": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"7434961084": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"7434972788": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
+ "7480257071": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
+ "7480276291": "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 71f2d099c2..f0c9109418 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:7434971818)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7480275076)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434971488)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7480274698)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434972788)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7480276291)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434971144)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7480273938)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434972214)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7480275651)
ENDIF()
diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc
index 84f018f84e..7428a8e346 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:7434960788)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7480256374)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434960498)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7480255951)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434961084)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7480257071)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434960371)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7480255328)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434960927)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7480256738)
ENDIF()
diff --git a/ya b/ya
index 5196a59d96..b593f81b65 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": "c309266e2c0bbc692d7dd4b8dfbff91a",
+ "md5": "30753e1e963294aea53e996de03fe594",
"urls": [
- f"{REGISTRY_ENDPOINT}/7434978420"
+ f"{REGISTRY_ENDPOINT}/7480268068"
]
},
"darwin-arm64": {
- "md5": "e9311e67eb075bb79ae08c739331ab3a",
+ "md5": "9840300edca2c0472f065b4381bf8514",
"urls": [
- f"{REGISTRY_ENDPOINT}/7434978147"
+ f"{REGISTRY_ENDPOINT}/7480267883"
]
},
"linux-aarch64": {
- "md5": "4b6a8b903f0519f48e4cb552aac95e8c",
+ "md5": "30e1cbcaa713ac733c213acd9d9b0c6c",
"urls": [
- f"{REGISTRY_ENDPOINT}/7434977880"
+ f"{REGISTRY_ENDPOINT}/7480267499"
]
},
"win32-clang-cl": {
- "md5": "8bfcf31a5ec26e455bb60a2edc32b850",
+ "md5": "e05b7f61829dd97d995411fb8d49bad7",
"urls": [
- f"{REGISTRY_ENDPOINT}/7434978783"
+ f"{REGISTRY_ENDPOINT}/7480268240"
]
},
"linux": {
- "md5": "38e015ab6e066d1b4534b21d25a28c79",
+ "md5": "a6139abb9c40c7a76b147f5bbde59bd3",
"urls": [
- f"{REGISTRY_ENDPOINT}/7434979108"
+ f"{REGISTRY_ENDPOINT}/7480268480"
]
}
}