durableArtifactLogs function

Iterable<String> durableArtifactLogs(
  1. Iterable<String> logs
)

Durable suite/report links kept after transient cleanup.

Implementation

Iterable<String> durableArtifactLogs(Iterable<String> logs) =>
    logs.where((log) => !isTransientArtifactLog(log));