aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-ya-builder <robot-ya-builder@yandex-team.com>2024-12-06 11:15:54 +0300
committerrobot-ya-builder <robot-ya-builder@yandex-team.com>2024-12-06 11:37:02 +0300
commita38e118c8c78f5d85bdc381bb2f1f39afd76c2ff (patch)
treeafe403ff1c83d6a34b651db37cd92a3852936a42
parenta9a242a672a2503dfab1821a2952289b758649f2 (diff)
downloadydb-a38e118c8c78f5d85bdc381bb2f1f39afd76c2ff.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:57039830624f572874e0d3f5a26b42cea2f5dcbc
-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 8033f8ee0e5..2d142f27e57 100644
--- a/build/mapping.conf.json
+++ b/build/mapping.conf.json
@@ -454,6 +454,8 @@
"7573699373": "https://devtools-registry.s3.yandex.net/7573699373",
"7583770400": "https://devtools-registry.s3.yandex.net/7583770400",
"7583796922": "https://devtools-registry.s3.yandex.net/7583796922",
+ "7608331254": "https://devtools-registry.s3.yandex.net/7608331254",
+ "7608382698": "https://devtools-registry.s3.yandex.net/7608382698",
"5486731632": "https://devtools-registry.s3.yandex.net/5486731632",
"5514350352": "https://devtools-registry.s3.yandex.net/5514350352",
"5514360398": "https://devtools-registry.s3.yandex.net/5514360398",
@@ -1540,6 +1542,8 @@
"7573699373": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"7583770400": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"7583796922": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
+ "7608331254": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
+ "7608382698": "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 602796be0ce..075511b168a 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:7583795377)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608376902)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7583794669)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608372217)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7583796922)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608382698)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7583793912)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608370825)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7583796223)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608380805)
ENDIF()
diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc
index a9519e7f16d..2479a3ea28e 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:7583768593)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608329338)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7583768155)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608328381)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7583770400)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608331254)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7583767642)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608327198)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7583769535)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7608330324)
ENDIF()
diff --git a/ya b/ya
index dbbfea17ab9..db0a89b5e92 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": "a687a4d985d687cc4ee6dda7f2b85865",
+ "md5": "28f5c3bd8f5ce8885ad23a41131c0809",
"urls": [
- f"{REGISTRY_ENDPOINT}/7583795678"
+ f"{REGISTRY_ENDPOINT}/7608371966"
]
},
"darwin-arm64": {
- "md5": "3e849d64bff9b0addd51df7dcba4104e",
+ "md5": "8abb919f2531ec56c1478710a66e73c7",
"urls": [
- f"{REGISTRY_ENDPOINT}/7583794836"
+ f"{REGISTRY_ENDPOINT}/7608371359"
]
},
"linux-aarch64": {
- "md5": "7612fb6efb0677fe6c16676edfdf8e88",
+ "md5": "c7de929a864fad8d4c0d43f641b5dbdd",
"urls": [
- f"{REGISTRY_ENDPOINT}/7583793919"
+ f"{REGISTRY_ENDPOINT}/7608370722"
]
},
"win32-clang-cl": {
- "md5": "f4c08a6c8a37389d216d95ac004b8a6d",
+ "md5": "f5d74a921f7c6e1819f6954d69c3b16c",
"urls": [
- f"{REGISTRY_ENDPOINT}/7583796797"
+ f"{REGISTRY_ENDPOINT}/7608372971"
]
},
"linux": {
- "md5": "6a4632c0ddc5f5d8dfe2fd9057381bab",
+ "md5": "2b17a54cea5f7cac0db5926b95d14b76",
"urls": [
- f"{REGISTRY_ENDPOINT}/7583798025"
+ f"{REGISTRY_ENDPOINT}/7608373807"
]
}
}