• Lin Jen-Shin's avatar
    Avoid using db load balancing on critical CI path · 09ec232d
    Lin Jen-Shin authored
    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.
    09ec232d
load_balancing.rb 2.07 KB