Skip to content

Commit e0234c3

Browse files
committed
Merge pull request #26866 from ydb-platform/merge-rightlib-251015-0050
2 parents a6ba11e + affd1e0 commit e0234c3

File tree

2,294 files changed

+130434
-13402
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,294 files changed

+130434
-13402
lines changed

build/conf/a.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

build/conf/settings.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SAVELOAD_GLOB_STAT=yes
1818
UPDATE_GLOB_STAT=yes
1919
SAVE_GLOB_RESTRICTIONS=yes
2020
CHECK_GLOB_RESTRICTIONS=no
21-
MODULES_WITH_EXTENDED_GLOB_RESTRICTIONS=adv/frontend/packages/direct-modules adv/frontend/services/adfox/docs adv/frontend/services/yharnam classifieds/autoru-frontend classifieds/internal-frontend classifieds/realty-frontend cloud/docs/internal-doc-config docs/yateam/diy/external docs/yateam/diy/internal/outstaff docs/yateam/diy/internal/yandex fintech/backend-kotlin/services/mobile-views/src/test sdg/hw/embedded/pytools/ci/check_settings taxi/jotunn docs/support/marketplace docs/support/marketplace/cross-border logos/logs/md_schema docs/selfhost/alice-common/alice
21+
MODULES_WITH_EXTENDED_GLOB_RESTRICTIONS=adv/frontend/packages/direct-modules adv/frontend/services/adfox/docs adv/frontend/services/yharnam classifieds/autoru-frontend classifieds/internal-frontend classifieds/realty-frontend cloud/docs/internal-doc-config docs/yateam/diy/external docs/yateam/diy/internal/outstaff docs/yateam/diy/internal/yandex fintech/backend-kotlin/services/mobile-views/src/test sdg/hw/embedded/pytools/ci/check_settings taxi/jotunn docs/support/marketplace docs/support/marketplace/cross-border logos/logs/md_schema docs/selfhost/alice-common/alice alice/quark/docs
2222

2323
# Percent of skipped files in glob with >=500 files for generate configure error (0 - don't check skipped files count)
2424
GLOB_SKIPPED_ERROR_PERCENT=0

build/conf/ts/a.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,38 @@ arcanum:
2727
name: fbp_team
2828
assign: 999
2929
ship: 1
30+
31+
32+
ci:
33+
# @robot-nots https://yav.yandex-team.ru/secret/sec-01gfaajz2g21eq18zbdzcgye52
34+
secret: sec-01gfaajz2g21eq18zbdzcgye52
35+
runtime:
36+
sandbox-owner: FRONTEND_BUILD_PLATFORM
37+
38+
actions:
39+
check-use-prebuilt-nots-tool:
40+
title: Check TS_USE_PREBUILT_NOTS_TOOL=yes
41+
flow: check-use-prebuilt-nots-tool
42+
triggers:
43+
- on: pr
44+
required: always
45+
filters:
46+
- sub-paths: [ ts.conf ]
47+
48+
flows:
49+
check-use-prebuilt-nots-tool:
50+
title: Check TS_USE_PREBUILT_NOTS_TOOL=yes
51+
jobs:
52+
check:
53+
title: Check TS_USE_PREBUILT_NOTS_TOOL=yes
54+
task: common/misc/run_command
55+
input:
56+
config:
57+
arc_mount_config:
58+
enabled: true
59+
logs_config:
60+
redirect_stderr_to_stdout: true
61+
stdout_ci_badge: true
62+
cmd_line: |
63+
set -ex
64+
grep -r 'TS_USE_PREBUILT_NOTS_TOOL=yes' $ARCADIA_PATH/build/conf/ts/ts.conf

build/conf/ts/ts_test.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ _TS_TEST_EXTRA_SRCS_VALUE=
205205
### @usage: TS_TEST_SRCS(DIRS...)
206206
###
207207
### Macro to define directories where the test source files should be located.
208+
### It does not define the exact scope to run tests for - it is to define the scope for the
209+
### test module configuration.
210+
### For example, changes to test files in these directories will not cause the test to be re-run,
211+
### and results could be retrieved from the cache.
208212
###
209213
### - DIRS... - directories.
210214
###
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"by_platform": {
33
"darwin": {
4-
"uri": "sbr:9500275477"
4+
"uri": "sbr:9991933781"
55
},
66
"darwin-arm64": {
7-
"uri": "sbr:9500273230"
7+
"uri": "sbr:9991930990"
88
},
99
"linux": {
10-
"uri": "sbr:9500279893"
10+
"uri": "sbr:9991939166"
1111
},
1212
"linux-aarch64": {
13-
"uri": "sbr:9500277699"
13+
"uri": "sbr:9991936213"
1414
},
1515
"win32": {
16-
"uri": "sbr:9500271272"
16+
"uri": "sbr:9991928535"
1717
}
1818
}
1919
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"by_platform": {
33
"darwin": {
4-
"uri": "sbr:9933947344"
4+
"uri": "sbr:9966448368"
55
},
66
"darwin-arm64": {
7-
"uri": "sbr:9933946335"
7+
"uri": "sbr:9966447538"
88
},
99
"linux": {
10-
"uri": "sbr:9933949303"
10+
"uri": "sbr:9966450207"
1111
},
1212
"linux-aarch64": {
13-
"uri": "sbr:9933944861"
13+
"uri": "sbr:9966446510"
1414
},
1515
"win32": {
16-
"uri": "sbr:9933948304"
16+
"uri": "sbr:9966449520"
1717
}
1818
}
1919
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"by_platform": {
33
"darwin": {
4-
"uri": "sbr:9933939987"
4+
"uri": "sbr:9966448096"
55
},
66
"darwin-arm64": {
7-
"uri": "sbr:9933939260"
7+
"uri": "sbr:9966447317"
88
},
99
"linux": {
10-
"uri": "sbr:9933941622"
10+
"uri": "sbr:9966450060"
1111
},
1212
"linux-aarch64": {
13-
"uri": "sbr:9933938223"
13+
"uri": "sbr:9966446295"
1414
},
1515
"win32": {
16-
"uri": "sbr:9933940606"
16+
"uri": "sbr:9966449380"
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)