Skip to content

Trigger downstream pipeline for database testing

Andreas Brandl requested to merge ab/trigger-database-testing into master

What does this MR do?

We'd like to start testing database migrations automatically using large-scale data. See !51347 (merged) for context and more details around thin-cloning technology.

This change adds a CI job that triggers the downstream pipeline on the ops.gitlab.net instance. For now, this should happen

  1. for MRs with database migrations added
  2. async - this will just trigger, but not wait on the downstream pipeline.
  3. optional - this is allowed to fail while we're building it.

Example job: https://gitlab.com/gitlab-org/gitlab/-/jobs/984664907

Closes gitlab-org/database-team/team-tasks#136 (closed)

Edited by Andreas Brandl

Merge request reports