Skip to content

Commit 5296ac5

Browse files
author
robot-ya-builder
committed
Automatic release build for test_tool, ya_bin, os_ya, os_test_tool
From hash: [fbcf5f41c5e207c092190936f2628088579ffa81](https://a.yandex-team.ru/arcadia/commit/fbcf5f41c5e207c092190936f2628088579ffa81) From revision: [15033011](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=493) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: test_tool, ya_bin, os_ya, os_test_tool commit_hash:08e38d3eea3b638104baddf950d4f7b8fd519fbf
1 parent fc94443 commit 5296ac5

File tree

4 files changed

+24
-20
lines changed

4 files changed

+24
-20
lines changed

build/mapping.conf.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,8 @@
407407
"7120353733": "https://devtools-registry.s3.yandex.net/7120353733",
408408
"7203766556": "https://devtools-registry.s3.yandex.net/7203766556",
409409
"7203793573": "https://devtools-registry.s3.yandex.net/7203793573",
410+
"7214825617": "https://devtools-registry.s3.yandex.net/7214825617",
411+
"7214836038": "https://devtools-registry.s3.yandex.net/7214836038",
410412
"5486731632": "https://devtools-registry.s3.yandex.net/5486731632",
411413
"5514350352": "https://devtools-registry.s3.yandex.net/5514350352",
412414
"5514360398": "https://devtools-registry.s3.yandex.net/5514360398",
@@ -1326,6 +1328,8 @@
13261328
"7120353733": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
13271329
"7203766556": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
13281330
"7203793573": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
1331+
"7214825617": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
1332+
"7214836038": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
13291333
"5486731632": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
13301334
"5514350352": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
13311335
"5514360398": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64)
2-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203790694)
2+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7214835716)
33
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
4-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203789329)
4+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7214835475)
55
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
6-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203793573)
6+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7214836038)
77
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
8-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203788076)
8+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7214835148)
99
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
10-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203792081)
10+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7214835884)
1111

1212
ENDIF()
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64)
2-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203764126)
2+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7214824944)
33
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
4-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203762905)
4+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7214824429)
55
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
6-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203766556)
6+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7214825617)
77
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
8-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203761608)
8+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7214823934)
99
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
10-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203765438)
10+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7214825382)
1111

1212
ENDIF()

ya

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg
3939
PLATFORM_MAP = {
4040
"data": {
4141
"darwin": {
42-
"md5": "b9a6b9b51583d6e8e8e3430b5889b936",
42+
"md5": "05d5993f3773b34ad0d0fa2920e11823",
4343
"urls": [
44-
f"{REGISTRY_ENDPOINT}/7203792711"
44+
f"{REGISTRY_ENDPOINT}/7214841619"
4545
]
4646
},
4747
"darwin-arm64": {
48-
"md5": "157d04aa112f24b5b5deecf22fdf2408",
48+
"md5": "a6011d41fcb2b51518690d344069c5f9",
4949
"urls": [
50-
f"{REGISTRY_ENDPOINT}/7203791602"
50+
f"{REGISTRY_ENDPOINT}/7214841335"
5151
]
5252
},
5353
"linux-aarch64": {
54-
"md5": "dac91d702f5cb1d51b8590f58cb5fae3",
54+
"md5": "78d25222fa5107948c84b20c5d725896",
5555
"urls": [
56-
f"{REGISTRY_ENDPOINT}/7203790464"
56+
f"{REGISTRY_ENDPOINT}/7214841001"
5757
]
5858
},
5959
"win32-clang-cl": {
60-
"md5": "39dcf1a1ccd79baeead3f64644008615",
60+
"md5": "d97df327b5cc5189e04197bf702694e7",
6161
"urls": [
62-
f"{REGISTRY_ENDPOINT}/7203794121"
62+
f"{REGISTRY_ENDPOINT}/7214842090"
6363
]
6464
},
6565
"linux": {
66-
"md5": "1ce6223b1da674d6a72b0309caa5c0df",
66+
"md5": "4778605f0a783b6c46e162a59f4e5a62",
6767
"urls": [
68-
f"{REGISTRY_ENDPOINT}/7203795248"
68+
f"{REGISTRY_ENDPOINT}/7214842433"
6969
]
7070
}
7171
}

0 commit comments

Comments
 (0)