Commit 34531f83 authored by Thong Kuah's avatar Thong Kuah

Merge branch '355573-remove-disabling-load-balancing-from-ci-db-migrate-reset' into 'master'

Do not disable GITLAB_USE_MODEL_LOAD_BALANCING in db:migrate:reset

See merge request gitlab-org/gitlab!83163
parents 39d56b04 6e42e805
......@@ -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