Frank Bertsch
Frank Bertsch
We've run into a few situations where repos add new files but don't register them here. We should be able to grep for unregistered files and email owners (and admins)...
Somewhere along the line we are retrieving revisions for hashes which don't exist on hg.mozilla.org. How or where this is happening should be investigated, and those revisions stripped out.
We may deploy new versions of the probe-info-service files, but clients may not see them for up to a day because of the cloudfront cache. We'd prefer to use the...
`repositories.yaml` has both dependencies and applications. Only the latter should require `app_id`, the former should only require `library_names`. @mdboom @Dexterp37 do you see a need for us to support both,...
For example `org-mozilla-fenix` should actually be `org.mozilla.fenix`. Depends on https://github.com/mozilla/mozilla-schema-generator/issues/92.
These 3 issues (GCP, CircleCI, and Dependency/Probe checking) are all related in that they require Docker integration; dependency checking specifically needs GKE integration. The work can be done in this...
Fenix will be releasing multiple versions with different app_ids. Those all need to be included here. It should be straightforward to make that an array rather than a string.
This code base is largely about: - Scraping information about revisions - Reading probe information from those revisions - Combining probe information - Writing it back out Given that we...
We currently have a setup to include the types of files we expect for Desktop: `Histograms.json`, `Scalars.yaml`, etc., but for Github repos. The Glean work is replacing that effort, so...
In general we've been trying to move our repos to Circle CI rather than Travis. We have a paid account on Circle and have had a lot of success on...