diff options
author | spreis <spreis@yandex-team.com> | 2024-10-08 10:33:24 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.com> | 2024-10-08 11:11:48 +0300 |
commit | 04fffc7a3905e8d56b25c131cc6e01ca21bf7b2d (patch) | |
tree | c9ff91c26ec96dbef9fee503b3599641a28e03dd | |
parent | 775463dffb5966ca169d17cc53e45ea7101d05e3 (diff) | |
download | ydb-04fffc7a3905e8d56b25c131cc6e01ca21bf7b2d.tar.gz |
Move policy files to a separate directory and prevent work-hour commits to them
commit_hash:bdc4e4e6f16863c5f6b698bf0edcf9cc5a8a97d5
-rw-r--r-- | build/conf/a.yaml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/build/conf/a.yaml b/build/conf/a.yaml deleted file mode 100644 index cde8d7dc68..0000000000 --- a/build/conf/a.yaml +++ /dev/null @@ -1,15 +0,0 @@ -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" |