Skip to content

Draft: PK migration testing

Andreas Brandl requested to merge ab/pkmigration-testing into master

This is not intended to get merged. It enables us to test the primary key migration changes on the testing pipeline. See gitlab-org/database-team/gitlab-com-database-testing!9 (closed) for the related changes there.

  1. This MR contains all relevant GitLab changes we'd like to test
  2. It also contains the WIP commit on top to strip CI down to one job
  3. This job triggers the testing pipeline
  4. The testing pipeline has a scheduler and an executor job
  5. The scheduler regularly enqueues new sidekiq jobs
  6. The executor picks up those jobs and executes them

pipeline

Edited by Andreas Brandl

Merge request reports