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

Bug 1887995 - Add relay_backend app #720

Closed akkomar closed 4 months ago

akkomar commented 5 months ago

Tested with:

python -m probe_scraper.runner --glean --glean-repo glean-server --glean-repo relay-backend --dry-run

Which returned:

Getting commits for repository glean-server
Cloning https://github.com/mozilla/glean_parser into /var/folders/tj/6t1b0gmd50z6w50b3fn825fm0000gn/T/tmp74ttd2b0/mozilla/glean_parser.git
  Got 2 commits
Getting commits for repository relay-backend
Cloning https://github.com/mozilla/fx-private-relay into /var/folders/tj/6t1b0gmd50z6w50b3fn825fm0000gn/T/tmp74ttd2b0/mozilla/fx-private-relay.git
  Got 1 commits
travis79 commented 4 months ago

Did this pass with a dry-run?

akkomar commented 4 months ago

Did this pass with a dry-run?

Yes, it succeeded. I put part of the output above.