Add the praefect storage name for QA

What does this MR do and why?

The QA job is failing on: https://gitlab.com/gitlab-org/gitlab/-/jobs/6321607369 with an error with prafect storage.

Praefect is deployed to the release-environment cluster, so this MR intends to enable the QA_PRAEFECT_REPOSITORY_STORAGE variable. This variable is used here: https://gitlab.com/gitlab-org/gitlab/-/blob/master/qa/qa/runtime/env.rb#L50

The default installation of praefect on the release-environments cluster, installs the storage with the name: default

  # Source: gitlab/charts/gitlab/charts/gitaly/templates/statefulset-with-praefect.yml
  apiVersion: apps/v1
  kind: StatefulSet
  metadata:
    name: gitlab-16-9-stable-gitaly-default
    namespace: gitlab-16-9-stable
    labels:
      app: gitaly
      chart: gitaly-7.6.2
      release: gitlab-16-9-stable
      heritage: Helm

      storage: default

part of: gitlab-com/gl-infra/delivery#19968 (closed)


Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

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

Edited by Ahmad Tolba

Merge request reports

Loading