diff options
| author | prettyboy <[email protected]> | 2024-02-05 11:52:13 +0300 |
|---|---|---|
| committer | Alexander Smirnov <[email protected]> | 2024-02-09 19:18:02 +0300 |
| commit | d1cca2c060ab1fe7fb5dd09f94bf83f9fba571d2 (patch) | |
| tree | 009518ac9d2d18712d647777adc386fcdf1e9b78 | |
| parent | c46569b16269abef28f116f442a3bc3aade95889 (diff) | |
PR from branch users/prettyboy/release-ya-bin-after-fix-mapping
commit with mapping
Update tools: ya_bin3, ya_bin, os_ya, test_tool, os_test_tool_3, test_tool3
| -rw-r--r-- | build/mapping.conf.json | 8 | ||||
| -rw-r--r-- | build/platform/test_tool/host.ya.make.inc | 20 | ||||
| -rw-r--r-- | build/platform/test_tool/host_os.ya.make.inc | 20 | ||||
| -rwxr-xr-x | ya | 20 |
4 files changed, 37 insertions, 31 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index c1b337cfa3e..a73bb4edb67 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -116,6 +116,7 @@ "5707396874": "https://devtools-registry.s3.yandex.net/5707396874", "5720350134": "https://devtools-registry.s3.yandex.net/5720350134", "5751429546": "https://devtools-registry.s3.yandex.net/5751429546", + "5769205511": "https://devtools-registry.s3.yandex.net/5769205511", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -144,6 +145,8 @@ "5766173070": "https://devtools-registry.s3.yandex.net/5766173070", "5766171341": "https://devtools-registry.s3.yandex.net/5766171341", "5766172695": "https://devtools-registry.s3.yandex.net/5766172695", + "5769211340": "https://devtools-registry.s3.yandex.net/5769211340", + "5769237833": "https://devtools-registry.s3.yandex.net/5769237833", "4307890075": "https://devtools-registry.s3.yandex.net/4307890075", "5517245192": "https://devtools-registry.s3.yandex.net/5517245192", "4307901240": "https://devtools-registry.s3.yandex.net/4307901240", @@ -346,6 +349,7 @@ "5707396874": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "5720350134": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "5751429546": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "5769205511": "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", @@ -374,6 +378,8 @@ "5766173070": "devtools/ymake/bin/ymake for linux", "5766171341": "devtools/ymake/bin/ymake for linux-aarch64", "5766172695": "devtools/ymake/bin/ymake for win32-clang-cl", + "5769211340": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", + "5769237833": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", "4307890075": "flake8_linter for linux", "5517245192": "flake8_linter for linux", "4307901240": "flake8_linter for linux-aarch64", @@ -462,4 +468,4 @@ }, "resources_info": {}, "tasks": {} -}
\ No newline at end of file +} diff --git a/build/platform/test_tool/host.ya.make.inc b/build/platform/test_tool/host.ya.make.inc index 4be890a76ec..eb4a176ff2c 100644 --- a/build/platform/test_tool/host.ya.make.inc +++ b/build/platform/test_tool/host.ya.make.inc @@ -1,17 +1,17 @@ IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5751426818) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5752604404) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5769205222) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5769210773) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5751424226) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5752603303) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5769205145) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5769210631) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5751429546) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5752606847) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5769205511) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5769211340) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5751422871) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5752601942) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5769204967) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5769210525) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5751428148) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5752605517) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5769205415) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5769210938) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index 1a83c4c9e48..d0847c2df9a 100644 --- a/build/platform/test_tool/host_os.ya.make.inc +++ b/build/platform/test_tool/host_os.ya.make.inc @@ -1,17 +1,17 @@ IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5751847198) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5751847198) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5769236927) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5769236927) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5751845673) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5751845673) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5769236374) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5769236374) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5751850457) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5751850457) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5769237833) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5769237833) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5751844044) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5751844044) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5769236050) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5769236050) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5751848830) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5751848830) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5769237417) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5769237417) ENDIF() @@ -34,33 +34,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "607906c14594b8f23fa989a93506fb7c", + "md5": "7b2226d901c8a5ff8af1bf2e6c55809c", "urls": [ - f"{REGISTRY_ENDPOINT}/5751444209" + f"{REGISTRY_ENDPOINT}/5769213676" ] }, "darwin-arm64": { - "md5": "006d0ce768c86139f3ee2fc21c4a664e", + "md5": "bb60ba3324f9ec3b2180ea19ba855b4d", "urls": [ - f"{REGISTRY_ENDPOINT}/5751441669" + f"{REGISTRY_ENDPOINT}/5769213411" ] }, "linux-aarch64": { - "md5": "8269ea5d1b36ec97d9c2a9f51df3a69b", + "md5": "1c7b17b1b1851c24ca0f531702c95e36", "urls": [ - f"{REGISTRY_ENDPOINT}/5751439782" + f"{REGISTRY_ENDPOINT}/5769213228" ] }, "win32-clang-cl": { - "md5": "ea947e9ab9f77b9a4c509e9038b1307e", + "md5": "06e62eb7e79cb6f7822a144280f1fa7e", "urls": [ - f"{REGISTRY_ENDPOINT}/5751449593" + f"{REGISTRY_ENDPOINT}/5769214015" ] }, "linux": { - "md5": "e19e64aee47b443b5c94e0c40c91accb", + "md5": "d5a6093cb0147a99c8a6ec46481364c2", "urls": [ - f"{REGISTRY_ENDPOINT}/5751451511" + f"{REGISTRY_ENDPOINT}/5769214248" ] } } |
