Skip to content

Persist environment auto stop in correctly

Shinya Maeda requested to merge persist-environment-auto-stop-in-correctly into master

What does this MR do?

We currently persist most of the metadata of pipeline jobs in ci_builds.options (or ci_builds_metadata.config_options). As we're adding more feature in .gitlab-ci.yml, this column is getting bloated, therefore we introduced ci_builds_metadata.environment_auto_stop_in column to persist the value in the #20956 (closed) story.

However, it turned out that we're still persisting the value into ci_builds.options. So this MR is fixing the problem that we only persist the value into ci_builds_metadata.environment_auto_stop_in and not ci_builds.options.

Related #20956 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Shinya Maeda

Merge request reports