Skip to content

build_support: cancel pending builds when dep fails

ngcortes requested to merge ngcortes/mesa_ci:fix_dep_graph into master

Jobs with failing deps in CI have been causing unnecessary slowness because they are still being built even when their deps failed to build. This patch will correct this problem.

Merge request reports