Skip to content

Commit 3c23919

Browse files
author
robot-ya-builder
committed
Automatic release build for test_tool, os_ya, ya_bin, os_test_tool
From hash: [a90772ebe7455e03b8882a87230324f1f13426dc](https://a.yandex-team.ru/arcadia/commit/a90772ebe7455e03b8882a87230324f1f13426dc) From revision: [15022678](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=492) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:3e87f872fc7171a35db3b0f53fe572ab344a21b6
1 parent 391a6b7 commit 3c23919

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
@@ -405,6 +405,8 @@
405405
"7083802536": "https://devtools-registry.s3.yandex.net/7083802536",
406406
"7120328912": "https://devtools-registry.s3.yandex.net/7120328912",
407407
"7120353733": "https://devtools-registry.s3.yandex.net/7120353733",
408+
"7203766556": "https://devtools-registry.s3.yandex.net/7203766556",
409+
"7203793573": "https://devtools-registry.s3.yandex.net/7203793573",
408410
"5486731632": "https://devtools-registry.s3.yandex.net/5486731632",
409411
"5514350352": "https://devtools-registry.s3.yandex.net/5514350352",
410412
"5514360398": "https://devtools-registry.s3.yandex.net/5514360398",
@@ -1317,6 +1319,8 @@
13171319
"7083802536": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
13181320
"7120328912": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
13191321
"7120353733": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
1322+
"7203766556": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
1323+
"7203793573": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
13201324
"5486731632": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
13211325
"5514350352": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
13221326
"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:7120352053)
2+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203790694)
33
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
4-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120351367)
4+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203789329)
55
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
6-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120353733)
6+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203793573)
77
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
8-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120350948)
8+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203788076)
99
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
10-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120352672)
10+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203792081)
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:7120327883)
2+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203764126)
33
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
4-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120327375)
4+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203762905)
55
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
6-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120328912)
6+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203766556)
77
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
8-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120326904)
8+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203761608)
99
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
10-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7120328512)
10+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7203765438)
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": "30824e0eea5c1de99cad870142f16922",
42+
"md5": "b9a6b9b51583d6e8e8e3430b5889b936",
4343
"urls": [
44-
f"{REGISTRY_ENDPOINT}/7120326728"
44+
f"{REGISTRY_ENDPOINT}/7203792711"
4545
]
4646
},
4747
"darwin-arm64": {
48-
"md5": "36b8d3ae595d998a6156e60fa3064d1d",
48+
"md5": "157d04aa112f24b5b5deecf22fdf2408",
4949
"urls": [
50-
f"{REGISTRY_ENDPOINT}/7120326401"
50+
f"{REGISTRY_ENDPOINT}/7203791602"
5151
]
5252
},
5353
"linux-aarch64": {
54-
"md5": "4a05a464bcfe750c20c6cbb117bbc0fa",
54+
"md5": "dac91d702f5cb1d51b8590f58cb5fae3",
5555
"urls": [
56-
f"{REGISTRY_ENDPOINT}/7120325932"
56+
f"{REGISTRY_ENDPOINT}/7203790464"
5757
]
5858
},
5959
"win32-clang-cl": {
60-
"md5": "df49f4b133b8948eef46e65b7b0adf32",
60+
"md5": "39dcf1a1ccd79baeead3f64644008615",
6161
"urls": [
62-
f"{REGISTRY_ENDPOINT}/7120327156"
62+
f"{REGISTRY_ENDPOINT}/7203794121"
6363
]
6464
},
6565
"linux": {
66-
"md5": "fb7ae3201abf5b7891e20be90c955a35",
66+
"md5": "1ce6223b1da674d6a72b0309caa5c0df",
6767
"urls": [
68-
f"{REGISTRY_ENDPOINT}/7120327554"
68+
f"{REGISTRY_ENDPOINT}/7203795248"
6969
]
7070
}
7171
}

0 commit comments

Comments
 (0)