diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-06-13 11:00:54 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-06-13 11:15:52 +0300 |
commit | 80050a7cd2d471849db213ff374ceeee5614c7e7 (patch) | |
tree | 82cb39f0410ea4d97271537fb0eed7f83aff3f97 | |
parent | 794883bf8e7f044ecf319b0dac8b773a8db1383f (diff) | |
download | ydb-80050a7cd2d471849db213ff374ceeee5614c7e7.tar.gz |
Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, os_test_tool
From hash: [2c546a824d7c0893a9b0412115f3d71aea0033f0](https://a.yandex-team.ru/arcadia/commit/2c546a824d7c0893a9b0412115f3d71aea0033f0)
From revision: [14204596](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=419)
Flow triggered by user: [v-korovin](https://staff.yandex-team.ru/v-korovin)
Update tools: ya_bin3, os_ya, ya_bin, test_tool, os_test_tool
a927299a1f95a2db79e298fd9b5d78e66d02b7ec
-rw-r--r-- | build/mapping.conf.json | 4 | ||||
-rw-r--r-- | build/platform/test_tool/host.ya.make.inc | 10 | ||||
-rw-r--r-- | build/platform/test_tool/host_os.ya.make.inc | 10 | ||||
-rwxr-xr-x | ya | 20 |
4 files changed, 24 insertions, 20 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index ce28154834..ed613c76d9 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -224,6 +224,8 @@ "6452741442": "https://devtools-registry.s3.yandex.net/6452741442", "6469849643": "https://devtools-registry.s3.yandex.net/6469849643", "6469853075": "https://devtools-registry.s3.yandex.net/6469853075", + "6489357564": "https://devtools-registry.s3.yandex.net/6489357564", + "6489370295": "https://devtools-registry.s3.yandex.net/6489370295", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -767,6 +769,8 @@ "6452741442": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6469849643": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6469853075": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6489357564": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6489370295": "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", diff --git a/build/platform/test_tool/host.ya.make.inc b/build/platform/test_tool/host.ya.make.inc index f608dc9065..54f31f1c69 100644 --- a/build/platform/test_tool/host.ya.make.inc +++ b/build/platform/test_tool/host.ya.make.inc @@ -1,12 +1,12 @@ IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6469852745) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489369151) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6469852608) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489368341) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6469853075) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489370295) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6469852410) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489367821) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6469852853) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489369573) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index 0308d40565..d3d8b116e6 100644 --- a/build/platform/test_tool/host_os.ya.make.inc +++ b/build/platform/test_tool/host_os.ya.make.inc @@ -1,12 +1,12 @@ IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6469848875) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489356681) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6469848641) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489355985) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6469849643) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489357564) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6469848511) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489355458) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6469849164) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6489357078) ENDIF() @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "f84bb273fef9fc5aaa4419ef93d3dc0d", + "md5": "1b6618c53299de1285e137442f47c50c", "urls": [ - f"{REGISTRY_ENDPOINT}/6469851769" + f"{REGISTRY_ENDPOINT}/6489354212" ] }, "darwin-arm64": { - "md5": "bac658716caba215c2c823d938a9ded2", + "md5": "a180d81b2620e7197822bc6f820e0288", "urls": [ - f"{REGISTRY_ENDPOINT}/6469851615" + f"{REGISTRY_ENDPOINT}/6489353788" ] }, "linux-aarch64": { - "md5": "0ef109b077af21ddcb331f07385578b0", + "md5": "a46d91ba66bb9111cecec6be139d2a7a", "urls": [ - f"{REGISTRY_ENDPOINT}/6469851462" + f"{REGISTRY_ENDPOINT}/6489353393" ] }, "win32-clang-cl": { - "md5": "a0cbfbba3ee3aa9df15e1abdde07cb04", + "md5": "b96439645eb2c1b8c6a1071b0be59354", "urls": [ - f"{REGISTRY_ENDPOINT}/6469852097" + f"{REGISTRY_ENDPOINT}/6489354593" ] }, "linux": { - "md5": "bc6939a33b1cb9cab03febf31e345559", + "md5": "d46dcdf79bd80354633d5e145a469842", "urls": [ - f"{REGISTRY_ENDPOINT}/6469852386" + f"{REGISTRY_ENDPOINT}/6489355029" ] } } |