Polygerrit plugin to show a summary of Zuul results in a change tab
Results are show in reverse chronological order, additionally sorted by CI userid's in ZUUL_PRIORITY (earlier entry in the list means sorted first in the output table). i.e. if you consider one of your CI reporters to be the main one, you should place it first in this list.
UI tests are still a work in progress
- Clone gerrit
git clone https://gerrit.googlesource.com/gerrit
- Clone plugin to
plugins/zuul-results-summary
`cd plugins; git clone https://gerrit.googlesource.com/plugins/zuul-results-summary - Run build
cd ..; bazel build plugins/zuul-results-summary:zuul-results-summary
- Copy resulting plugin
bazel-bin/plugins/zuul-results-summary/zuul-results-summary.jar
to Gerrit plugins directory - Issue a reload
ssh -p 29418 admin@<host> gerrit plugin reload zuul-results-summary