commit | 9ecba3997da63328f7b96a1502d699883919edf4 | [log] [tgz] |
---|---|---|
author | Mohamed Heikal <mheikal@chromium.org> | Wed Jan 08 18:29:46 2020 |
committer | Mohamed Heikal <mheikal@chromium.org> | Wed Jan 08 18:29:46 2020 |
tree | ff88fc1701de667b358308f196e37927161a0022 | |
parent | 870c4fb71f754796d0712463165dc0394697d078 [diff] |
Increase the spacing between the cell tables Put a space between the cells representing the different metrics so it is clear they are separate when more than 1 turns red at the same time. Change-Id: Id5670d597e1ede1df77782deb731c5d078f60416
The plugin queries the android-binary-size trybot for the current patchset on Gerrit, and gets the binary_size_plugin
property. This property contains the metadata about the binary size metrics affected by the patchset in question. It then shows an inline table with the metric deltas + links to SuperSize output.
This plugin uses no config files since it only works with the android-binary-size trybot which only runs on the chromium repo CQ making this not compatible with any other host. If you want this to work on a different host, talk to the binary-size@chromium.org team.
git clone --recursive https://gerrit.googlesource.com/gerrit cd gerrit/plugins git clone https://chromium.googlesource.com/infra/gerrit-plugins/chromium-binary-size cd chromium-binary-size
Use the script run-with-prod-data.sh
(based on polygerrit-ui/run-server.sh
). You may change some paths by setting environment variables, for example:
GERRIT_DIR="$HOME/gerrit" ./run-with-prod-data.sh
# Install dependencies. npm install -g bower npm install -g web-component-tester bower install wct