GitLab CI parallelisation - how to run parallel jobs for Ruby & JavaScript projects

preview_player
Показать описание
How to run parallel jobs on GitLab CI for Ruby & JavaScript projects.
In this video, you see Ruby on Rails example with RSpec test suite split across GitLab parallel runners (parallel jobs).

How Queue Mode works in Knapsack Pro:

Blog post about GitLab CI integration:

------------------------------------------------------
------------------------------------------------------

Follow us on:

Рекомендации по теме
Комментарии
Автор

Hey, nice tutorial!

I tried with 'parallel: 4' in gitlab ci by myself but I notice one thing: each of these 4 jobs runs ALL THE tests. I was expecting that the total number of tests to be split between these 4, but instead each job runs all of the tests. How can I do such a test split between jobs ?

razvanv