Skip to content

Use rails commit sha as image tag for auto-deploy versions

What does this MR do and why?

Closes: #687 (closed)

With gitlab!96698 (merged)

  1. QA images are always tagged with rails commit SHA in GitLab project pipelines
  2. QA images are always tagged in master branch and tags in GitLab project pipelines

So, for testing staging, there is no longer a need to get the image from omnibus-gitlab registry. We can get them from GitLab registry.

Also, with omnibus-gitlab!6307 (merged), we do the same with images built in omnibus-gitlab pipelines. So, there is no longer a need for <major>.<minor>-<rails_ref> format of QA tags.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Balasankar 'Balu' C

Merge request reports