diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-09-01 10:51:57 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-09-01 11:06:12 +0300 |
commit | a2f216e8352b8f8e6d6f53fbfd31f814279c8972 (patch) | |
tree | 1a1b196efc70d0c531dc3d8c0baca8cd31c9ed4d | |
parent | b280be339f05ce1309d490f2ddd3e6aed5f9759d (diff) | |
download | ydb-a2f216e8352b8f8e6d6f53fbfd31f814279c8972.tar.gz |
Automatic release build for ya_bin3, ya_bin, test_tool, test_tool3
From hash: [b9d8f0e4ba363f2b6f51bf07874faeed79340935](https://a.yandex-team.ru/arcadia/commit/b9d8f0e4ba363f2b6f51bf07874faeed79340935)
From revision: [12312110](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=224)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: ya_bin3, ya_bin, test_tool, test_tool3
-rwxr-xr-x | ya | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -25,11 +25,11 @@ import sys import platform import json -URLS = ['https://proxy.sandbox.yandex-team.ru/5003447034', 'https://storage.yandex-team.ru/get-devtools/1871182/cb57f73ecaffd54df329444995a97a51/by_platform.json'] -MD5 = 'cb57f73ecaffd54df329444995a97a51' +URLS = ['https://proxy.sandbox.yandex-team.ru/5011254994', 'https://storage.yandex-team.ru/get-devtools/1942100/5a814fb24a7029841874cef7cb712dfb/by_platform.json'] +MD5 = '5a814fb24a7029841874cef7cb712dfb' -URLS3 = ['https://proxy.sandbox.yandex-team.ru/5003523433', 'https://storage.yandex-team.ru/get-devtools/1031349/295150c8b9a671979cd46f9ba45c19f2/by_platform.json'] -MD53 = '295150c8b9a671979cd46f9ba45c19f2' +URLS3 = ['https://proxy.sandbox.yandex-team.ru/5011282703', 'https://storage.yandex-team.ru/get-devtools/1937424/aa5c263c839e9795af865dd60e6b336d/by_platform.json'] +MD53 = 'aa5c263c839e9795af865dd60e6b336d' DEFAULT_PY_VER = 2 |