Skip to content

Reduce number of 'jest predictive' parallel jobs

Kev Kloss requested to merge kkloss-reduce-jest-predictive-parallel-jobs into master

What does this MR do and why?

This MR reduces the number of jest predictive parallel jobs from 11 to 4. Most of the times in pipelinetier-1 pipelines, the predictive jobs will run only a handful of jobs, sometimes even zero!

image

And even if tests run, the only take a few hundred milliseconds to run (plus coverage, but see !163037, which should optimize that), so we’re wasting about an hour of compute per predictive pipeline.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Kev Kloss

Merge request reports

Loading