Skip to content

Resolve "Make the DB name a suffix of the first part of jobs' name"

EE MR: gitlab-ee!1820

What does this MR do?

This makes the DB name a suffix of the first part of jobs' name.

It also:

  • makes the jobs' names more consistent & concise
  • groups related jobs together
  • DRY up a common :only array
  • improves the organization of scripts/prepare_build.sh

Why was this MR needed?

To avoid breaking master as done in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10946.

Closes #31693 (closed)

Merge request reports