Skip to content

Commit 60f93e6

Browse files
author
robot-ya-builder
committed
Automatic release build for test_tool, ya_bin, os_ya, os_test_tool
From hash: [cfad05c1366e859aadbfc3777aafc13e955757b0](https://a.yandex-team.ru/arcadia/commit/cfad05c1366e859aadbfc3777aafc13e955757b0) From revision: [14660145](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=459) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: test_tool, ya_bin, os_ya, os_test_tool 78aca49d7ccba5f645c24b1c8ae14d05a212ad05
1 parent 5a0dda4 commit 60f93e6

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
@@ -374,6 +374,8 @@
374374
"6815696206": "https://devtools-registry.s3.yandex.net/6815696206",
375375
"6859343013": "https://devtools-registry.s3.yandex.net/6859343013",
376376
"6859350577": "https://devtools-registry.s3.yandex.net/6859350577",
377+
"6892341406": "https://devtools-registry.s3.yandex.net/6892341406",
378+
"6892348074": "https://devtools-registry.s3.yandex.net/6892348074",
377379
"5486731632": "https://devtools-registry.s3.yandex.net/5486731632",
378380
"5514350352": "https://devtools-registry.s3.yandex.net/5514350352",
379381
"5514360398": "https://devtools-registry.s3.yandex.net/5514360398",
@@ -1147,6 +1149,8 @@
11471149
"6815696206": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
11481150
"6859343013": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
11491151
"6859350577": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
1152+
"6892341406": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
1153+
"6892348074": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
11501154
"5486731632": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
11511155
"5514350352": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
11521156
"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:6859341560)
2+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892340424)
33
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
4-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859340618)
4+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892339701)
55
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
6-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859343013)
6+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892341406)
77
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
8-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859339878)
8+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892339194)
99
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
10-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859342250)
10+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892340947)
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:6859349354)
2+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892347071)
33
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
4-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859348596)
4+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892346489)
55
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
6-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859350577)
6+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892348074)
77
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
8-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859347658)
8+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892345742)
99
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
10-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859349912)
10+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6892347590)
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": "cf4519ad31e0099e1c2860faac5e719b",
42+
"md5": "2dc168a3aaf4ec96f956951525e36a17",
4343
"urls": [
44-
f"{REGISTRY_ENDPOINT}/6859345043"
44+
f"{REGISTRY_ENDPOINT}/6892379666"
4545
]
4646
},
4747
"darwin-arm64": {
48-
"md5": "d7e6a6ef21a73e912f4e280397eec4e3",
48+
"md5": "d76d597fcf8bf09bff05b21c9d5e6e0f",
4949
"urls": [
50-
f"{REGISTRY_ENDPOINT}/6859344125"
50+
f"{REGISTRY_ENDPOINT}/6892378821"
5151
]
5252
},
5353
"linux-aarch64": {
54-
"md5": "fed650837513ee55891d3957de24e43d",
54+
"md5": "7c0d5054bf02b83e10893dc5b754e038",
5555
"urls": [
56-
f"{REGISTRY_ENDPOINT}/6859343529"
56+
f"{REGISTRY_ENDPOINT}/6892378087"
5757
]
5858
},
5959
"win32-clang-cl": {
60-
"md5": "b368e2ede30fca079d62236aa2635f74",
60+
"md5": "0af14f489d5da14d1becb98e5ddf9408",
6161
"urls": [
62-
f"{REGISTRY_ENDPOINT}/6859345754"
62+
f"{REGISTRY_ENDPOINT}/6892380563"
6363
]
6464
},
6565
"linux": {
66-
"md5": "94b1ae501d75b100934fb3166723f89f",
66+
"md5": "124ceda651b91c93275b8c589301fd1e",
6767
"urls": [
68-
f"{REGISTRY_ENDPOINT}/6859346648"
68+
f"{REGISTRY_ENDPOINT}/6892381380"
6969
]
7070
}
7171
}

0 commit comments

Comments
 (0)