Skip to content

Draft: Add table for storing run steps for build execution config

Rajendra Kadam requested to merge 453957-ci-config-table into master

What does this MR do and why?

We are adding the required table and schema changes to support #453957

This MR adds a table called p_ci_builds_execution_configs to store the run_steps (for now) as jsonb column.

The p_ci_builds table will have a FK to this table, each config can have many builds, but each build will belong to only one config. If retried, the same config will be referenced to the new build.

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

Numbered steps to set up and validate the change are strongly suggested.

Related to #453957

Edited by Rajendra Kadam

Merge request reports