Commit 6e42e805 authored by Dylan Griffith's avatar Dylan Griffith

Do not disable GITLAB_USE_MODEL_LOAD_BALANCING in db:migrate:reset

This just re-implements what we had in
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/82872 which seems
to have been reverted in
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/82090 due to merge
conflict.
parent b17b71f0
......@@ -373,9 +373,6 @@ db:migrate:reset:
extends: .db-job-base
script:
- bundle exec rake db:migrate:reset
variables:
# FIXME: make this job work with `GITLAB_USE_MODEL_LOAD_BALANCING: true`, see https://gitlab.com/gitlab-org/gitlab/-/issues/355573
GITLAB_USE_MODEL_LOAD_BALANCING: "false"
db:migrate:reset single-db:
extends:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment