code-review
code-review copied to clipboard
Automated static analysis & linting bot for Mozilla repositories
Every analyzer should add an `extra` key in its task payload in order to explain how to reproduce the analysis locally : the bot should support this and remove local...
Depends on #546 and https://bugzilla.mozilla.org/show_bug.cgi?id=1603260.
So we can get rid of the hook.
https://firefox-source-docs.mozilla.org/tools/lint/index.html
Instead of waiting for the whole set of try tasks to finish, we could report issues as soon as they are found. In order to do this, we'd need to...
https://treeherder.mozilla.org/#/jobs?repo=taskgraph-try&author=reviewbot
Instead of parsing the environment variable, use the extra payload, like demonstrated in #514
Like on taskgraph: repo + revision + phabricator build target id
This would be shipped after release 1.1.6. The idea is to make a request from events on the backend, on every new build being processed, in order to store the...
Followup of [this review comment](https://github.com/mozilla/release-services/pull/1977#pullrequestreview-218800839): we should check the behaviour of HarborMaster API once things stabilize