pub fn run_validation(
repo_root: &Path,
spec_path: &Path,
sudo: &Sudo,
verbose: bool,
progress: Option<Style>,
tracing_enabled: bool,
interrupted: &AtomicBool,
) -> Result<Verdict>Expand description
Build the candidate, attach it, drive the workload, and return a verdict.