Skip to content

Add handling for bad data in ci_build options

Jeremy Jackson requested to merge fix-ci-build-options-serialization into master

What does this MR do?

There’s a scenario by which a stringified ruby hash is making it into options values, which can’t be serialized/deserialized properly but is currently not being handled. This fix resolves the scenarios we’re seeing where the data is invalid, but we should take steps to not allow that bad data into the system at all.

#34860 (closed) gitlab-com/gl-infra/production#1275 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

~backstage ~bug

Edited by Jeremy Jackson

Merge request reports