Skip to content

Commit 8049e8a

Browse files
author
robot-ya-builder
committed
Automatic release build for test_tool, ya_bin, os_ya, os_test_tool
Update tools: test_tool, ya_bin, os_ya, os_test_tool commit_hash:c2f50ecd44ad430903b537662514d107dca481b2
1 parent b851dfa commit 8049e8a

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
@@ -498,6 +498,7 @@
498498
"7914217459": "https://devtools-registry.s3.yandex.net/7914217459",
499499
"7948644946": "https://devtools-registry.s3.yandex.net/7948644946",
500500
"7994647367": "https://devtools-registry.s3.yandex.net/7994647367",
501+
"8029671029": "https://devtools-registry.s3.yandex.net/8029671029",
501502
"5486731632": "https://devtools-registry.s3.yandex.net/5486731632",
502503
"5514350352": "https://devtools-registry.s3.yandex.net/5514350352",
503504
"5514360398": "https://devtools-registry.s3.yandex.net/5514360398",
@@ -1729,6 +1730,7 @@
17291730
"7914217459": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
17301731
"7948644946": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
17311732
"7994647367": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
1733+
"8029671029": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
17321734
"5486731632": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
17331735
"5514350352": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
17341736
"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:8018525488)
2+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029723475)
33
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
4-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018523316)
4+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029717949)
55
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
6-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018529985)
6+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029737034)
77
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
8-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018521599)
8+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029713125)
99
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
10-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018527620)
10+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029729848)
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:8018808572)
2+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029664104)
33
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
4-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018807025)
4+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029660543)
55
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
6-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018811524)
6+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029671029)
77
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
8-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018805118)
8+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029657728)
99
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
10-
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018809911)
10+
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029667517)
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": "72d97f4b5e3f6d679e8c80ba990a07c0",
42+
"md5": "31aefe161dc826d89c768cbc8a8ceaa8",
4343
"urls": [
44-
f"{REGISTRY_ENDPOINT}/8018530253"
44+
f"{REGISTRY_ENDPOINT}/8029716860"
4545
]
4646
},
4747
"darwin-arm64": {
48-
"md5": "ed328a769385939c5a3239fb820525a8",
48+
"md5": "ab82c6dfb3005aecbad5695de814d3b6",
4949
"urls": [
50-
f"{REGISTRY_ENDPOINT}/8018528420"
50+
f"{REGISTRY_ENDPOINT}/8029710985"
5151
]
5252
},
5353
"linux-aarch64": {
54-
"md5": "c2b9717969cfa225f00f6b53a68e5b87",
54+
"md5": "6cce83fc212c5e0f19754b0bec02a2b4",
5555
"urls": [
56-
f"{REGISTRY_ENDPOINT}/8018526676"
56+
f"{REGISTRY_ENDPOINT}/8029706049"
5757
]
5858
},
5959
"win32-clang-cl": {
60-
"md5": "7ec6b941b0d54a9ddbb4407ba8d59104",
60+
"md5": "05f2ddd43f41f4ebd239195003c94797",
6161
"urls": [
62-
f"{REGISTRY_ENDPOINT}/8018531973"
62+
f"{REGISTRY_ENDPOINT}/8029721213"
6363
]
6464
},
6565
"linux": {
66-
"md5": "3cc47f9b19480b745b2837524b9eb139",
66+
"md5": "510059486631c6c59c6fa2abacd89928",
6767
"urls": [
68-
f"{REGISTRY_ENDPOINT}/8018534052"
68+
f"{REGISTRY_ENDPOINT}/8029728073"
6969
]
7070
}
7171
}

0 commit comments

Comments
 (0)