Durable suite/report links kept after transient cleanup.
Iterable<String> durableArtifactLogs(Iterable<String> logs) => logs.where((log) => !isTransientArtifactLog(log));