pub async fn collect_events(build_id: String, path: String) -> Vec<String>
Expand description

Collects all log events for a given build ID

Arguments

  • build_id - The build ID for the requested job
  • path - The root data directory

Returns

A vector of log events containing elements from the failure-relevant corpora