erichdongubler-mozilla / treeherder-dl

An opinionated tool for downloading artifacts from Mozilla's CI ("Treeherder").
Apache License 2.0
0 stars 0 forks source link

Achieve parity with common `mach wpt-fetch-logs` use cases #10

Closed ErichDonGubler closed 10 months ago

ErichDonGubler commented 10 months ago

These changes turn --revision and --project into positional args, where multiple <project>:<revision> specs. are accepted. When multiple are specified, it's as if previous usage of treeherder-dl were instrumented to be called multiple times.

Unfortunately, the above means that artifact download streams are still limited to be per-revision, rather than all being part of a larger download pool. This will be fixed in follow-up work.