Skip to content

ci: Do not overuse the runners

Corentin Noël requested to merge tintou/virglrenderer:tintou/test-ci-limit into main

We need to specify the number of cpus used by CrosVM to not overcommit the runner.

We have two different cases:

  • dEQP: deqp-runner -> CrosVM -> deqp tests
  • Piglit: CrosVM -> piglit-runner -> piglit tests

This means that we need different setup for each.

Merge request reports