Skip to content

Remove ginkgo v1 from operator build base

Clemens Beck requested to merge remove-ginkgo-v1-from-operator-build into master

What does this MR do and why?

With gitlab-org/cloud-native/gitlab-operator#411 (closed), the operator migrated to ginkgo v2 (see: gitlab-org/cloud-native/gitlab-operator!574 (merged) and !634 (merged)). The build image provided both ginkgo v1 and v2 for MR pipelines that dont have the ginkgo v2 changes.

Active MRs now have the ginkgo v2 changes and/or use merge result pipelines, allowing the v1 CLI to be removed from the build image.

Past Operator releases (using ginkgo v1) are using the gitlab-build-images:gitlab-operator-build-base image which remains untouched, preventing failure of CI pipelines during patch releases.

Closes gitlab-org/cloud-native/gitlab-operator#411 (closed)

Checklist

Edited by Clemens Beck

Merge request reports