Skip to content

Enabled complex ci variable expression statements by default

What does this MR do?

Enables the feature flag for && and || operators in CI variables: expression by default. We're leaving the feature flag in place so we can shut it off if something goes awry, but we've already tested it in staging an fixed a regression that came out of it, so we feel confident in turning this on by default for most people.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

  • I will closely monitor the deployment of this feature and be available to turn the feature flag off in the event of any new regressions.

Merge request reports