Avoid using db load balancing on critical CI path
Running with `bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee` could take 97 seconds with database load balancing, and without it could take just 31 seconds. This is especially critical for jobs which is needed before the dependent jobs can run.
Showing
Please register or sign in to comment