-
Notifications
You must be signed in to change notification settings - Fork 606
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ydb-platform:main' into YDBOPS-11054
- Loading branch information
Showing
224 changed files
with
4,897 additions
and
1,451 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914244334) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7948640341) | ||
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914243379) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7948639335) | ||
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914245698) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7948643524) | ||
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914242140) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7948638449) | ||
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914244981) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7948641537) | ||
|
||
ENDIF() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914215842) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7948642784) | ||
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914215284) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7948641644) | ||
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914217459) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7948644946) | ||
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914214265) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7948640691) | ||
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7914216562) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7948644187) | ||
|
||
ENDIF() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
BUILD_DIRNAME = "build" | ||
BUNDLE_DIRNAME = "bundle" | ||
NODE_MODULES_BUNDLE_FILENAME = "node_modules.tar" | ||
NODE_MODULES_DIRNAME = "node_modules" | ||
NODE_MODULES_WORKSPACE_BUNDLE_FILENAME = "workspace_node_modules.tar" | ||
NPM_REGISTRY_URL = "http://npm.yandex-team.ru" | ||
OUTPUT_TAR_FILENAME = "output.tar" | ||
OUTPUT_TAR_UUID_FILENAME = "output.tar.uuid" | ||
PACKAGE_JSON_FILENAME = "package.json" | ||
PNPM_LOCKFILE_FILENAME = "pnpm-lock.yaml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.