Merge branch 'knapsack' into 'master'
Use Knapsack to evenly distribute specs Try to distribute all tests evenly accross all nodes to reduce the testing time of GitLab CE. This uses high amount of auto-scaled machines. See merge request !4240
Showing
This diff is collapsed.
... | @@ -316,6 +316,7 @@ group :test do | ... | @@ -316,6 +316,7 @@ group :test do |
gem 'webmock', '~> 1.21.0' | gem 'webmock', '~> 1.21.0' | ||
gem 'test_after_commit', '~> 0.4.2' | gem 'test_after_commit', '~> 0.4.2' | ||
gem 'sham_rack' | gem 'sham_rack' | ||
gem 'knapsack' | |||
end | end | ||
group :production do | group :production do | ||
... | ... |
scripts/merge-reports
0 → 100755
Please register or sign in to comment