Skip to content

vkrunner: use a single thread to run tests, and ignore the result

Mark Janes requested to merge majanes/mesa_jenkins:enable_cargo_building into master

A bug in vkrunner causes intermittent test failures due to parallel execution.

When a test fails, we want to report it, but we do not want the component to fail.

Merge request reports