aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-ya-builder <robot-ya-builder@yandex-team.com>2024-10-21 11:21:56 +0300
committerrobot-ya-builder <robot-ya-builder@yandex-team.com>2024-10-21 11:33:20 +0300
commit8813309e717473001aac423e5e3ce6510732ef49 (patch)
tree2eefd4c035df3d3f72689cedf60dc03fa84b6dfc
parent73a97f8c926a19e65e72d70448ffa34b7281f1bd (diff)
downloadydb-8813309e717473001aac423e5e3ce6510732ef49.tar.gz
Automatic release build for test_tool, ya_bin, os_ya, os_test_tool
From hash: [1efd96d04601c45d4d379ff72f1fc4883960a11d](HIDDEN_URL From revision: [15133324](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:45ab2b7d3082ec5d68b5dd41d8b9baa9d2f286e5
-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 8e5c674506..c527364b80 100644
--- a/build/mapping.conf.json
+++ b/build/mapping.conf.json
@@ -418,6 +418,8 @@
"7258655189": "https://devtools-registry.s3.yandex.net/7258655189",
"7268412397": "https://devtools-registry.s3.yandex.net/7268412397",
"7268415538": "https://devtools-registry.s3.yandex.net/7268415538",
+ "7303146160": "https://devtools-registry.s3.yandex.net/7303146160",
+ "7303155140": "https://devtools-registry.s3.yandex.net/7303155140",
"5486731632": "https://devtools-registry.s3.yandex.net/5486731632",
"5514350352": "https://devtools-registry.s3.yandex.net/5514350352",
"5514360398": "https://devtools-registry.s3.yandex.net/5514360398",
@@ -1358,6 +1360,8 @@
"7258655189": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"7268412397": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"7268415538": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
+ "7303146160": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
+ "7303155140": "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 33747e51fd..058b1a9d61 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:7268414015)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7303154871)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7268412855)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7303154594)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7268415538)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7303155140)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7268411722)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7303154435)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7268414733)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7303155023)
ENDIF()
diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc
index 5c8418f65d..0066d0c96f 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:7268408068)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7303145767)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7268405912)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7303145350)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7268412397)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7303146160)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7268404402)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7303145126)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7268410113)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7303145973)
ENDIF()
diff --git a/ya b/ya
index 7f9643fbd7..e919707cb8 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": "5297384a223a0ed1c98213d34a969f78",
+ "md5": "a5d56883364c50cc9cfe956ea123fe29",
"urls": [
- f"{REGISTRY_ENDPOINT}/7268433161"
+ f"{REGISTRY_ENDPOINT}/7303160249"
]
},
"darwin-arm64": {
- "md5": "cbc5c1d4622af0d0230795bae3e512fe",
+ "md5": "958f4a35e5f4aea32a2587eb5cf2fe44",
"urls": [
- f"{REGISTRY_ENDPOINT}/7268432517"
+ f"{REGISTRY_ENDPOINT}/7303159815"
]
},
"linux-aarch64": {
- "md5": "b6d28021b272e40508eff84be1812bb3",
+ "md5": "009365bb2ee328d5e55711b995855304",
"urls": [
- f"{REGISTRY_ENDPOINT}/7268431573"
+ f"{REGISTRY_ENDPOINT}/7303159260"
]
},
"win32-clang-cl": {
- "md5": "1db1f3100b6665aeed59df56c6b264df",
+ "md5": "a29c6a99b22e0cb2e3f8e54fc62fb5f2",
"urls": [
- f"{REGISTRY_ENDPOINT}/7268433632"
+ f"{REGISTRY_ENDPOINT}/7303160609"
]
},
"linux": {
- "md5": "6f81320770fa4fc857a93845b8f1eb46",
+ "md5": "6331f2b92f5c3db13d9cd544a7d517eb",
"urls": [
- f"{REGISTRY_ENDPOINT}/7268434247"
+ f"{REGISTRY_ENDPOINT}/7303160933"
]
}
}