Browse Source

Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, test_tool3

From hash: [4d6d9cf2ae274b55d1e9445245efd5850be084b7](https://a.yandex-team.ru/arcadia/commit/4d6d9cf2ae274b55d1e9445245efd5850be084b7)
From revision: [13001615](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=293)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)

Update tools: ya_bin3, ya_bin, os_ya, test_tool, test_tool3
robot-ya-builder 1 year ago
parent
commit
84f2d3d4cc
3 changed files with 24 additions and 24 deletions
  1. 4 4
      build/mapping.conf.json
  2. 10 10
      build/platform/test_tool/host.ya.make.inc
  3. 10 10
      ya

+ 4 - 4
build/mapping.conf.json

@@ -69,8 +69,8 @@
         "3968796477": "https://devtools-registry.s3.yandex.net/3968796477",
         "3968796477": "https://devtools-registry.s3.yandex.net/3968796477",
         "3968796981": "https://devtools-registry.s3.yandex.net/3968796981",
         "3968796981": "https://devtools-registry.s3.yandex.net/3968796981",
         "3968797636": "https://devtools-registry.s3.yandex.net/3968797636",
         "3968797636": "https://devtools-registry.s3.yandex.net/3968797636",
-        "5464114714": "https://devtools-registry.s3.yandex.net/5464114714",
-        "5464141088": "https://devtools-registry.s3.yandex.net/5464141088",
+        "5471090901": "https://devtools-registry.s3.yandex.net/5471090901",
+        "5471078054": "https://devtools-registry.s3.yandex.net/5471078054",
         "4307890075": "https://devtools-registry.s3.yandex.net/4307890075",
         "4307890075": "https://devtools-registry.s3.yandex.net/4307890075",
         "4307901240": "https://devtools-registry.s3.yandex.net/4307901240",
         "4307901240": "https://devtools-registry.s3.yandex.net/4307901240",
         "3833498694": "https://devtools-registry.s3.yandex.net/3833498694",
         "3833498694": "https://devtools-registry.s3.yandex.net/3833498694",
@@ -161,8 +161,8 @@
         "3968796477": "devtools/ya/test/programs/flake8/py3/flake8 for linux-aarch64",
         "3968796477": "devtools/ya/test/programs/flake8/py3/flake8 for linux-aarch64",
         "3968796981": "devtools/ya/test/programs/flake8/py3/flake8 for linux-ppc64le",
         "3968796981": "devtools/ya/test/programs/flake8/py3/flake8 for linux-ppc64le",
         "3968797636": "devtools/ya/test/programs/flake8/py3/flake8 for win32",
         "3968797636": "devtools/ya/test/programs/flake8/py3/flake8 for win32",
-        "5464114714": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
-        "5464141088": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
+        "5471090901": "devtools/ya/test/programs/test_tool/bin/test_tool for linux",
+        "5471078054": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux",
         "4307890075": "flake8_linter for linux",
         "4307890075": "flake8_linter for linux",
         "4307901240": "flake8_linter for linux-aarch64",
         "4307901240": "flake8_linter for linux-aarch64",
         "3833498694": "gdb 11.2 for osx_10.15_catalina",
         "3833498694": "gdb 11.2 for osx_10.15_catalina",

+ 10 - 10
build/platform/test_tool/host.ya.make.inc

@@ -1,17 +1,17 @@
 IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64)
 IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64)
-    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5464112332)
-    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5464136222)
+    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5471088584)
+    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5471074787)
 ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
 ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
-    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5464110863)
-    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5464133896)
+    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5471087398)
+    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5471073037)
 ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
 ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
-    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5464114714)
-    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5464141088)
+    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5471090901)
+    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5471078054)
 ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
 ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
-    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5464109428)
-    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5464125695)
+    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5471086079)
+    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5471072049)
 ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
 ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
-    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5464113685)
-    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5464138416)
+    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5471089654)
+    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5471076326)
 
 
 ENDIF()
 ENDIF()

+ 10 - 10
ya

@@ -34,33 +34,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg
 PLATFORM_MAP = {
 PLATFORM_MAP = {
     "data": {
     "data": {
         "darwin": {
         "darwin": {
-            "md5": "66733335d89bad2adf0b0a330df02f5e",
+            "md5": "ddaf63304ce9f2404e74dbb162e9ad5f",
             "urls": [
             "urls": [
-                f"{REGISTRY_ENDPOINT}/5464186920"
+                f"{REGISTRY_ENDPOINT}/5471069881"
             ]
             ]
         },
         },
         "darwin-arm64": {
         "darwin-arm64": {
-            "md5": "ac333a191cdc7476be87102c29442c6b",
+            "md5": "d67f594f95026753b79af242fab3ca17",
             "urls": [
             "urls": [
-                f"{REGISTRY_ENDPOINT}/5464185458"
+                f"{REGISTRY_ENDPOINT}/5471068809"
             ]
             ]
         },
         },
         "linux-aarch64": {
         "linux-aarch64": {
-            "md5": "46ff13b5ac000623d8f913dd459047ca",
+            "md5": "4449069dcf90134547b1e8f09afed315",
             "urls": [
             "urls": [
-                f"{REGISTRY_ENDPOINT}/5464183377"
+                f"{REGISTRY_ENDPOINT}/5471068063"
             ]
             ]
         },
         },
         "win32-clang-cl": {
         "win32-clang-cl": {
-            "md5": "f7eca2bf7cbef7c0f42d4d69fdb2fd85",
+            "md5": "b09f4ea388b4ac695b1b4a599a1908a0",
             "urls": [
             "urls": [
-                f"{REGISTRY_ENDPOINT}/5464188974"
+                f"{REGISTRY_ENDPOINT}/5471070705"
             ]
             ]
         },
         },
         "linux": {
         "linux": {
-            "md5": "5e94ec5548e0487507a0117179dae94e",
+            "md5": "93f25391c61e7e1becc3e196d0f30352",
             "urls": [
             "urls": [
-                f"{REGISTRY_ENDPOINT}/5464190916"
+                f"{REGISTRY_ENDPOINT}/5471071606"
             ]
             ]
         }
         }
     }
     }