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:cdd9eb649203b41399a9c6784f9d9e95443e0aa6
  • Loading branch information
robot-ya-builder committed Mar 11, 2025
1 parent 4711200 commit 2fc4399
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 @@ -518,6 +518,7 @@
"8161441586": "{registry_endpoint}/8161441586",
"8182033807": "{registry_endpoint}/8182033807",
"8193784322": "{registry_endpoint}/8193784322",
"8225046385": "{registry_endpoint}/8225046385",
"5486731632": "{registry_endpoint}/5486731632",
"5514350352": "{registry_endpoint}/5514350352",
"5514360398": "{registry_endpoint}/5514360398",
Expand Down Expand Up @@ -1800,6 +1801,7 @@
"8161441586": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"8182033807": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"8193784322": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
"8225046385": "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:8193791808)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8225028004)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8193790143)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8225020453)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8193795236)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8225039215)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8193788470)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8225017029)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8193793316)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8225033698)

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:8193781907)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8225035547)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8193779819)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8225031306)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8193784322)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8225046385)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8193778435)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8225026497)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8193783115)
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:8225041036)

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": "53dde7e3a60eaaef0a5f8b6318df5e0b",
"md5": "d3c119320e6b79eda35207940e988f33",
"urls": [
f"{REGISTRY_ENDPOINT}/8193801980"
f"{REGISTRY_ENDPOINT}/8225023895"
]
},
"darwin-arm64": {
"md5": "b5c0f72287f4a9005bb7e0d551c379e6",
"md5": "f374ecf7df7bb922b468bc3c4f1c2fdb",
"urls": [
f"{REGISTRY_ENDPOINT}/8193800363"
f"{REGISTRY_ENDPOINT}/8225019161"
]
},
"linux-aarch64": {
"md5": "d7eb29f564b11f56cd31df120a05af10",
"md5": "6d7c25f10a85883b28083748db1f2403",
"urls": [
f"{REGISTRY_ENDPOINT}/8193798768"
f"{REGISTRY_ENDPOINT}/8225015591"
]
},
"win32-clang-cl": {
"md5": "e48fa79118f5fff3d957a6ef78bace3c",
"md5": "87be479780dd3c69c9fc550cfbf849e6",
"urls": [
f"{REGISTRY_ENDPOINT}/8193803554"
f"{REGISTRY_ENDPOINT}/8225029623"
]
},
"linux": {
"md5": "281db3ae66e463df40a1193ce1c38e26",
"md5": "135203177a9977067a4f389cdd97ffb5",
"urls": [
f"{REGISTRY_ENDPOINT}/8193805064"
f"{REGISTRY_ENDPOINT}/8225034129"
]
}
}
Expand Down

0 comments on commit 2fc4399

Please sign in to comment.