Skip to content

Adding and populating ci_build_names table

Max Fan requested to merge 423904-create-build-names-table into master

What does this MR do and why?

This MR introduces a p_ci_build_names table. This is to enable searching on build names, as adding an index to p_build_names is not possible to do at this point.

Eventually we want to do a query like: #423904 (comment 1790317452) - But that's for another MR

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

  1. Running a pipeline or retrying jobs should populate the new table p_ci_build_names

Related to #423904 (closed)

Edited by Max Fan

Merge request reports