Skip to content

Add support for basic parallelization of the 'static-analysis' job

Rémy Coutable requested to merge 34318-parallelize-static-analysis into master

What does this MR do?

Add basic support for parallelizing the static-analysis job:

  • The first node runs bin/rake lint:all
  • The second node runs the rest
  • Only supports parallelization of 1 or 2

Examples:

Does this MR meet the acceptance criteria?

Conformity

Closes #34318 (closed).

Edited by Rémy Coutable

Merge request reports