mozilla / probe-scraper

Scrape and publish Telemetry probe data from Firefox
https://mozilla.github.io/probe-scraper/
Mozilla Public License 2.0
21 stars 53 forks source link

`probe_scraper.check_repositories` doesn't skip deprecated repositories and can cause CI issues #764

Closed badboy closed 1 month ago

badboy commented 1 month ago

When deprecated apps remove their metric files probe_scraper.check_repositories will complain and thus break probe-scraper CI.

badboy commented 1 month ago

Oh wait it does: https://github.com/mozilla/probe-scraper/blob/51e50ed7beb9ccb5751dc4e68e53531edcad9916/probe_scraper/check_repositories.py#L35

badboy commented 1 month ago

ah, it's more complicated. we would still check the files, I'll fix that.