Skip to content

Added POSTGRES_VERSION variable to Auto DevOps Test stage

What does this MR do?

Fixes a bug where the POSTGRES_VERSION variable was ignored for the Auto DevOps Test stage.

Projects that use Auto DevOps and Postgres might experience failures due to a version mismatch, since it will no longer use latest but what version is set through the variable, or the default GitLab value (9.6.2).

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Closes #11120 (closed)

Edited by Thong Kuah

Merge request reports