Skip to content

Add option to use the same database for CI connection

Thong Kuah requested to merge same_database_option into main

What does this Merge Request do and why?

Add option to use the same database for CI connection

As a transitory phase, we default to using the same database for both CI and main connections

The intention is that :

  • multiple_databases will change default to true in two weeks time, while use_main_database defaults to true
  • In a few months time, use_main_database changes defaults to true

Related issue: gitlab#349589 (closed)

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • [-] gdk doctor test added, if needed.
  • [-] Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Thong Kuah

Merge request reports

Loading