These are the default values of the merge queue if I try to create it from the UI. Why diverging from these values when we create a merge queue? See:
|
check_response_timeout_minutes: 360, |
|
grouping_strategy: MergeQueueGroupingStrategy::Allgreen, |
|
max_entries_to_build: 5, |
|
max_entries_to_merge: 5, |
|
merge_method: MergeQueueMergeMethod::Merge, |
|
min_entries_to_merge: 0, |
|
min_entries_to_merge_wait_minutes: 0, |
For each parameter, write a comment if they diverge from the default value explaining why.
Note that merge queue support was added in #2168
These are the default values of the merge queue if I try to create it from the UI. Why diverging from these values when we create a merge queue? See:
team/sync-team/src/github/mod.rs
Lines 954 to 960 in 04e7f00
For each parameter, write a comment if they diverge from the default value explaining why.
Note that merge queue support was added in #2168