diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-08-21 10:42:14 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-08-21 12:41:06 +0300 |
commit | 619eea5881bf9fe8461a09ad5ca20233075ba358 (patch) | |
tree | 466b016f5d996f626672c81286bfa6263ca68caa | |
parent | ff54f2d2cd8f9a471fc44d14fb8dd499df1b4872 (diff) | |
download | ydb-619eea5881bf9fe8461a09ad5ca20233075ba358.tar.gz |
Automatic release build for ya_bin3, ya_bin, test_tool, test_tool3
From hash: [7c6485daf1fef90f5ef1b49436fbc2f94b1ed01f](https://a.yandex-team.ru/arcadia/commit/7c6485daf1fef90f5ef1b49436fbc2f94b1ed01f)
From revision: [12215802](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=210)
Flow triggered by user: [prettyboy](https://staff.yandex-team.ru/prettyboy)
Update tools: ya_bin3, ya_bin, test_tool, test_tool3
-rwxr-xr-x | ya | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -23,11 +23,11 @@ import sys import platform import json -URLS = ['https://proxy.sandbox.yandex-team.ru/4910542326', 'https://storage.yandex-team.ru/get-devtools/1942671/64e25bd1bfaf98ac60ca046793bd2100/by_platform.json'] -MD5 = '64e25bd1bfaf98ac60ca046793bd2100' +URLS = ['https://proxy.sandbox.yandex-team.ru/4948877968', 'https://storage.yandex-team.ru/get-devtools/1775319/a107fdbf0910a68af3f51188bbfeacd8/by_platform.json'] +MD5 = 'a107fdbf0910a68af3f51188bbfeacd8' -URLS3 = ['https://proxy.sandbox.yandex-team.ru/4910548121', 'https://storage.yandex-team.ru/get-devtools/1809005/bb466a0bd1bc53f76e2db2ef0dbbac06/by_platform.json'] -MD53 = 'bb466a0bd1bc53f76e2db2ef0dbbac06' +URLS3 = ['https://proxy.sandbox.yandex-team.ru/4948881493', 'https://storage.yandex-team.ru/get-devtools/1775059/5cb66edfbb995306c94afa39a59f1dd8/by_platform.json'] +MD53 = '5cb66edfbb995306c94afa39a59f1dd8' DEFAULT_PY_VER = 2 |