aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-ya-builder <robot-ya-builder@yandex-team.com>2024-10-24 10:50:57 +0300
committerrobot-ya-builder <robot-ya-builder@yandex-team.com>2024-10-24 11:03:01 +0300
commitfba670c06e2d0b4b3274e4afcc2daeaf04e78380 (patch)
tree19935f283e589658de5527602a43708e2aa97af4
parent0efe55a3b26a4009b17016c04b16c0cccb3c8354 (diff)
downloadydb-fba670c06e2d0b4b3274e4afcc2daeaf04e78380.tar.gz
Automatic release build for test_tool, os_ya, ya_bin, os_test_tool
From hash: [8290c16c580ada4bd79f5d122b325442c4f1e825](HIDDEN_URL From revision: [15162223](HIDDEN_URL [CI flow](HIDDEN_URL Flow triggered by user: [zhukoff-pavel](HIDDEN_URL Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:c13a5e7cc506393f663b24b9a797f48bee002a24
-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 57a9890742..44d970c164 100644
--- a/build/mapping.conf.json
+++ b/build/mapping.conf.json
@@ -420,6 +420,8 @@
"7268415538": "https://devtools-registry.s3.yandex.net/7268415538",
"7312971312": "https://devtools-registry.s3.yandex.net/7312971312",
"7313006036": "https://devtools-registry.s3.yandex.net/7313006036",
+ "7328789439": "https://devtools-registry.s3.yandex.net/7328789439",
+ "7328798659": "https://devtools-registry.s3.yandex.net/7328798659",
"5486731632": "https://devtools-registry.s3.yandex.net/5486731632",
"5514350352": "https://devtools-registry.s3.yandex.net/5514350352",
"5514360398": "https://devtools-registry.s3.yandex.net/5514360398",
@@ -1367,6 +1369,8 @@
"7268415538": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"7312971312": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"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",
"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 f94d2262db..9395cb53cc 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:7313004586)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328787806)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7313003920)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328787249)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7313006036)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328789439)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7313003303)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328786722)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7313005335)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328788415)
ENDIF()
diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc
index 2ec4aea055..806462b9b5 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:7312969178)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328796744)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7312968224)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328796008)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7312971312)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328798659)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7312967290)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328795244)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7312970148)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7328797856)
ENDIF()
diff --git a/ya b/ya
index 53ce5832ac..acdca51189 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": "232717ee2b9818a11a3afb246f7a8fd4",
+ "md5": "fca0430b597f29e2a3f32efb0fffc342",
"urls": [
- f"{REGISTRY_ENDPOINT}/7312987674"
+ f"{REGISTRY_ENDPOINT}/7328784265"
]
},
"darwin-arm64": {
- "md5": "35c10e0aa045a0be3c58f76d58cc7b40",
+ "md5": "c530045fe4ed6a2160e5ddc95ee85f45",
"urls": [
- f"{REGISTRY_ENDPOINT}/7312985613"
+ f"{REGISTRY_ENDPOINT}/7328783738"
]
},
"linux-aarch64": {
- "md5": "e0f41a9f7ceba1e15999dcfac7f70f34",
+ "md5": "1629081f2280b654e6ce41a23cc42de8",
"urls": [
- f"{REGISTRY_ENDPOINT}/7312984400"
+ f"{REGISTRY_ENDPOINT}/7328782982"
]
},
"win32-clang-cl": {
- "md5": "09d84be45bbcb508e5abf1a42183a9c3",
+ "md5": "cd586119666f807d7771a5a9b5446e6f",
"urls": [
- f"{REGISTRY_ENDPOINT}/7312989441"
+ f"{REGISTRY_ENDPOINT}/7328784805"
]
},
"linux": {
- "md5": "436b92d861045daad6239e453ddab9ef",
+ "md5": "24a62251cfe13a05ec0a43cb24eedf50",
"urls": [
- f"{REGISTRY_ENDPOINT}/7312991159"
+ f"{REGISTRY_ENDPOINT}/7328785652"
]
}
}