diff options
author | prettyboy <prettyboy@yandex-team.com> | 2023-12-17 13:49:34 +0300 |
---|---|---|
committer | prettyboy <prettyboy@yandex-team.com> | 2023-12-17 14:08:46 +0300 |
commit | aa74700b6e7d60ecd814420e6b65b7bfe9bd1650 (patch) | |
tree | 3ac74da3da3c8526df8c25176b042914610ab728 /build | |
parent | 4e5c31d1616473a12078bf2106bd899bf8e61e67 (diff) | |
download | ydb-aa74700b6e7d60ecd814420e6b65b7bfe9bd1650.tar.gz |
Release opensource ya & test_tool
Diffstat (limited to 'build')
-rw-r--r-- | build/mapping.conf.json | 6 | ||||
-rw-r--r-- | build/platform/test_tool/host_os.ya.make.inc | 20 |
2 files changed, 16 insertions, 10 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index f58bfe8ca4..4ddcf25a3d 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -75,6 +75,7 @@ "5514352253": "https://devtools-registry.s3.yandex.net/5514352253", "5523579199": "https://devtools-registry.s3.yandex.net/5523579199", "5530948376": "https://devtools-registry.s3.yandex.net/5530948376", + "5545691160": "https://devtools-registry.s3.yandex.net/5545691160", "5486731632": "https://devtools-registry.s3.yandex.net/5486731632", "5514350352": "https://devtools-registry.s3.yandex.net/5514350352", "5514360398": "https://devtools-registry.s3.yandex.net/5514360398", @@ -82,6 +83,8 @@ "5523695963": "https://devtools-registry.s3.yandex.net/5523695963", "5530945155": "https://devtools-registry.s3.yandex.net/5530945155", "5530946535": "https://devtools-registry.s3.yandex.net/5530946535", + "5545693767": "https://devtools-registry.s3.yandex.net/5545693767", + "5545709989": "https://devtools-registry.s3.yandex.net/5545709989", "4307890075": "https://devtools-registry.s3.yandex.net/4307890075", "5517245192": "https://devtools-registry.s3.yandex.net/5517245192", "4307901240": "https://devtools-registry.s3.yandex.net/4307901240", @@ -192,6 +195,7 @@ "5514352253": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "5523579199": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", "5530948376": "devtools/ya/test/programs/test_tool/bin/test_tool for linux", + "5545691160": "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", @@ -199,6 +203,8 @@ "5523695963": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", "5530945155": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", "5530946535": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", + "5545693767": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", + "5545709989": "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", diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index ee264e25da..6255a24e93 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:5530943794) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5530943794) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5545693048) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5545693048) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5530943391) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5530943391) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5545692674) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5545692674) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5530945155) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5530945155) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5545693767) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5545693767) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5530942800) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5530942800) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5545692313) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5545692313) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5530944487) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5530944487) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5545693355) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5545693355) ENDIF() |