Skip to content

Commit 630eb06

Browse files
author
robot-ya-builder
committed
Automatic release build for test_tool, os_ya, ya_bin, os_test_tool
Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:95ca7c1a8827dec15f0d0f8066d6c426b81524cf
1 parent 696c6e4 commit 630eb06

File tree

4 files changed

+22
-20
lines changed

4 files changed

+22
-20
lines changed

build/mapping.conf.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@
499499
"7994647367": "https://devtools-registry.s3.yandex.net/7994647367",
500500
"8018811524": "https://devtools-registry.s3.yandex.net/8018811524",
501501
"8029671029": "https://devtools-registry.s3.yandex.net/8029671029",
502+
"8067063302": "https://devtools-registry.s3.yandex.net/8067063302",
502503
"5486731632": "https://devtools-registry.s3.yandex.net/5486731632",
503504
"5514350352": "https://devtools-registry.s3.yandex.net/5514350352",
504505
"5514360398": "https://devtools-registry.s3.yandex.net/5514360398",
@@ -1736,6 +1737,7 @@
17361737
"7994647367": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
17371738
"8018811524": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
17381739
"8029671029": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
1740+
"8067063302": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
17391741
"5486731632": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
17401742
"5514350352": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
17411743
"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:8029723475)
2+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8067054769)
33
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
4-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029717949)
4+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8067052570)
55
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
6-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029737034)
6+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8067059291)
77
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
8-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029713125)
8+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8067050341)
99
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
10-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029729848)
10+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8067056916)
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:8029664104)
2+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8067059819)
33
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
4-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029660543)
4+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8067058189)
55
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
6-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029671029)
6+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8067063302)
77
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
8-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029657728)
8+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8067056908)
99
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
10-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029667517)
10+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8067061637)
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": "31aefe161dc826d89c768cbc8a8ceaa8",
42+
"md5": "71f17dabc6a2e621c985ce3f4ef0392c",
4343
"urls": [
44-
f"{REGISTRY_ENDPOINT}/8029716860"
44+
f"{REGISTRY_ENDPOINT}/8067058569"
4545
]
4646
},
4747
"darwin-arm64": {
48-
"md5": "ab82c6dfb3005aecbad5695de814d3b6",
48+
"md5": "0e15e259b078560f02d0b1fcd5504a0b",
4949
"urls": [
50-
f"{REGISTRY_ENDPOINT}/8029710985"
50+
f"{REGISTRY_ENDPOINT}/8067056918"
5151
]
5252
},
5353
"linux-aarch64": {
54-
"md5": "6cce83fc212c5e0f19754b0bec02a2b4",
54+
"md5": "652b037a33f88a639421f0e3ffcb7f96",
5555
"urls": [
56-
f"{REGISTRY_ENDPOINT}/8029706049"
56+
f"{REGISTRY_ENDPOINT}/8067054745"
5757
]
5858
},
5959
"win32-clang-cl": {
60-
"md5": "05f2ddd43f41f4ebd239195003c94797",
60+
"md5": "8459b57a9f46e1dcd770555d20c2095a",
6161
"urls": [
62-
f"{REGISTRY_ENDPOINT}/8029721213"
62+
f"{REGISTRY_ENDPOINT}/8067060199"
6363
]
6464
},
6565
"linux": {
66-
"md5": "510059486631c6c59c6fa2abacd89928",
66+
"md5": "ce4cd92b151b771af8b8d0e024bed3d2",
6767
"urls": [
68-
f"{REGISTRY_ENDPOINT}/8029728073"
68+
f"{REGISTRY_ENDPOINT}/8067062599"
6969
]
7070
}
7171
}

0 commit comments

Comments
 (0)