Skip to content

Draft: Enable parallel runner for gdk e2e tests

What does this MR do and why?

  • Execute global hooks before parallel process spawning and skip them inside parallel runs
  • Update junit test reports to work correctly with parallel and retry
  • Set parallel runner count to 4 (empirically devised number which yields satisfactory retry rate, though amount of retries still seems to be higher than without parallel runner)

This update achieves slight total reduction of runtime (few minutes) but reduces amount of parallel CI jobs to 10 from 15 (33% compute cost reduction per executed test stage in the pipeline). The fastest jobs complete in about 15 minutes while the slowest are still in the 20 minute range. The total time might be reduced by evening out the parallel runners groups after !159141 (comment 1996623635) is implemented.

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 Andrejs Cunskis

Merge request reports