Skip to content

Remove unneeded checks for SECURITY_RELEASE_PIPELINE

Steve Abrams requested to merge delivery19479-cleanup-sec-pipeline-logic into master

What does this MR do and why?

Cleans up a few checks for the SECURITY_RELEASE_PIPELINE variable. A few services were checking the variable so they would perform differently if the service was run through the pipeline or not, but now we have adopted the pipeline, so these checks can be removed.

Note, a check still exists in SecurityMirrorNotificationService because that service can be run via chatops or the security release pipeline, so we have an additional slack message posted when run via the security release pipeline.

Related to gitlab-com/gl-infra/delivery#19479 (closed)

Author Check-list

  • [-] Has documentation been updated?
Edited by Steve Abrams

Merge request reports