Skip to content

ci/deqp: Bump runner to 0.5.1 for recent runtime perf improvements.

Emma Anholt requested to merge anholt/mesa:ci-deqp-min-tests into master

3 commits in 0.5.0:

  • 20-40s savings on many of our CI runs by dropping the clever test size scaling code.

  • Even bigger savings (especially on deqp-vk runs) by increasing maximuim test group size (~1/4 of runtime was spawning deqp on cheza, that cost is cut by ~75%)

  • No more needing to manually set MESA_DEBUG=silent

2 commits in 0.5.1:

  • Fixed automatic thread pool sizing to keep all CPUs busy (thanks for catching that Bas!).

  • Automatically size down test groups on short test lists and many CPUs, so split the list evenly between CPUs (such as on freedreno -options jobs).

Edited by Emma Anholt

Merge request reports