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

Add suffix-matching mode for artifact names, and make it the default #16

Open ErichDonGubler opened 8 months ago

ErichDonGubler commented 3 months ago

The main thing to resolve here is the imposition of extra requests: we need to know what the possible artifact names are, probably per-task. This might significantly slow things down, so we have more trade-offs to consider than just "make it convenient plz".