Skip to content

Allow more parallelization for static analysis

What does this MR do?

This allows static analysis tasks to be parallelized on an infinite number of nodes.

Next iteration might include:

  • Separating backend and frontend jobs so that each job would pull the relevant cache.
  • Running potentially long tasks alone (e.g. Rubocop).
Edited by Rémy Coutable

Merge request reports