Establish the scope of an analysis |
|
Issue descriptionCurrently, all analyses in Findit are assumed to be: 1. In chromium/src project 2. In master branch 3. Commit has commit position 4. ... It's better to abstract all of them into a scope like: <repo-root-url, branch-ref, (git-hash, commit-position)> In this way, it would be easier to extend to support other branches in chromium/src or support v8, etc. This is something to be considered in the long term, but worth consideration from now for new feature designs.
,
Apr 11 2018
In the Luci world, another scope could be: <luci_project, bucket, repo-root-url, branch-ref, builder> |
|
►
Sign in to add a comment |
|
Comment 1 by st...@chromium.org
, Apr 11 2018