diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-09-12 12:00:15 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-09-12 12:16:40 +0300 |
commit | 1beeecb402332e19c0f181f8be9676dc64a41675 (patch) | |
tree | c2406c8a59b01d21301d45980559d56617689fa2 | |
parent | fb30ec174445584cb4c0f1255b79ff68d4c7904f (diff) | |
download | ydb-1beeecb402332e19c0f181f8be9676dc64a41675.tar.gz |
Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, test_tool3
From hash: [11b90c247116894b4157fda1efcf8a3373eb1346](https://a.yandex-team.ru/arcadia/commit/11b90c247116894b4157fda1efcf8a3373eb1346)
From revision: [12392551](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=233)
Flow triggered by user: [prettyboy](https://staff.yandex-team.ru/prettyboy)
Update tools: ya_bin3, os_ya, ya_bin, test_tool, test_tool3
-rw-r--r-- | build/mapping.conf.json | 8 | ||||
-rwxr-xr-x | ya | 20 |
2 files changed, 14 insertions, 14 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index ee0fe6a380..d77d80a130 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -52,8 +52,8 @@ "3968796477": "http://s3.mds.yandex.net/test-devtools-registry/3968796477", "3968796981": "http://s3.mds.yandex.net/test-devtools-registry/3968796981", "3968797636": "http://s3.mds.yandex.net/test-devtools-registry/3968797636", - "5050485232": "http://s3.mds.yandex.net/test-devtools-registry/5050485232", - "5050494799": "http://s3.mds.yandex.net/test-devtools-registry/5050494799", + "5067134447": "http://s3.mds.yandex.net/test-devtools-registry/5067134447", + "5067180809": "http://s3.mds.yandex.net/test-devtools-registry/5067180809", "4307890075": "http://s3.mds.yandex.net/test-devtools-registry/4307890075", "3833498694": "http://s3.mds.yandex.net/test-devtools-registry/3833498694", "4940640829": "http://s3.mds.yandex.net/test-devtools-registry/4940640829", @@ -137,8 +137,8 @@ "3968796477": "devtools/ya/test/programs/flake8/py3/flake8 for linux-aarch64", "3968796981": "devtools/ya/test/programs/flake8/py3/flake8 for linux-ppc64le", "3968797636": "devtools/ya/test/programs/flake8/py3/flake8 for win32", - "5050485232": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", - "5050494799": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", + "5067134447": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "5067180809": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", "4307890075": "flake8_linter for linux", "3833498694": "gdb 11.2 for osx_10.15_catalina", "4940640829": "gdb for linux-aarch64", @@ -16,33 +16,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://s3.mds.yande PLATFORM_MAP = { "data": { "darwin": { - "md5": "8a501434620d40d1807c5f8200d82ce3", + "md5": "ae4329ad21003422a518b2d17e3135f1", "urls": [ - f"{REGISTRY_ENDPOINT}/5050484792" + f"{REGISTRY_ENDPOINT}/5067144434" ] }, "darwin-arm64": { - "md5": "2335a2caa42f957c2a38737a56cac076", + "md5": "18dd26ce063ed8eb948533bf66987e4d", "urls": [ - f"{REGISTRY_ENDPOINT}/5050483970" + f"{REGISTRY_ENDPOINT}/5067142541" ] }, "linux-aarch64": { - "md5": "0a6afa822551d6d6b422597d01c6deb5", + "md5": "662992e38a0f031dfeddd704092a801b", "urls": [ - f"{REGISTRY_ENDPOINT}/5050483169" + f"{REGISTRY_ENDPOINT}/5067141265" ] }, "win32-clang-cl": { - "md5": "4d02516c681a46b93997c61a66a7e121", + "md5": "049364ceea88a85c088e2003718e6de5", "urls": [ - f"{REGISTRY_ENDPOINT}/5050485332" + f"{REGISTRY_ENDPOINT}/5067145318" ] }, "linux": { - "md5": "761a721f065afb5027041f2dd0c90d86", + "md5": "9d3176f98381a957c52a0d8da8ee278d", "urls": [ - f"{REGISTRY_ENDPOINT}/5050486065" + f"{REGISTRY_ENDPOINT}/5067146308" ] } } |