diff options
author | Maxim Yurchuk <maxim-yurchuk@ydb.tech> | 2024-12-12 15:00:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-12 15:00:43 +0000 |
commit | 42701242eaf5be980cb935631586d0e90b82641c (patch) | |
tree | 6dbf5fcd37d3c16591e196c4a69d166e3ab3a398 /build/conf/a.yaml | |
parent | 7f5a9f394dbd9ac290cabbb7977538656b3a541e (diff) | |
parent | f7c04b5876af3d16849ab5e3079c0eabbd4e3a00 (diff) | |
download | ydb-42701242eaf5be980cb935631586d0e90b82641c.tar.gz |
Merge pull request #12554 from vitalyisaev2/YQ-3839.with_rightlib.3
Import from Arcadia + YDB FQ: turning gateways_config.proto into a file without external dependencies
Diffstat (limited to 'build/conf/a.yaml')
-rw-r--r-- | build/conf/a.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/build/conf/a.yaml b/build/conf/a.yaml new file mode 100644 index 0000000000..cde8d7dc68 --- /dev/null +++ b/build/conf/a.yaml @@ -0,0 +1,15 @@ +service: ya_make +title: build/conf + +arcanum: + auto_merge: + enabled: true + requirements: + - system: arcanum + type: merge_time_fits + alias: Merge is forbidden from 11:00 to 20:00 MSK (YMAKE-1194) + data: + merge_intervals_utc: + # 20:00..11:00 MSK + - from: "17:00" + to: "08:00" |