diff options
author | v-korovin <v-korovin@yandex-team.com> | 2023-11-21 14:15:41 +0300 |
---|---|---|
committer | v-korovin <v-korovin@yandex-team.com> | 2023-11-21 16:33:22 +0300 |
commit | c7d380b33b6f21aab7360346bfd372419887fa0e (patch) | |
tree | 4c4839b9246dc5c0d597fec55ef43b1bf762b2a8 | |
parent | cd22b385197386dedf6f062b7c4224333659a5ad (diff) | |
download | ydb-c7d380b33b6f21aab7360346bfd372419887fa0e.tar.gz |
Revert commit rXXXXXX, Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, test_tool3
-rw-r--r-- | build/mapping.conf.json | 8 | ||||
-rw-r--r-- | build/platform/test_tool/host.ya.make.inc | 20 | ||||
-rwxr-xr-x | ya | 20 |
3 files changed, 24 insertions, 24 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index f6625ffc5e..66d556a44a 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -63,8 +63,8 @@ "3968796477": "http://devtools-registry.s3.yandex.net/3968796477", "3968796981": "http://devtools-registry.s3.yandex.net/3968796981", "3968797636": "http://devtools-registry.s3.yandex.net/3968797636", - "5419928234": "http://devtools-registry.s3.yandex.net/5419928234", - "5419915093": "http://devtools-registry.s3.yandex.net/5419915093", + "5404826542": "http://devtools-registry.s3.yandex.net/5404826542", + "5404827466": "http://devtools-registry.s3.yandex.net/5404827466", "4307900052": "http://devtools-registry.s3.yandex.net/4307900052", "4307900057": "http://devtools-registry.s3.yandex.net/4307900057", "4307890075": "http://devtools-registry.s3.yandex.net/4307890075", @@ -162,8 +162,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", - "5419928234": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", - "5419915093": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", + "5404826542": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "5404827466": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", "4307900052": "flake8_linter for darwin", "4307900057": "flake8_linter for darwin-arm64", "4307890075": "flake8_linter for linux", diff --git a/build/platform/test_tool/host.ya.make.inc b/build/platform/test_tool/host.ya.make.inc index cdbcb5784d..9c04e44e75 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:5419927211) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5419913489) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5404824374) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5404825862) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5419926500) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5419912520) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5404823443) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5404824964) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5419928234) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5419915093) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5404826542) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5404827466) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5419925897) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5419911865) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5404822537) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5404824203) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5419927765) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5419914330) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5404825303) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5404826680) ENDIF() @@ -34,33 +34,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "2091cd3fd115b30b581e38a4216ff502", + "md5": "2eaad071047943f2cde89b3997335cc2", "urls": [ - f"{REGISTRY_ENDPOINT}/5419916130" + f"{REGISTRY_ENDPOINT}/5404821065" ] }, "darwin-arm64": { - "md5": "76fa75dff4ccdc02beedcf426b769817", + "md5": "636036be3f3af7a54cf357eeab671870", "urls": [ - f"{REGISTRY_ENDPOINT}/5419914696" + f"{REGISTRY_ENDPOINT}/5404820296" ] }, "linux-aarch64": { - "md5": "05226e9bb63252dd90c41590d6050946", + "md5": "07e163e26b8b2d722a776f58446db289", "urls": [ - f"{REGISTRY_ENDPOINT}/5419913698" + f"{REGISTRY_ENDPOINT}/5404819418" ] }, "win32-clang-cl": { - "md5": "7847e378594f0e3067e0693de0cbe915", + "md5": "71048360d0de28bce8bb834a84002daf", "urls": [ - f"{REGISTRY_ENDPOINT}/5419917194" + f"{REGISTRY_ENDPOINT}/5404822027" ] }, "linux": { - "md5": "973cee78f41ba6c9f7cbcdd5c8f02c49", + "md5": "885f0cac587c0531ff341cbd3c7374d8", "urls": [ - f"{REGISTRY_ENDPOINT}/5419918321" + f"{REGISTRY_ENDPOINT}/5404822755" ] } } |