diff options
author | zaverden <zaverden@yandex-team.com> | 2024-09-09 09:52:05 +0300 |
---|---|---|
committer | zaverden <zaverden@yandex-team.com> | 2024-09-09 10:01:52 +0300 |
commit | 1e84815aa235bb51a112f119841e463de18b7575 (patch) | |
tree | 45a8f363fc87e382b119c8fc3993900d7ec21794 | |
parent | 9c4b2b4a59a3df8b790cd3a194889a2c5127f1bf (diff) | |
download | ydb-1e84815aa235bb51a112f119841e463de18b7575.tar.gz |
Merge time intervals for build/conf and build/plugins
5014c60ddca177f563fa24e93fc1b0f6bb6d2fc2
-rw-r--r-- | build/conf/a.yaml | 15 | ||||
-rw-r--r-- | build/plugins/a.yaml | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/build/conf/a.yaml b/build/conf/a.yaml new file mode 100644 index 0000000000..e15f1892c6 --- /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 time intervals (YMAKE-1194) + data: + merge_intervals_utc: + # 20:00..11:00 MSK + - from: "17:00" + to: "08:00" diff --git a/build/plugins/a.yaml b/build/plugins/a.yaml new file mode 100644 index 0000000000..3c652e093a --- /dev/null +++ b/build/plugins/a.yaml @@ -0,0 +1,15 @@ +service: ya_make +title: build/plugins + +arcanum: + auto_merge: + enabled: true + requirements: + - system: arcanum + type: merge_time_fits + alias: Merge time intervals (YMAKE-1194) + data: + merge_intervals_utc: + # 20:00..11:00 MSK + - from: "17:00" + to: "08:00" |