Gaëtan Maisse 23459576b8
test(e2e): improve jobs assignment on CI nodes
With the previous algorithm, some nodes have no jobs assigned to them due to rounding consideration.
For example with 10 nodes and 13 jobs to assign:
 13 jobs / 10 nodes -> 1.3 jobs per node -> rounded to 2 -> only the 1st 6 nodes run 2 jobs, the 7th 1 job and the other 0 job.

Using a modulo ensures that each node will at least run 1 job.
2020-05-29 20:49:40 +02:00
..
2020-05-18 22:29:50 +02:00
WIP
2020-05-18 14:58:55 +02:00
2020-03-27 20:04:50 +01:00
2018-12-27 13:31:01 +01:00
2017-09-24 13:56:27 +03:00
2020-03-27 20:04:50 +01:00
2019-04-24 16:00:48 +02:00
2020-03-27 20:04:50 +01:00
2020-05-18 22:29:50 +02:00
2020-05-24 14:52:58 +02:00
2020-05-18 22:29:50 +02:00
2020-05-18 15:09:22 +02:00