Name |
Last commit
|
Last update |
---|---|---|
.. | ||
code_spec.rb | ||
issue_spec.rb | ||
plan_spec.rb | ||
review_spec.rb | ||
staging_spec.rb |
BigW Consortium Gitlab
Remove overlap from the "start + end" durations in the happy test case. For the `staging` phase, the end time is the _first_ deployment that happens after the MR merge. If we have 5 MRs where the `start_time`s (merge time) are the same, and all the `end_time`s (deploy to production) a few days from now, only the earliest deploy will get picked up, because that consitutes a deploy for _all_ the MRs. We fix this by removing overlap. Every `start_time` is now generated to be _after_ the preceding `end_time`.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
code_spec.rb | Loading commit data... | |
issue_spec.rb | Loading commit data... | |
plan_spec.rb | Loading commit data... | |
review_spec.rb | Loading commit data... | |
staging_spec.rb | Loading commit data... |