Skip to content

Treat RC releases as official releases for the QA image

George Koltsov requested to merge jarv/treat-RC-as-official into master

Resolves https://gitlab.com/gitlab-org/gitlab-qa/issues/448

When deploying an RC to preprod gitlab-qa was unable to find the QA image. This expands the regex for official releases to include RC tags since the QA image will have the version tag, not the sha.

Merge request reports