Skip to content

Commit

Permalink
Automatic release build for test_tool, ya_bin, os_ya, os_test_tool
Browse files Browse the repository at this point in the history
Update tools: test_tool, ya_bin, os_ya, os_test_tool
commit_hash:c2f50ecd44ad430903b537662514d107dca481b2
  • Loading branch information
robot-ya-builder committed Feb 13, 2025
1 parent a310ab2 commit d5a29ef
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 20 deletions.
2 changes: 2 additions & 0 deletions build/mapping.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@
"7914217459": "https://devtools-registry.s3.yandex.net/7914217459",
"7948644946": "https://devtools-registry.s3.yandex.net/7948644946",
"7994647367": "https://devtools-registry.s3.yandex.net/7994647367",
"8029671029": "https://devtools-registry.s3.yandex.net/8029671029",
"5486731632": "https://devtools-registry.s3.yandex.net/5486731632",
"5514350352": "https://devtools-registry.s3.yandex.net/5514350352",
"5514360398": "https://devtools-registry.s3.yandex.net/5514360398",
Expand Down Expand Up @@ -1729,6 +1730,7 @@
"7914217459": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"7948644946": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"7994647367": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"8029671029": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"5486731632": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
"5514350352": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
"5514360398": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
Expand Down
10 changes: 5 additions & 5 deletions build/platform/test_tool/host.ya.make.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018525488)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029723475)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018523316)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029717949)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018529985)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029737034)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018521599)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029713125)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018527620)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029729848)

ENDIF()
10 changes: 5 additions & 5 deletions build/platform/test_tool/host_os.ya.make.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018808572)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029664104)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018807025)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029660543)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018811524)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029671029)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018805118)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029657728)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8018809911)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8029667517)

ENDIF()
20 changes: 10 additions & 10 deletions ya
Original file line number Diff line number Diff line change
Expand Up @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg
PLATFORM_MAP = {
"data": {
"darwin": {
"md5": "72d97f4b5e3f6d679e8c80ba990a07c0",
"md5": "31aefe161dc826d89c768cbc8a8ceaa8",
"urls": [
f"{REGISTRY_ENDPOINT}/8018530253"
f"{REGISTRY_ENDPOINT}/8029716860"
]
},
"darwin-arm64": {
"md5": "ed328a769385939c5a3239fb820525a8",
"md5": "ab82c6dfb3005aecbad5695de814d3b6",
"urls": [
f"{REGISTRY_ENDPOINT}/8018528420"
f"{REGISTRY_ENDPOINT}/8029710985"
]
},
"linux-aarch64": {
"md5": "c2b9717969cfa225f00f6b53a68e5b87",
"md5": "6cce83fc212c5e0f19754b0bec02a2b4",
"urls": [
f"{REGISTRY_ENDPOINT}/8018526676"
f"{REGISTRY_ENDPOINT}/8029706049"
]
},
"win32-clang-cl": {
"md5": "7ec6b941b0d54a9ddbb4407ba8d59104",
"md5": "05f2ddd43f41f4ebd239195003c94797",
"urls": [
f"{REGISTRY_ENDPOINT}/8018531973"
f"{REGISTRY_ENDPOINT}/8029721213"
]
},
"linux": {
"md5": "3cc47f9b19480b745b2837524b9eb139",
"md5": "510059486631c6c59c6fa2abacd89928",
"urls": [
f"{REGISTRY_ENDPOINT}/8018534052"
f"{REGISTRY_ENDPOINT}/8029728073"
]
}
}
Expand Down

0 comments on commit d5a29ef

Please sign in to comment.