Skip to content

Remove the wait-for-images job from stable branch CI

DJ Mountney requested to merge remove-wait-for-images-job into master

What does this MR do?

Remove the wait-for-images job from stable branch CI

Followup to !1696 (merged) and !1678 (merged) which should help ensure the stable pipelines don't throw an error during the release.

Now that we tag helm charts repro prior to publishing the images, this job always fails during a release. ex: https://gitlab.com/gitlab-org/charts/gitlab/-/pipelines/228024779

We recently changed our CI deploy to use stable tags on the stable branch so this wait for job was already irrelevant.

What we will want to do, is bring it back for the dev ci once we have the pull secrets working there. (#2457 (closed)) That way we ensure we don't release without testing first.

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for omnibus-gitlab opened
Edited by DJ Mountney

Merge request reports