diff options
| -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 bd1ad897ba2..d2dd99d2b1c 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -367,6 +367,8 @@ "6761604639": "https://devtools-registry.s3.yandex.net/6761604639", "6815682618": "https://devtools-registry.s3.yandex.net/6815682618", "6815696206": "https://devtools-registry.s3.yandex.net/6815696206", + "6859343013": "https://devtools-registry.s3.yandex.net/6859343013", + "6859350577": "https://devtools-registry.s3.yandex.net/6859350577", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -1133,6 +1135,8 @@ "6761604639": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6815682618": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "6815696206": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6859343013": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "6859350577": "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 984997a9750..ca23c6530ec 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:6815679855) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859341560) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6815678752) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859340618) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6815682618) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859343013) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6815677851) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859339878) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6815681031) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859342250) ENDIF() diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index a83c00293f8..9e62a3aeeee 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:6815693736) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859349354) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6815692155) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859348596) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6815696206) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859350577) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6815690541) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859347658) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6815694963) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:6859349912) ENDIF() @@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "dba7b41893efeb5ce98500cb6e0bf444", + "md5": "cf4519ad31e0099e1c2860faac5e719b", "urls": [ - f"{REGISTRY_ENDPOINT}/6815678992" + f"{REGISTRY_ENDPOINT}/6859345043" ] }, "darwin-arm64": { - "md5": "cf2f84d059ca06ed916797d21e5c9b5e", + "md5": "d7e6a6ef21a73e912f4e280397eec4e3", "urls": [ - f"{REGISTRY_ENDPOINT}/6815678339" + f"{REGISTRY_ENDPOINT}/6859344125" ] }, "linux-aarch64": { - "md5": "d0fd298e8027f3b424d95ff88643e01a", + "md5": "fed650837513ee55891d3957de24e43d", "urls": [ - f"{REGISTRY_ENDPOINT}/6815677562" + f"{REGISTRY_ENDPOINT}/6859343529" ] }, "win32-clang-cl": { - "md5": "2e673bd1413816a79d4114f1a61831f4", + "md5": "b368e2ede30fca079d62236aa2635f74", "urls": [ - f"{REGISTRY_ENDPOINT}/6815679755" + f"{REGISTRY_ENDPOINT}/6859345754" ] }, "linux": { - "md5": "72389b6c6c584aa368e1cfdda777603f", + "md5": "94b1ae501d75b100934fb3166723f89f", "urls": [ - f"{REGISTRY_ENDPOINT}/6815680535" + f"{REGISTRY_ENDPOINT}/6859346648" ] } } |
