Use rails commit sha as image tag for auto-deploy versions
What does this MR do and why?
Closes: https://gitlab.com/gitlab-org/gitlab-qa/-/issues/687
With https://gitlab.com/gitlab-org/gitlab/-/merge_requests/96698
- QA images are always tagged with rails commit SHA in GitLab project pipelines
- 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 https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6307, 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.
-
I have evaluated the MR acceptance checklist for this MR.