Skip to content

Upgrade PostgreSQL 13 CI images to use Redis 6.2

Stan Hu requested to merge sh-upgrade-redis-6.2-ci into master

What does this MR do and why?

According to https://docs.gitlab.com/ee/install/requirements.html, GitLab supports Redis 6.0 and up. In production we are running Redis 6.2.6, and Omnibus will soon ship with 6.2.7, so we should test with the latest version. With this commit, CI will be testing this combination:

  • PostgreSQL 13 + Redis 6.2
  • PostgreSQL 12 + Redis 6.0
  • PostgreSQL 11 + Redis 5.0

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 Stan Hu

Merge request reports