diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-10-04 11:41:47 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-10-04 11:53:50 +0300 |
commit | 3c2391950c83e1d13265e144e0fbb9dcc34f1b66 (patch) | |
tree | e39f3554606063b761e3221d87ccc45a0043c2ab /ya | |
parent | 391a6b7bc8b82be81098fdc93c9da8f53dfe3e52 (diff) | |
download | ydb-3c2391950c83e1d13265e144e0fbb9dcc34f1b66.tar.gz |
Automatic release build for test_tool, os_ya, ya_bin, os_test_tool
From hash: [a90772ebe7455e03b8882a87230324f1f13426dc](https://a.yandex-team.ru/arcadia/commit/a90772ebe7455e03b8882a87230324f1f13426dc)
From revision: [15022678](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=492)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: test_tool, os_ya, ya_bin, os_test_tool
commit_hash:3e87f872fc7171a35db3b0f53fe572ab344a21b6
Diffstat (limited to 'ya')
-rwxr-xr-x | ya | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "30824e0eea5c1de99cad870142f16922", + "md5": "b9a6b9b51583d6e8e8e3430b5889b936", "urls": [ - f"{REGISTRY_ENDPOINT}/7120326728" + f"{REGISTRY_ENDPOINT}/7203792711" ] }, "darwin-arm64": { - "md5": "36b8d3ae595d998a6156e60fa3064d1d", + "md5": "157d04aa112f24b5b5deecf22fdf2408", "urls": [ - f"{REGISTRY_ENDPOINT}/7120326401" + f"{REGISTRY_ENDPOINT}/7203791602" ] }, "linux-aarch64": { - "md5": "4a05a464bcfe750c20c6cbb117bbc0fa", + "md5": "dac91d702f5cb1d51b8590f58cb5fae3", "urls": [ - f"{REGISTRY_ENDPOINT}/7120325932" + f"{REGISTRY_ENDPOINT}/7203790464" ] }, "win32-clang-cl": { - "md5": "df49f4b133b8948eef46e65b7b0adf32", + "md5": "39dcf1a1ccd79baeead3f64644008615", "urls": [ - f"{REGISTRY_ENDPOINT}/7120327156" + f"{REGISTRY_ENDPOINT}/7203794121" ] }, "linux": { - "md5": "fb7ae3201abf5b7891e20be90c955a35", + "md5": "1ce6223b1da674d6a72b0309caa5c0df", "urls": [ - f"{REGISTRY_ENDPOINT}/7120327554" + f"{REGISTRY_ENDPOINT}/7203795248" ] } } |