aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-ya-builder <robot-ya-builder@yandex-team.com>2024-12-10 12:32:59 +0300
committerrobot-ya-builder <robot-ya-builder@yandex-team.com>2024-12-10 14:01:28 +0300
commit1fd7d34d96a347197477d4eb34cbb2823c16066c (patch)
tree6565b190c79eb91d74eb64230b00e312a379c67f
parentcb7ead13d2f8a55cfd83d76ade6f809a5487f8a3 (diff)
downloadydb-1fd7d34d96a347197477d4eb34cbb2823c16066c.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:1d3f0583f2bb01dca4cc7f8974e7e0e1bc2ce9d6
-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 7232ee59b1..3faafb1225 100644
--- a/build/mapping.conf.json
+++ b/build/mapping.conf.json
@@ -458,6 +458,8 @@
"7608382698": "https://devtools-registry.s3.yandex.net/7608382698",
"7621347235": "https://devtools-registry.s3.yandex.net/7621347235",
"7621357676": "https://devtools-registry.s3.yandex.net/7621357676",
+ "7631718068": "https://devtools-registry.s3.yandex.net/7631718068",
+ "7631728247": "https://devtools-registry.s3.yandex.net/7631728247",
"5486731632": "https://devtools-registry.s3.yandex.net/5486731632",
"5514350352": "https://devtools-registry.s3.yandex.net/5514350352",
"5514360398": "https://devtools-registry.s3.yandex.net/5514360398",
@@ -1553,6 +1555,8 @@
"7608382698": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"7621347235": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"7621357676": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
+ "7631718068": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
+ "7631728247": "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 d1870892ea..37d79db5c9 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:7621356639)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631715970)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621356288)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631714701)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621357676)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631718068)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621355902)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631713717)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621357026)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631716956)
ENDIF()
diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc
index 7e16220c71..93110dcee2 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:7621346283)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631725491)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621345922)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631724285)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621347235)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631728247)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621345505)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631723135)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7621346894)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7631726652)
ENDIF()
diff --git a/ya b/ya
index 66343f2c69..77cba566d4 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": "1604062310476df6ddad5959432a77c4",
+ "md5": "2681da06d5efed12b75718f2458aae68",
"urls": [
- f"{REGISTRY_ENDPOINT}/7621374748"
+ f"{REGISTRY_ENDPOINT}/7631719535"
]
},
"darwin-arm64": {
- "md5": "e7ad8c14b183db925b355e3402a1b571",
+ "md5": "81ac4dc49f0dffdba0ba9ea0b13a77c5",
"urls": [
- f"{REGISTRY_ENDPOINT}/7621374003"
+ f"{REGISTRY_ENDPOINT}/7631718357"
]
},
"linux-aarch64": {
- "md5": "f121467f2042456e2c088e62f2be89ae",
+ "md5": "5103f6a6d9571ef9315666b4f068992d",
"urls": [
- f"{REGISTRY_ENDPOINT}/7621373413"
+ f"{REGISTRY_ENDPOINT}/7631717025"
]
},
"win32-clang-cl": {
- "md5": "b95bd558fd10bdb10838634701cccadf",
+ "md5": "27d458347a8bdbc1a2f0dd382fda9ddf",
"urls": [
- f"{REGISTRY_ENDPOINT}/7621375066"
+ f"{REGISTRY_ENDPOINT}/7631721020"
]
},
"linux": {
- "md5": "90a87ec1b4e76856214ad687fddf6051",
+ "md5": "457ca1c08df27589ed0ead9002a7ef20",
"urls": [
- f"{REGISTRY_ENDPOINT}/7621375326"
+ f"{REGISTRY_ENDPOINT}/7631722496"
]
}
}