aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-ya-builder <robot-ya-builder@yandex-team.com>2023-09-28 10:48:18 +0300
committerrobot-ya-builder <robot-ya-builder@yandex-team.com>2023-09-28 11:04:23 +0300
commit2d424917d8a7647193e265a1f5f03aee582725bf (patch)
tree6a721730f169dc364fdd108eef8a4888a6548d5c
parent20cda6ca54cd8d3c2a86e575312657c24be4bffd (diff)
downloadydb-2d424917d8a7647193e265a1f5f03aee582725bf.tar.gz
Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, test_tool3
From hash: [e177d4fbc974185f4e769abd0865dd6fd4238c7e](https://a.yandex-team.ru/arcadia/commit/e177d4fbc974185f4e769abd0865dd6fd4238c7e) From revision: [12528650](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) [CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=248) Flow triggered by user: [iaz1607](https://staff.yandex-team.ru/iaz1607) Update tools: ya_bin3, ya_bin, os_ya, test_tool, test_tool3
-rw-r--r--build/mapping.conf.json8
-rw-r--r--build/platform/test_tool/host.ya.make.inc20
-rwxr-xr-xya20
3 files changed, 24 insertions, 24 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json
index ed2a409fcd..1342355d92 100644
--- a/build/mapping.conf.json
+++ b/build/mapping.conf.json
@@ -56,8 +56,8 @@
"3968796477": "http://devtools-registry.s3.yandex.net/3968796477",
"3968796981": "http://devtools-registry.s3.yandex.net/3968796981",
"3968797636": "http://devtools-registry.s3.yandex.net/3968797636",
- "5135871574": "http://devtools-registry.s3.yandex.net/5135871574",
- "5135867795": "http://devtools-registry.s3.yandex.net/5135867795",
+ "5157646199": "http://devtools-registry.s3.yandex.net/5157646199",
+ "5157706783": "http://devtools-registry.s3.yandex.net/5157706783",
"4307890075": "http://devtools-registry.s3.yandex.net/4307890075",
"3833498694": "http://devtools-registry.s3.yandex.net/3833498694",
"4940640829": "http://devtools-registry.s3.yandex.net/4940640829",
@@ -145,8 +145,8 @@
"3968796477": "devtools/ya/test/programs/flake8/py3/flake8 for linux-aarch64",
"3968796981": "devtools/ya/test/programs/flake8/py3/flake8 for linux-ppc64le",
"3968797636": "devtools/ya/test/programs/flake8/py3/flake8 for win32",
- "5135871574": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
- "5135867795": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
+ "5157646199": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
+ "5157706783": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
"4307890075": "flake8_linter for linux",
"3833498694": "gdb 11.2 for osx_10.15_catalina",
"4940640829": "gdb for linux-aarch64",
diff --git a/build/platform/test_tool/host.ya.make.inc b/build/platform/test_tool/host.ya.make.inc
index b50c8da1de..bb8a972513 100644
--- a/build/platform/test_tool/host.ya.make.inc
+++ b/build/platform/test_tool/host.ya.make.inc
@@ -1,17 +1,17 @@
IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5135870549)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5135866903)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5157644736)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5157702862)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5135870284)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5135866535)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5157643929)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5157700386)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5135871574)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5135867795)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5157646199)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5157706783)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5135869823)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5135866208)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5157643108)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5157698824)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5135871028)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5135867408)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5157645393)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5157705442)
ENDIF()
diff --git a/ya b/ya
index 4038f64f68..8734baf5e1 100755
--- a/ya
+++ b/ya
@@ -34,33 +34,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg
PLATFORM_MAP = {
"data": {
"darwin": {
- "md5": "aa5b0b8b52154ea9d7d4111ffb10f54f",
+ "md5": "a3da1c358782b42454d679ce8a5e2cc6",
"urls": [
- f"{REGISTRY_ENDPOINT}/5135868716"
+ f"{REGISTRY_ENDPOINT}/5157673569"
]
},
"darwin-arm64": {
- "md5": "a7d7cab75c75270ec11e0ce3ef0474c3",
+ "md5": "b41209cfa69fb560d95ed5b75c5699ba",
"urls": [
- f"{REGISTRY_ENDPOINT}/5135868343"
+ f"{REGISTRY_ENDPOINT}/5157672838"
]
},
"linux-aarch64": {
- "md5": "2bda633565c1a986fc684702735851f0",
+ "md5": "761dfb23d916dddfe2ca9b12db5c7009",
"urls": [
- f"{REGISTRY_ENDPOINT}/5135867998"
+ f"{REGISTRY_ENDPOINT}/5157672156"
]
},
"win32-clang-cl": {
- "md5": "827983e469ef77b469fbe52ce36b6a19",
+ "md5": "8c059243ed120e6d2e82b57fd19c0cbf",
"urls": [
- f"{REGISTRY_ENDPOINT}/5135868997"
+ f"{REGISTRY_ENDPOINT}/5157674503"
]
},
"linux": {
- "md5": "fdfda0bf58d812aba24730b51d4cc896",
+ "md5": "920fedc40b1f1e155c29e3f929494c59",
"urls": [
- f"{REGISTRY_ENDPOINT}/5135869285"
+ f"{REGISTRY_ENDPOINT}/5157675257"
]
}
}