Skip to content

Draft: ci: adjust jobs to reduce a630 runtime

David Heidelberg requested to merge dh/mesa:a630-optimize into main

What does this MR do and why?

ci: adjust jobs to reduce a630 runtime

Problem:

  • a630_gl 4 parallel jobs is too much, they finish in 10 - 11 minutes
  • a630_piglit 1 job is too slow , beucase it's triggered as last while every other job is already finished and takes ~ 20 minutes.

Solution:

  • decrease number of a630_gl jobs to 3 (still under 15 minutes, better utilization)
  • increase a630_piglit job to two ( 10 minutes per each in the end of the pipeline run when runners are available).

Signed-off-by: David Heidelberg david.heidelberg@collabora.com

Merge request reports