Skip to content

Commit 50324ec

Browse files
author
robot-ya-builder
committed
Automatic release build for test_tool, os_ya, ya_bin, os_test_tool
From hash: [9f16b1f02cbf93ca08e1aa39e3063c96b86d6ebf](HIDDEN_URL From revision: [15278243](HIDDEN_URL [CI flow](HIDDEN_URL Flow triggered by user: [robot-ci](HIDDEN_URL Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:e9c21e145d7d1a0bf9f6b7e43356fe8035218297
1 parent 28d64a9 commit 50324ec

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
@@ -439,6 +439,8 @@
439439
"7347467510": "https://devtools-registry.s3.yandex.net/7347467510",
440440
"7394613038": "https://devtools-registry.s3.yandex.net/7394613038",
441441
"7394624673": "https://devtools-registry.s3.yandex.net/7394624673",
442+
"7434961084": "https://devtools-registry.s3.yandex.net/7434961084",
443+
"7434972788": "https://devtools-registry.s3.yandex.net/7434972788",
442444
"5486731632": "https://devtools-registry.s3.yandex.net/5486731632",
443445
"5514350352": "https://devtools-registry.s3.yandex.net/5514350352",
444446
"5514360398": "https://devtools-registry.s3.yandex.net/5514360398",
@@ -1447,6 +1449,8 @@
14471449
"7347467510": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
14481450
"7394613038": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
14491451
"7394624673": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
1452+
"7434961084": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
1453+
"7434972788": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
14501454
"5486731632": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
14511455
"5514350352": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
14521456
"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:7394624125)
2+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434971818)
33
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
4-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7394623635)
4+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434971488)
55
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
6-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7394624673)
6+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434972788)
77
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
8-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7394623319)
8+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434971144)
99
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
10-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7394624325)
10+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434972214)
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:7394612710)
2+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434960788)
33
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
4-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7394612498)
4+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434960498)
55
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
6-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7394613038)
6+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434961084)
77
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
8-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7394612236)
8+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434960371)
99
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
10-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7394612842)
10+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434960927)
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": "22155272cfccc7c4d1e19d3cd1be2310",
42+
"md5": "c309266e2c0bbc692d7dd4b8dfbff91a",
4343
"urls": [
44-
f"{REGISTRY_ENDPOINT}/7394629715"
44+
f"{REGISTRY_ENDPOINT}/7434978420"
4545
]
4646
},
4747
"darwin-arm64": {
48-
"md5": "373a8528334b04e52f4f889f833e60d7",
48+
"md5": "e9311e67eb075bb79ae08c739331ab3a",
4949
"urls": [
50-
f"{REGISTRY_ENDPOINT}/7394629522"
50+
f"{REGISTRY_ENDPOINT}/7434978147"
5151
]
5252
},
5353
"linux-aarch64": {
54-
"md5": "cacb064e517de88d6c92bafd47302f28",
54+
"md5": "4b6a8b903f0519f48e4cb552aac95e8c",
5555
"urls": [
56-
f"{REGISTRY_ENDPOINT}/7394629293"
56+
f"{REGISTRY_ENDPOINT}/7434977880"
5757
]
5858
},
5959
"win32-clang-cl": {
60-
"md5": "8c1cc8a6209cb639bf94027c706f580d",
60+
"md5": "8bfcf31a5ec26e455bb60a2edc32b850",
6161
"urls": [
62-
f"{REGISTRY_ENDPOINT}/7394630096"
62+
f"{REGISTRY_ENDPOINT}/7434978783"
6363
]
6464
},
6565
"linux": {
66-
"md5": "6e477795fbc5d806ef5ad22ed20c94c7",
66+
"md5": "38e015ab6e066d1b4534b21d25a28c79",
6767
"urls": [
68-
f"{REGISTRY_ENDPOINT}/7394630336"
68+
f"{REGISTRY_ENDPOINT}/7434979108"
6969
]
7070
}
7171
}

0 commit comments

Comments
 (0)