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

Remove skip metric hacks, remove engine-gecko #725

Open badboy opened 5 months ago

badboy commented 5 months ago

Fixes #697


I think we can do this now? A dry-run locally succeeds.

python3 -m probe_scraper.runner --dry-run --cache-dir tmp/cache --out-dir tmp/out --glean --glean-repo firefox-klar-android --glean-repo service-nimbus --glean-repo nimbus --glean-limit-date 2024-04-01 --update --output-bucket=gs://probe-scraper-prod-artifacts/ --glean-repo firefox-desktop --glean-repo gecko --glean-repo engine-gecko --glean-repo firefox-android-release

might want some more testing before we actually land this.